Recherche avancée

Médias (0)

Mot : - Tags -/masques

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (93)

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

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (10645)

  • libavcodec : Implementation of AAC_fixed_decoder (LC-module) [4/4]

    30 juin 2015, par Jovan Zelincevic
    libavcodec : Implementation of AAC_fixed_decoder (LC-module) [4/4]
    

    Build system modified

    There are several warnings occurring during build after this patch is
    applied. The cause of most of these warnings is in that some definitions
    needed here are logical part of sbr module and are added in later patches.
    When this patches are applied these warnings stop occurring.

    The only warning that is added here and is not fixed with later patches
    is warning that warns that type mismatch for table ff_aac_eld_window_480.

    The reason for this warning is in that ER AAC ELD 480 is not integrated in
    to the fixed point implementation at this moment and there is no fixed point
    version of this table.

    Signed-off-by : Nedeljko Babic <nedeljko.babic@imgtec.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/aacdec.c
    • [DH] libavcodec/aacdec_fixed.c
    • [DH] libavcodec/allcodecs.c
  • aacenc : add support for coding of IS spectral coefficients

    2 juillet 2015, par Rostislav Pehlivanov
    aacenc : add support for coding of IS spectral coefficients
    

    This commit adds support for the coding of intensity stereo spectral
    coefficients. It also fixes the Mid/Side coding of band_types higher
    than RESERVED_BT (M/S must not be applied to their spectral coefficients,
    but marking M/S as present in encode_ms_info() is okay). Much
    of the changes here were taken from the decoder and inverted.
    This commit does not change the functionality of the decoder as the
    previous patch in this series zeroes ms_mask and is_mask.

    Reviewed-by : Claudio Freire <klaussfreire@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/aacenc.c
  • h264 : Allow stream and container cropping at the same time

    8 mars 2015, par Vittorio Giovara
    h264 : Allow stream and container cropping at the same time
    

    The container cropping is applied only when difference is within 16
    pixels, and the smallest value between the two is chosen.

    Bug-Id : 383
    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] libavcodec/h264_slice.c