Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (55)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (4683)

  • 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."