Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (65)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

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

  • Revision da58436f43 : Subsampling aware allocs and bitstream Make framebuffer allocations according t

    7 mai 2013, par John Koleszar

    Changed Paths :
     Modify /vp9/common/vp9_alloccommon.c


     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_mbpitch.c


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/common/vp9_postproc.c


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_lookahead.c


     Modify /vp9/encoder/vp9_lookahead.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/vp9_cx_iface.c


     Modify /vp9/vp9_iface_common.h


     Modify /vpx_scale/generic/yv12config.c


     Modify /vpx_scale/yv12config.h


     Modify /vpxdec.c



    Subsampling aware allocs and bitstream

    Make framebuffer allocations according to the chroma subsamping
    factors in use. A bit is placed in the raw part of the frame header for
    each of the two subsampling factors. This will be moved in a future
    commit to make them part of the TBD feature set bits, probably only set
    on keyframes, etc.

    Change-Id : I59ed38d3a3c0d4af3c7c277617de28d04a001853

  • Revision 10aa23f751 : ctrl_get_reference does not need user_priv. The relationship of the user privat

    3 juillet 2014, par hkuang

    Changed Paths :
     Modify /test/user_priv_test.cc


     Modify /vp9/vp9_dx_iface.c



    ctrl_get_reference does not need user_priv.

    The relationship of the user private data at runtime
    is not preserved from decode() to this call which may
    occur at an unknown point in the future

    Change-Id : Ia7eb25365c805147614574c3af87aedbe0305fc6

  • Revision 9c9922df97 : VP9 denoising enabled by noise_sensitivity param As in VP8. Currently, this pa

    1er juillet 2014, par Tim Kopp

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


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_pickmode.c



    VP9 denoising enabled by noise_sensitivity param

    As in VP8.

    Currently, this parameter is set with the VP8E_SET_NOISE_SENSITIVITY flag.
    The flag was not renamed so that we don’t break the interface for webrtc. This
    should probably be changed at some point in the future.

    Change-Id : Ic73fcb0dde9d1d019e9d042050b617333ac65472