Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (61)

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

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (6507)

  • lavfi : add a frame_rate field to AVFilterLink.

    3 novembre 2015, par Nicolas George
    lavfi : add a frame_rate field to AVFilterLink.
    

    (cherry picked from ffmpeg commit 7b42036b3b23c85f473bf9369e37fa8da22eaf93)

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

    • [DBH] doc/APIchanges
    • [DBH] libavfilter/avfilter.c
    • [DBH] libavfilter/avfilter.h
    • [DBH] libavfilter/version.h
  • lavc : Add hwaccel_flags field to AVCodecContext

    4 mars 2017, par wm4
    lavc : Add hwaccel_flags field to AVCodecContext
    

    This "reuses" the flags introduced for the av_vdpau_bind_context() API
    function, and makes them available to all hwaccels. This does not affect
    the current vdpau API, as av_vdpau_bind_context() should obviously
    override the AVCodecContext.hwaccel_flags flags for the sake of
    compatibility.

    • [DBH] doc/APIchanges
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/pthread_frame.c
    • [DBH] libavcodec/version.h
  • lavc : Add device context field to AVCodecContext

    9 février 2017, par Mark Thompson
    lavc : Add device context field to AVCodecContext
    

    For use by codec implementations which can allocate frames internally.

    • [DH] doc/APIchanges
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/version.h