
Recherche avancée
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (14640)
-
avformat/mov : fix 2 compile errors
16 mars 2023, par Tong Wuavformat/mov : fix 2 compile errors
Compiler : MSVC 14.35.32215
Error type : error C2059 : syntax error : '}'
Related commit : 9e1ffed fate/mov : add PCM in mp4 test
d7e8643 avformat/mov : parse ISO-14496-12 ChannelLayoutSigned-off-by : Tong Wu <tong1.wu@intel.com>
Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>
Reviewed-by : Haihao Xiang <haihao.xiang@intel.com> -
hwcontext_d3d11va : add mutiple supported DXGI formats
14 février 2023, par Tong Wuhwcontext_d3d11va : add mutiple supported DXGI formats
Add support for VUYX, YUYV422, Y210, XV30, P012, Y212, XV36.
The added formats work with qsv acceleration and will not have
impact on d3d11va acceleration(-hwaccel d3d11va) since so far
these formats are still not supported by using d3d11va acceleration.Hwupload and hwdownload can work with the added formats.
Signed-off-by : Tong Wu <tong1.wu@intel.com>
-
hwcontext_dxva2 : add mutiple supported formats
14 février 2023, par Tong Wuhwcontext_dxva2 : add mutiple supported formats
Add support for VUYX, YUYV422, Y210, XV30, P012, Y212, XV36.
The added formats work with qsv acceleration and will not have
impact on dxva2 acceleration(-hwaccel dxva2) since so far
these formats are still not supported by using dxva2 acceleration.Hwupload and hwdownload can work with the added formats.
Signed-off-by : Tong Wu <tong1.wu@intel.com>