Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (63)

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

  • Revision 84c5ed0e98 : Bugfix in forward update with modeling on. Fixes an issue with reducing branch

    30 mai 2013, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_onyx_int.h



    Bugfix in forward update with modeling on.

    Fixes an issue with reducing branch cts in the encoder causing
    a drop in performance. The bug was introduced in a previous
    clean up patch.

    Test : Went back to the offending patch, applied this same fix
    to it, and checked that results are identical to the parent
    of that patch.

    Change-Id : I0bad8e2d930235d0284300fcebf836ceb56f2498

  • Revision 88a4d4c510 : Residual coding to cache energy class of tokens. Proposal for tuning the residu

    23 mai 2013, par Sami Pietila

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


     Modify /vp9/decoder/vp9_detokenize.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_tokenize.c



    Residual coding to cache energy class of tokens.

    Proposal for tuning the residual coding by changing how the context
    from previous tokens is calculated. Storing the energy class of previous
    tokens instead of the token itself eases the critical path of
    HW implementations.

    Change-Id : I6d71d856b84518f6c88de771ddd818436f794bab

  • lavu/opt : check if class is NULL too

    21 mai 2013, par Paul B Mahol
    lavu/opt : check if class is NULL too
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavutil/opt.c