Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (71)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (15026)

  • avcodec/decode : Fix leaks upon subtitle decoding errors

    10 décembre 2021, par Andreas Rheinhardt
    avcodec/decode : Fix leaks upon subtitle decoding errors
    

    Up until now, various subtitle decoders have not cleaned up
    the AVSubtitle on error ; this task must not be left to the user
    because the documentation explicitly states that the AVSubtitle
    "must be freed with avsubtitle_free if *got_sub_ptr is set"
    (which it isn't on error).
    Leaks happen upon failure in ff_ass_add_rect() or in
    ass_decode_frame() ; freeing generically also allows to remove
    now redundant freeing code in pgssubdec and dvbsubdec.
    While just at it, also reset got_sub_ptr generically on error.

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

    • [DH] libavcodec/decode.c
    • [DH] libavcodec/dvbsubdec.c
    • [DH] libavcodec/pgssubdec.c
  • doc/general : Make the license status of the Android libraries clearer

    12 juin 2013, par Timothy Gu
    doc/general : Make the license status of the Android libraries clearer
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/general.texi
  • Remove more debug code (and comments) for -nodebug builds, further optimizations and license prepending.

    11 septembre 2011, par Scott Schiller

    m build.xml Remove more debug code (and comments) for -nodebug builds, further optimizations and license prepending.