Recherche avancée

Médias (91)

Autres articles (97)

  • 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 enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

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

Sur d’autres sites (12199)

  • avformat/matroskadec : Cache whether a track needs to be decoded

    4 décembre 2019, par Andreas Rheinhardt
    avformat/matroskadec : Cache whether a track needs to be decoded
    

    There is no need to recheck this for every frame.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/matroskadec.c
  • avformat/hls : track seeking on a per-playlist basis

    30 décembre 2013, par Anssi Hannula
    avformat/hls : track seeking on a per-playlist basis
    

    Seeking needs to be tracked on a per-playlist basis, since the resyncing
    code in hls_read_packet() has to sync each playlist to the seek
    timestamp instead of stopping after the first playlist has reached it.

    Signed-off-by : Anssi Hannula <anssi.hannula@iki.fi>

    • [DH] libavformat/hls.c
  • movenc : fix QT chapter track character encoding

    31 juillet 2014, par John Stebbins
    movenc : fix QT chapter track character encoding
    

    An encoding ("encd") box is required to tell QT that the string is UTF8

    • [DH] libavformat/movenc.c