Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (34)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (7924)

  • avfilter/af_channelmap : fix mapping if in_channel was a string but out_channel was...

    18 mars 2024, par Marton Balint
    avfilter/af_channelmap : fix mapping if in_channel was a string but out_channel was not specified
    

    In this case in_channel_idx was never set and the default 0 was used.
    Suprisingly no one noticed that the respective fate test output was wrong.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavfilter/af_channelmap.c
    • [DH] tests/fate/filter-audio.mak
  • avformat/libsrt : Fix srt :// URL query string parsing

    12 février 2024, par Ingo Oppermann
    avformat/libsrt : Fix srt :// URL query string parsing
    

    Add missing NULL check and use ff_urldecode for string query
    parameters.

    Signed-off-by : Ingo Oppermann <ingo@datarhei.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/Makefile
    • [DH] libavformat/libsrt.c
  • avcodec/speexdec : relax the extradata check for the speex string

    20 janvier 2024, par James Almer
    avcodec/speexdec : relax the extradata check for the speex string
    

    There could be bogus bytes at the start, as is the case of
    vp5/potter512-400-partial.avi from the FATE suite, which could be a case of bad
    remuxing from an OGG source.

    Partially fixes decoding of vp5/potter512-400-partial.avi

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

    • [DH] libavcodec/speexdec.c