
Recherche avancée
Autres articles (62)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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 ;
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (11216)
-
libavutil/hwcontext_{d3d11va, dxva2} : Support Y212/XV36 pixel format
31 octobre 2024, par Fei Wanglibavutil/hwcontext_d3d11va, dxva2 : Support Y212/XV36 pixel format
Use DXGI/D3DFMT 16bit pixel format to compatible with 12bit Y212/XV36
since there is no 12bit pixel defined in D3D11/D3D9.Fix cmdline on Windows :
$ ffmpeg.exe -hwaccel qsv -init_hw_device qsv:hw,child_device_type=
d3d11, dxva2 -i input_12bit.bin -f null -Reviewed-by : James Almer <jamrial@gmail.com>
Signed-off-by : Fei Wang <fei.w.wang@intel.com> -
avfilter/tinterlace : Properly preserve CEA-708 closed captions
5 mai 2023, par Devin Heitmuelleravfilter/tinterlace : Properly preserve CEA-708 closed captions
Because the interlacing filter halves the effective framerate, we
need to ensure that no CEA-708 data is lost as frames are merged.Make use of the new ccfifo mechanism to ensure that caption data
is properly preserved as frames pass through the filter.Thanks to Thomas Mundt for review and noticing a couple of
missed codepaths for injection on output. Thanks to Lance Wang
for pointing out a memory leak.Signed-off-by : Devin Heitmueller <dheitmueller@ltnglobal.com>
Signed-off-by : Limin Wang <lance.lmwang@gmail.com> -
lavc/vvcdec : Add missed chroma sampling factor for crop offset
11 mars 2024, par Fei Wang