Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (73)

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

  • vda : use hwaccel private data for internal bitstream buffer

    6 mars 2014, par Anton Khirnov
    vda : use hwaccel private data for internal bitstream buffer
    
    • [DH] libavcodec/vda.h
    • [DH] libavcodec/vda_h264.c
  • lavc : Move frame_skip_* to codec private options

    11 septembre 2015, par Vittorio Giovara
    lavc : Move frame_skip_* to codec private options
    

    These options are only used by mpegvideoenc and vpx.
    They are very codec-specific options, so deprecate the global variants.

    Add an allowed value to the private options for frame_skip_cmp which
    seems to have been forgotten, but perfectly working.

    The libvpx frame dropping feature uses one of such option
    (frame_skip_threshold) without the other three. For this reason rename
    the option to something more consistent with the other libvpx variables.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/libvpxenc.c
    • [DBH] libavcodec/mpegvideo.h
    • [DBH] libavcodec/mpegvideo_enc.c
    • [DBH] libavcodec/options_table.h
  • fftools/ffmpeg_filter : make InputStream.filter private

    24 mai 2023, par Anton Khirnov
    fftools/ffmpeg_filter : make InputStream.filter private
    

    It is no longer accessed outside of ffmpeg_filter.

    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_filter.c