Recherche avancée

Médias (0)

Mot : - Tags -/configuration

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

Autres articles (16)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • avcodec/h265_metadata_bsf : fix the AVClass version number

    11 novembre 2017, par James Almer
    avcodec/h265_metadata_bsf : fix the AVClass version number
    

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Reviewed-by : jkqxz
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/h265_metadata_bsf.c
  • avcodec/mpeg2_metadata_bsf : fix the AVClass version number

    11 novembre 2017, par James Almer
    avcodec/mpeg2_metadata_bsf : fix the AVClass version number
    

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Reviewed-by : jkqxz
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/mpeg2_metadata_bsf.c
  • avcodec/wavpackenc : Check the number of channels

    11 janvier 2016, par Michael Niedermayer
    avcodec/wavpackenc : Check the number of channels
    

    They are stored in a byte, thus more than 255 is not possible

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/wavpackenc.c