Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (50)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • 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

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

  • Revision b2b07755e0 : vp9 : check tile column count the max is 6. there are assumptions throughout the

    22 juin 2014, par James Zern

    Changed Paths :
     Modify /test/invalid_file_test.cc


     Modify /test/test-data.sha1


     Modify /test/test.mk


     Modify /vp9/decoder/vp9_decodeframe.c



    vp9 : check tile column count

    the max is 6. there are assumptions throughout the decode regarding
    this ; fixes a crash with a fuzzed bitstream

    $ zzuf -s 5861 -r 0.01:0.05 -b 6- \
    < vp90-2-00-quantizer-00.webm.ivf \
    | dd of=invalid-vp90-2-00-quantizer-00.webm.ivf.s5861_r01-05_b6-.ivf \
    bs=1 count=81883

    Change-Id : I6af41bb34252e88bc156a4c27c80d505d45f5642

  • Revision 1f4bf79d65 : Added per pixel inter rd hit count stats Added some code to output normalized r

    21 août 2013, par Paul Wilkins

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


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Added per pixel inter rd hit count stats

    Added some code to output normalized rd hit count stats.
    In effect this approximates to the average number of rd
    operations/tests per pixel for the sequence.

    The results are not quite accurate and I have not bothered
    to account for partial SB64s at frame edges and for key frames
    However they do give some idea of the number of modes /
    prediction methods being tested for each pixel across the
    different partition sizes. This indicates how much scope their
    is for further gains either by reducing the number of partitions
    examined or the modes per partition through heuristics.

    Patch 3 moved place where count incremented so partial rd
    tests that are aborted with INT_MAX return are also counted.

    Example numbers for first 50 frames of Akiyo.
    Speed 0 84.4 rd operations / pixel
    Speed 1 28.8
    Speed 2 11.9

    Change-Id : Ib956e787e12f7fa8b12d3a1a2f6cda19a65a6cb8

  • Revision 40070a7d00 : Merge "Delay decreasing reference count in frame-parallel decoding."

    14 juin 2014, par hkuang

    Merge "Delay decreasing reference count in frame-parallel decoding."