Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (106)

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

  • avfilter/audio : Don't call av_get_channel_layout_nb_channels twice

    17 août 2021, par Andreas Rheinhardt
    avfilter/audio : Don't call av_get_channel_layout_nb_channels twice
    

    Also makes the assert-string shorter.

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/audio.c
  • avfilter/vf_elbg : Rename ELBGContext->ELBGFilterContext

    15 septembre 2021, par Andreas Rheinhardt
    avfilter/vf_elbg : Rename ELBGContext->ELBGFilterContext
    

    The former name will be used for a context for avpriv_do_elbg().

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/vf_elbg.c
  • avformat/cafenc : Fix memleak when trailer is never written

    23 septembre 2021, par Andreas Rheinhardt
    avformat/cafenc : Fix memleak when trailer is never written
    

    Do this by using the AVStream's priv_data for the buffer holding
    the packet size data.

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

    • [DH] libavformat/cafenc.c