Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (100)

  • 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 (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP 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 (14486)

  • avcodec/d3d12va_encode : fix l0 reference count limit

    4 juin, par Araz Iusubov
    avcodec/d3d12va_encode : fix l0 reference count limit
    

    Prevents potential null pointer dereference when querying
    MaxL1ReferencesForB from codec-specific support structures
    during GOP structure initialization.

    Signed-off-by : Tong Wu <wutong1208@outlook.com>

    • [DH] libavcodec/d3d12va_encode.c
  • avcodec/huffyuvdec : Don't zero unnecessarily

    4 avril 2024, par Andreas Rheinhardt
    avcodec/huffyuvdec : Don't zero unnecessarily
    

    A decoder's private data has already been zeroed (apart from options)
    before init is called.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/huffyuvdec.c
  • avcodec/cbs_h266_syntax_template : Don't use uninitialized value

    30 juin 2023, par Andreas Rheinhardt
    avcodec/cbs_h266_syntax_template : Don't use uninitialized value
    

    Just a typo. Fixes a warning from Clang.

    Reviewed-by : Nuo Mi <nuomi2021@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/cbs_h266_syntax_template.c