Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (38)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • Support audio et vidéo HTML5

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

Sur d’autres sites (6520)

  • vaapi_h264 : Enable VBR mode

    29 janvier 2017, par Mark Thompson
    vaapi_h264 : Enable VBR mode
    

    Default to using VBR when a target bitrate is set, unless the max rate
    is also set and matches the target. Changes to the Intel driver mean
    that min_qp is also respected in this case, so set a codec default to
    unset the value rather than using the current default inherited from
    the MPEG-4 part 2 encoder.

    (cherry picked from commit eddfb57210298a0a94472794485400a3a6c76196)

    • [DH] libavcodec/vaapi_encode_h264.c
  • hwcontext_dxva2 : support D3D9Ex

    10 février 2017, par wm4
    hwcontext_dxva2 : support D3D9Ex
    

    D3D9Ex uses different driver paths. This helps with "headless"
    configurations when no user logs in. Plain D3D9 device creation will
    fail if no user is logged in, while it works with D3D9Ex.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavutil/hwcontext_dxva2.c
  • configure : add -Wl when linker is called indirectly

    19 juin, par Kacper Michajłow
    configure : add -Wl when linker is called indirectly
    

    It's possible to call linker indirectly through driver like Clang. In
    which cases linker args has to be prefixed with -Wl.

    Signed-off-by : Kacper Michajłow <kasper93@gmail.com>

    • [DH] configure