Recherche avancée

Médias (91)

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • avcodec/aacdec_template : Don't init unused table for fixed-point decoder

    24 septembre 2023, par Andreas Rheinhardt
    avcodec/aacdec_template : Don't init unused table for fixed-point decoder
    

    The fixed-point decoder actually does not use the floating-point
    tables initialized by ff_aac_tableinit() at all. So don't
    initialize them for it ; instead merge initializing these tables
    into ff_aac_float_common_init() which is already the function
    for the common static initializations of the floating-point
    AAC decoder and the (also floating-point) AAC encoder.
    Doing so saves also one AVOnce.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/aacdec_template.c
    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aactab.c
    • [DH] libavcodec/aactab.h
  • doc/APIchanges : mark the release 10 branch point

    18 mai 2014, par Anton Khirnov
    doc/APIchanges : mark the release 10 branch point
    
    • [DH] doc/APIchanges
  • avcodec/cbs_av1 : add an option to select an operating point

    15 novembre 2020, par James Almer
    avcodec/cbs_av1 : add an option to select an operating point
    

    This implements the function drop_obu() as defined in Setion 6.2.1 from the
    spec.
    In a reading only scenario, units that belong to an operating point the
    caller doesn't want should not be parsed.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/cbs_av1.c
    • [DH] libavcodec/cbs_av1.h