Recherche avancée

Médias (91)

Autres articles (101)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Revision 6bebe65118 : [spatial svc]Don't skip motion search in first pass encoding Change-Id : Ia6bcda

    17 juin 2014, par Minghai Shang

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



    [spatial svc]Don’t skip motion search in first pass encoding

    Change-Id : Ia6bcdaf5a5b80e68176f60d8d00e9b5cf3f9bfe3

  • Revision 9f5811c2da : Add joint motion search in comp_inter_inter mode(experiment) In current code, m

    7 mai 2013, par Yunqing Wang

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_enums.h


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_mcomp.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_variance.h


     Modify /vp9/encoder/vp9_variance_c.c



    Add joint motion search in comp_inter_inter mode(experiment)

    In current code, motion vectors got from single prediction mode are used
    in compound prediction mode directly. These motion vectors may not give
    accurate prediction since they are searched independently. In this patch,
    we took Pascal's suggestion, and did joint motion search in compound
    prediction mode to find better motion vectors in this situation.
    Test results :
    Overall PSNR : 0.570%(derf), 0.918%(stdhd) ;
    SSIM : 0.572%(derf), 1.009%(stdhd) ;

    The encoder is a little slower. This can be improved since some c
    code is used in motion search.

    Change-Id : Ib30c9240f6c56c9b070867b4ca89412a76d9f3c6

  • Revision 965c02c64d : Removing unused YV12_BUFFER_CONFIG arguments from motion search functions. Also

    8 mai 2013, par Dmitry Kovalev

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



    Removing unused YV12_BUFFER_CONFIG arguments from motion search functions.

    Also doing a little bit of cleanup inside vp9_mbgraph.c.

    Change-Id : I9c6711b73810969d2d8fdb19f8edf9ed6e49d1e3