Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (96)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • dnxhddata : correct weight tables

    25 septembre 2015, par Jeremy James
    dnxhddata : correct weight tables
    

    CID 1260 (as evidenced by incorrect decoding of a sample from ticket
    4876) seems to use incorrect weight tables. It appears those tables
    were not zigzag-scanned.

    Apply zigzag on weight tables for new CIDs 1258, 1259, and 1260, and
    fix an incorrect chroma table for CID 1256.

    Fixes last issue from ticket #4876.

    Found-by : Christophe Gisquet <christophe.gisquet@gmail.com>
    Signed-off-by : Christophe Gisquet <christophe.gisquet@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/dnxhddata.c
  • avformat/format : Weight the filename extension higher if there is nearly no data...

    30 janvier 2016, par Michael Niedermayer
    avformat/format : Weight the filename extension higher if there is nearly no data after an ID3 available
    

    Fixes Ticket5205

    Based-on-patch-by : Carl Eugen Hoyos
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/format.c
  • h264 : move initing the implicit pred weight table out of h264_slice_header_parse()

    14 avril 2016, par Anton Khirnov
    h264 : move initing the implicit pred weight table out of h264_slice_header_parse()
    

    It depends on the reference list, so this will allow moving out the
    reference list construction and consequently other code it depends on.

    • [DBH] libavcodec/h264_slice.c