Advanced search

Medias (1)

Tag: - Tags -/artwork

Other articles (61)

  • HTML5 audio and video support

    13 April 2011, by

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

  • Support audio et vidéo HTML5

    10 April 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • List of compatible distributions

    26 April 2011, by

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

On other websites (8375)

  • src/flac/decode.c : Decode WAVEFORMATEXTENSIBLE_CHANNEL_MASK.

    27 April 2014, by Erik de Castro Lopo
    src/flac/decode.c : Decode WAVEFORMATEXTENSIBLE_CHANNEL_MASK.
    

    When decoding, read the contents of the WAVEFORMATEXTENSIBLE_CHANNEL_MASK
    tag and write write the channel mask to the WAV file.

    Patch-from: lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/flac/decode.c
  • flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag

    25 May 2014, by Anton Khirnov
    flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag
    

    It is used to store the channel mask for non-standard layouts.

    • [DH] libavformat/flacdec.c
  • Revision f872a98b1b: Adds speed 8 to vp9 as reference Adds a speed 8 to VP9 where only the nearestmv

    28 February 2014, by Deb Mukherjee

    Changed Paths:
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_rdopt.c



    Adds speed 8 to vp9 as reference

    Adds a speed 8 to VP9 where only the nearestmv (0 mv) is searched.
    This seems to be about the same speed as vp8 speed 5.

    Adds a new speed feature to disable inter modes based on a mask for
    each blocksize.

    Adds code for having lower complexity motion search methods
    in nonrd pick mode function, even though speed 7 still uses DIAMOND
    search for now.

    Also uses HEX search for speed 6 rather than FAST_HEX which improves
    psnr by 0.56% without any noticeable speed drop (tested on gipsmotion).

    Change-Id: Ic13176572dbd3aed5884a26786940a4b1bbd8a75