Recherche avancée

Médias (91)

Autres articles (68)

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

  • Merge commit ’40b331e1f41cf118bd1b0807cac801437255636f’

    22 avril 2014, par Michael Niedermayer
    Merge commit ’40b331e1f41cf118bd1b0807cac801437255636f’
    

    * commit ’40b331e1f41cf118bd1b0807cac801437255636f’ :
    fic : Use proper quantization matrix index

    See : 6d149d28183a59a28143431f8e629484a52948b2
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

  • Revision a2e711ce38 : Properly reset the block coding skip flag array in non-RD mode The block coding

    14 mars 2014, par Jingning Han

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



    Properly reset the block coding skip flag array in non-RD mode

    The block coding skip flags are assigned in the normal RD mode
    decision loop. They are then used in the final encoding stage.
    In the non-RD mode decision, the forward transform and quantization
    stages are replaced by modeling based on SSE and variance of
    prediction residues. This commit applies reset to this array in
    the non-RD coding mode.

    Change-Id : I66584669b035e9c8ac23e95047849ff277472742

  • Revision 539c961ed4 : Use modeled rate distortion costs for non-RD mode This commit replaces SAD cost

    7 mars 2014, par Jingning Han

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


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_rdopt.h



    Use modeled rate distortion costs for non-RD mode

    This commit replaces SAD cost with modeled rate-distortion cost
    for non-RD mode decision. It translates the prediction residual
    SSE into estimate rate and reconstruction distorion costs, hence
    capturing the quantization setting effect. The compression
    performance of speed -7 for rtc set is improved by 14.79%.

    Change-Id : Ifda014eb0501d13109fe7f92680bf1410b463632