Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (62)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (7396)

  • lavc/utils : free private options on avcodec_open2 fail

    23 novembre 2014, par Lukasz Marek
    lavc/utils : free private options on avcodec_open2 fail
    

    It protects leaking string/binary/dict options from priv context.

    Signed-off-by : Lukasz Marek <lukasz.m.luki2@gmail.com>

    • [DH] libavcodec/utils.c
  • avcodec/libdav1d : free the Dav1dData packet on dav1d_send_data() failure

    1er février 2022, par James Almer
    avcodec/libdav1d : free the Dav1dData packet on dav1d_send_data() failure
    

    We still own it on failure, and there's no point trying to feed it again.

    This should address the issue reported in dav1d #383 and part of VLC #26259.

    Signed-off-by : James Almer <jamrial@gmail.com>
    Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>

    • [DH] libavcodec/libdav1d.c
  • Revision b88dac8938 : Safely free all the frame buffers after all the workers finish the work. Issue :

    17 mars 2015, par hkuang

    Changed Paths :
     Modify /vp9/common/vp9_alloccommon.c


     Modify /vp9/common/vp9_alloccommon.h


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/vp9_dx_iface.c



    Safely free all the frame buffers after all the workers finish the work.

    Issue : 978

    Change-Id : Ia7aa809095008f6819a44d7ecb0329def79b1117