Recherche avancée

Médias (91)

Autres articles (64)

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (5719)

  • avformat/matroskaenc : write a MaxBlockAdditionID element

    19 mars 2023, par James Almer
    avformat/matroskaenc : write a MaxBlockAdditionID element
    

    A non zero value is mandatory for Matroska if the track has blocks with BlockAdditions.

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

    • [DH] libavformat/matroskaenc.c
    • [DH] tests/ref/fate/aac-autobsf-adtstoasc
    • [DH] tests/ref/fate/matroska-avoid-negative-ts
    • [DH] tests/ref/fate/matroska-dovi-write-config7
    • [DH] tests/ref/fate/matroska-dovi-write-config8
    • [DH] tests/ref/fate/matroska-dvbsub-remux
    • [DH] tests/ref/fate/matroska-encoding-delay
    • [DH] tests/ref/fate/matroska-flac-extradata-update
    • [DH] tests/ref/fate/matroska-h264-remux
    • [DH] tests/ref/fate/matroska-mastering-display-metadata
    • [DH] tests/ref/fate/matroska-move-cues-to-front
    • [DH] tests/ref/fate/matroska-mpegts-remux
    • [DH] tests/ref/fate/matroska-ms-mode
    • [DH] tests/ref/fate/matroska-ogg-opus-remux
    • [DH] tests/ref/fate/matroska-opus-remux
    • [DH] tests/ref/fate/matroska-pgs-remux
    • [DH] tests/ref/fate/matroska-pgs-remux-durations
    • [DH] tests/ref/fate/matroska-qt-mode
    • [DH] tests/ref/fate/matroska-spherical-mono-remux
    • [DH] tests/ref/fate/matroska-vp8-alpha-remux
    • [DH] tests/ref/fate/matroska-zero-length-block
    • [DH] tests/ref/fate/rgb24-mkv
    • [DH] tests/ref/fate/shortest-sub
    • [DH] tests/ref/lavf-fate/av1.mkv
    • [DH] tests/ref/lavf/mka
    • [DH] tests/ref/lavf/mkv
    • [DH] tests/ref/lavf/mkv_attachment
    • [DH] tests/ref/seek/lavf-mkv
  • avcodec/vlc : Use structure instead of VLC_TYPE array as VLC element

    13 juin 2022, par Andreas Rheinhardt
    avcodec/vlc : Use structure instead of VLC_TYPE array as VLC element
    

    In C, qualifiers for arrays are broken :
    const VLC_TYPE (*foo)[2] is a pointer to an array of two const VLC_TYPE
    elements and unfortunately this is not compatible with a pointer
    to a const array of two VLC_TYPE, because the latter does not exist
    as array types are never qualified (the qualifier applies to the base
    type instead). This is the reason why get_vlc2() doesn't accept
    a const VLC table despite not modifying the table at all, as
    there is no automatic conversion from VLC_TYPE (*)[2] to
    const VLC_TYPE (*)[2].

    Fix this by using a structure VLCElem for the VLC table.
    This also has the advantage of making it clear which
    element is which.

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

    • [DH] libavcodec/4xm.c
    • [DH] libavcodec/aacdec_template.c
    • [DH] libavcodec/aacps_common.c
    • [DH] libavcodec/aacsbr_template.c
    • [DH] libavcodec/asvdec.c
    • [DH] libavcodec/atrac3.c
    • [DH] libavcodec/atrac3plus.c
    • [DH] libavcodec/atrac9dec.c
    • [DH] libavcodec/bink.c
    • [DH] libavcodec/cfhddata.c
    • [DH] libavcodec/clearvideo.c
    • [DH] libavcodec/dcahuff.c
    • [DH] libavcodec/dvdec.c
    • [DH] libavcodec/faxcompr.c
    • [DH] libavcodec/get_bits.h
    • [DH] libavcodec/h264_cavlc.c
    • [DH] libavcodec/huffyuvdec.c
    • [DH] libavcodec/imc.c
    • [DH] libavcodec/intrax8.c
    • [DH] libavcodec/ivi.c
    • [DH] libavcodec/mlpdec.c
    • [DH] libavcodec/mobiclip.c
    • [DH] libavcodec/mpc7.c
    • [DH] libavcodec/mpc8.c
    • [DH] libavcodec/mpeg12.c
    • [DH] libavcodec/mpeg4videodec.c
    • [DH] libavcodec/mpegaudiodec_common.c
    • [DH] libavcodec/msmpeg4dec.c
    • [DH] libavcodec/mss4.c
    • [DH] libavcodec/qdm2_tablegen.c
    • [DH] libavcodec/qdm2_tablegen.h
    • [DH] libavcodec/qdmc.c
    • [DH] libavcodec/rl.c
    • [DH] libavcodec/rv10.c
    • [DH] libavcodec/rv34.c
    • [DH] libavcodec/rv40.c
    • [DH] libavcodec/svq1dec.c
    • [DH] libavcodec/tableprint_vlc.h
    • [DH] libavcodec/tscc2.c
    • [DH] libavcodec/vc1.c
    • [DH] libavcodec/vlc.c
    • [DH] libavcodec/vlc.h
    • [DH] libavcodec/vp3.c
  • aacsbr : reduce element type mismatch warning severity

    8 juin 2016, par Rostislav Pehlivanov
    aacsbr : reduce element type mismatch warning severity
    

    All HE-AAC samples with an LFE channel make this warning get spammed on
    every frame. Turning off SBR for LFE channels makes sense (since it has
    much less coefficients than normal channels do), so this error print is
    of no value in this case.
    It makes sense to keep the error in other cases, hence why it’s still
    around, degraded to warning severity since the decoder will still
    attempt to decode without SBR.

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

    • [DH] libavcodec/aacsbr_template.c