Recherche avancée

Médias (91)

Autres articles (95)

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

  • avcodec/jpeg2000htdec : Consolidate jpeg2000 spec bits in jpeg2000_bitbuf_refill_backw...

    2 août 2023, par Michael Niedermayer
    avcodec/jpeg2000htdec : Consolidate jpeg2000 spec bits in jpeg2000_bitbuf_refill_backwards()
    

    Code should make more sense now

    Fixes : out of array access
    Fixes : 58299/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JPEG2000_fuzzer-6627570448465920

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : Pierre-Anthony Lemieux <pal@sandflow.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/jpeg2000htdec.c
  • avformat/flvdec : read the correct bits into the tag type

    4 septembre 2014, par Steven Liu
    avformat/flvdec : read the correct bits into the tag type
    

    from the flv spec, the flvtag define the tagtype as one byte,
    the spec desc is :
    Reserved UB[2] Reserved for FMS, should be 0
    Filter UB[1] Indicates if packets are filtered.
    0 = No pre-processing required.
    1 = Pre-processing (such as decryption) of the packet is
    required before it can be rendered.
    Shall be 0 in unencrypted files, and 1 for encrypted
    tags.
    See Annex F. FLV Encryption for the use of filters.
    TagType UB[5] Type of contents in this tag. The following types are
    defined :
    8 = audio
    9 = video
    18 = script data

    Signed-off-by : Steven Liu <qi.liu@chinacache.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/flvdec.c
  • avformat/evc : fix writing reserved bits

    17 juin 2024, par James Almer
    avformat/evc : fix writing reserved bits
    

    They are all zeroes, not ones.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/evc.c
    • [DH] tests/ref/lavf-fate/evc.mp4