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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (12366)

  • av_dict_set : fix potential memory leak with AV_DICT_DONT_OVERWRITE

    8 juin 2014, par Janne Grunau
    av_dict_set : fix potential memory leak with AV_DICT_DONT_OVERWRITE
    

    av_dict_set leaks it key/value arguments if AV_DICT_DONT_OVERWRITE is
    combined with AV_DICT_DONT_STRDUP_KEY,VAL and the key exists.

    • [DH] libavutil/dict.c
  • vaapi_encode : Respect driver quirks around buffer destruction

    12 juin 2016, par Mark Thompson
    vaapi_encode : Respect driver quirks around buffer destruction
    

    No longer leaks memory when used with a driver with the "render does
    not destroy param buffers" quirk (i.e. Intel i965).

    (cherry picked from commit 221ffca6314ed3ba9d38464ea50cd85251c04e74)
    Fixes ticket #5871.

    • [DH] libavcodec/vaapi_encode.c
  • avformat/movenc : Free old vos_data before overwriting it

    28 septembre 2020, par Andreas Rheinhardt
    avformat/movenc : Free old vos_data before overwriting it
    

    Otherwise the old data leaks whenever extradata needs to be rewritten
    (e.g. when encoding FLAC with our encoder that sends an updated
    extradata packet at the end).

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

    • [DH] libavformat/movenc.c