Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (108)

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

  • 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

Sur d’autres sites (11586)

  • Revision 8db245b6a1 : Add an adaptive denoising mode. On key frame, will always start with normal den

    7 août 2014, par Marco Paniconi

    Changed Paths :
     Modify /examples/vpx_temporal_svc_encoder.c


     Modify /vp8/common/onyx.h


     Modify /vp8/encoder/denoising.c


     Modify /vp8/encoder/denoising.h


     Modify /vp8/encoder/onyx_if.c



    Add an adaptive denoising mode.

    On key frame, will always start with normal denoising mode,
    but based on a computed noise metric (normalized mse on source diff)
    may switch to aggressive mode (and back down again).

    Change-Id : I20330b2dcf3056287be37223302b2cab5fc103eb

  • Revision 4f2aeceabe : Use normal encoding route for key frame coding This commit makes the key frame

    8 juillet 2014, par Jingning Han

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



    Use normal encoding route for key frame coding

    This commit makes the key frame coding to use the normal vpxenc
    coding route. The encoding process based on mode_info read from
    external file now starts from the first inter frame.

    Change-Id : Iee5ae2c3aa35d4b89d0cb4e890b9b0f29fe89d62

  • vorbis : fallback to normal division instead of crashing

    19 mai 2013, par Luca Barbato
    vorbis : fallback to normal division instead of crashing
    

    The use of ff_inverse speeds up slightly arches + compilers that
    do not provide a division faster than the whole machinery, such
    as ppc32 + gcc4.7, but has operational limits.

    Drop the always-enable assert and provide a fallback.

    • [DH] libavcodec/vorbisdec.c