Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (61)

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

  • FFmpeg, av_frame_free - Does not free all memory allocated by av_frame_clone

    9 juillet 2018, par user3104363

    I want to clone AVFrame. For this purpose, I call av_frame_clone function.
    Then I want to free all memory allocated by old AVFrame. For this purpose I call av_frame_free function. Memory which is pointer by data is not freed by av_frame_free function. So what is the correct way of cloning and deleting a AVFrame in ffmpeg ?

    Thanks for responses.

  • mov : free the dv demux context with avformat_free_context()

    19 juin 2014, par Anton Khirnov
    mov : free the dv demux context with avformat_free_context()
    
    • [DBH] libavformat/mov.c
  • avcodec/zmbv : Don't free uninitialized z_stream

    5 mai 2021, par Andreas Rheinhardt
    avcodec/zmbv : Don't free uninitialized z_stream
    

    It is not documented to be safe to call inflateEnd() on a z_stream
    that has not been successfully initialized via inflateInit() ; so
    record whether it has been successfully initialized.

    Reviewed-by : Tomas Härdin <tjoppen@acc.umu.se>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/zmbv.c