Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (93)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (7924)

  • 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