Recherche avancée

Médias (91)

Autres articles (43)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

Sur d’autres sites (5980)

  • vc2enc : halve allocated table size, refactor and optimize quantization

    26 février 2016, par Rostislav Pehlivanov
    vc2enc : halve allocated table size, refactor and optimize quantization
    

    Since coefficients differ only in the last bit when writing to the
    bitstream it was possible to remove the sign from the tables, thus
    halving them. Also now all quantization is done in the unsigned domain
    as the sign is completely separate, which gets rid of the need to do
    quantization on 32 bit signed integers.

    Overall, this slightly speeds up the encoder depending on the machine.
    The commit still generates bit-identical files as before the commit.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/vc2enc.c
    • [DH] libavcodec/vc2enc_dwt.h
  • Merge commit ’5dfe4edad63971d669ae456b0bc40ef9364cca80’

    2 janvier 2016, par Hendrik Leppkes
    Merge commit ’5dfe4edad63971d669ae456b0bc40ef9364cca80’
    

    * commit ’5dfe4edad63971d669ae456b0bc40ef9364cca80’ :
    x86_64 : int32_to_float_fmul_scalar sign extend integer length

    Merged-by : Hendrik Leppkes <h.leppkes@gmail.com>

    • [DH] libavcodec/x86/fmtconvert.asm
  • avcodec/mpegvideo_enc : Remove slice structured mode from H.263 as well as the code...

    22 novembre 2015, par Michael Niedermayer
    avcodec/mpegvideo_enc : Remove slice structured mode from H.263 as well as the code automatically enabing it
    

    There is no such thing as a slice structured mode in the original version 1 H.263,
    that mode was added in H.263+ in 1998. Also the headers for slice structured mode
    are not part of the older version 1 and this would result in unplayable files

    An alternative to this patch would be to merge the H263 and H263P AVCodecs and use
    other means to distinguish the older and newer versions.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mpegvideo_enc.c