Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (100)

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

  • 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

  • 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.

Sur d’autres sites (12069)

  • hls : Call avformat_find_stream_info() on the chained demuxers

    25 juillet 2012, par Michael Niedermayer
    hls : Call avformat_find_stream_info() on the chained demuxers
    

    This allows the chained demuxer (or more precisely, the lavf
    utility code) to better fill in timestamps on packets from
    these, especially for cases where one stream is a raw ADTS
    stream.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/hls.c
  • documented that av_codec_close is required to call

    24 juillet 2013, par Anshul Maheshwari
    documented that av_codec_close is required to call
    

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

    • [DH] libavformat/avformat.h
  • skip_bits : dont call UPDATE_CACHE

    30 septembre 2013, par Michael Niedermayer
    skip_bits : dont call UPDATE_CACHE
    

    UPDATE_CACHE isnt needed and can cause segfaults

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

    • [DH] libavcodec/get_bits.h