Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (64)

  • 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

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

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

Sur d’autres sites (6157)

  • fftools/ffplay : remove usage of internal AVInputFormat.read_seek field

    29 juin 2023, par James Almer
    fftools/ffplay : remove usage of internal AVInputFormat.read_seek field
    

    It's an internal field, so it should not be touched.

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] fftools/ffplay.c
  • avcodec/ac3 : move new field to the end of AC3HeaderInfo

    1er mars 2014, par Michael Niedermayer
    avcodec/ac3 : move new field to the end of AC3HeaderInfo
    

    This structure is used in the interface between libs and thus cannot have
    fields added in the middle without major bump

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

    • [DH] libavcodec/ac3.h
  • lavc : deprecate refcounted_frames field

    16 janvier 2017, par wm4
    lavc : deprecate refcounted_frames field
    

    No deprecation guards, because the old decode API (for which this field
    is needed) doesn’t have any either.

    This field should be removed together with the old decode calls.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] doc/APIchanges
    • [DBH] libavcodec/avcodec.h