Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (55)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (14067)

  • fftools/ffmpeg_mux_init : Free pts on error

    27 avril 2024, par Michael Niedermayer
    fftools/ffmpeg_mux_init : Free pts on error
    

    Fixes : CID1538863 Resource leak

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] fftools/ffmpeg_mux_init.c
  • Fix read-after-free in matroska_read_seek().

    6 novembre 2014, par Xiaohan Wang
    Fix read-after-free in matroska_read_seek().
    

    In matroska_read_seek(), |tracks| is assigned at the begining of the function.
    However, functions like matroska_parse_cues() could reallocate the tracks so
    that |tracks| can get invalidated.

    This CL assigns |tracks| only before we use it so that it won’t be invalidated.

    BUG=427266
    TEST=Test case in associated bug passes now.

    Change-Id : I9c7065fe8f4311ca846076281df2282d190ed344

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

    • [DH] libavformat/matroskadec.c
  • avcodec/vp9 : Don't free buffer known to be NULL

    2 septembre 2021, par Andreas Rheinhardt
    avcodec/vp9 : Don't free buffer known to be NULL
    

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

    • [DH] libavcodec/vp9.c