Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (89)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Les sons

    15 mai 2013, par
  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (9948)

  • doc/filters.texi : Correct asegment example

    17 août 2021, par Andreas Rheinhardt
    doc/filters.texi : Correct asegment example
    

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

    • [DH] doc/filters.texi
  • avcodec/bsf : Simplify getting codec name

    2 avril 2021, par Andreas Rheinhardt
    avcodec/bsf : Simplify getting codec name
    

    All codec ids on BSF whitelists have a codec descriptor, so one can just
    use avcodec_get_name() without worrying about the case of what happens
    when no codec descriptor is found.

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

    • [DH] libavcodec/bsf.c
  • avfilter/vf_shufflepixels : Check ff_get_video_buffer()

    22 juillet 2021, par Andreas Rheinhardt
    avfilter/vf_shufflepixels : Check ff_get_video_buffer()
    

    There would be a segfault in case of (likely memory allocation) failure.
    Fixes Coverity issue #1322338.

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

    • [DH] libavfilter/vf_shufflepixels.c