Recherche avancée

Médias (0)

Mot : - Tags -/tags

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (62)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications 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, par

    Certains 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, par

    Mediaspip 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 Wang
    libavutil/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>

    • [DH] libavutil/hwcontext_d3d11va.c
    • [DH] libavutil/hwcontext_dxva2.c
  • avfilter/tinterlace : Properly preserve CEA-708 closed captions

    5 mai 2023, par Devin Heitmueller
    avfilter/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>

    • [DH] libavfilter/tinterlace.h
    • [DH] libavfilter/vf_tinterlace.c
  • lavc/vvcdec : Add missed chroma sampling factor for crop offset

    11 mars 2024, par Fei Wang
    lavc/vvcdec : Add missed chroma sampling factor for crop offset
    

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>

    • [DH] libavcodec/vvc/vvc_refs.c
    • [DH] libavcodec/vvc/vvcdec.c