Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (54)

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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (7054)

  • av1/h264_metadata, filter_units : Count down when deleting units

    17 juin 2019, par Andreas Rheinhardt
    av1/h264_metadata, filter_units : Count down when deleting units
    

    When testing whether a particular unit should be kept or discarded, it
    is best to start at the very last unit of a fragment and count down,
    because that way a unit that will eventually be deleted won't be
    memmoved during earlier deletions ; and frag/au->nb_units need only be
    evaluated once in this case and the counter is automatically correct
    when a unit got deleted.

    It also works for double loops, i.e. when looping over all SEI messages
    in all SEI units of an access unit.

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

    • [DH] libavcodec/av1_metadata_bsf.c
    • [DH] libavcodec/filter_units_bsf.c
    • [DH] libavcodec/h264_metadata_bsf.c
  • avfilter/vf_chromahold : implement blend option

    13 mai 2019, par Paul B Mahol
    avfilter/vf_chromahold : implement blend option
    
    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_chromakey.c
  • avcodec/cuviddec : add capability check for maximum macroblock count

    3 mai 2019, par Ruta Gadkari
    avcodec/cuviddec : add capability check for maximum macroblock count
    

    Cuvid supports clips with a limit on maximum number of macroblocks.
    This check was missing after cuvidGetDecoderCaps API call allowing
    unsupported clips to proceed.
    Added the missing check, same as the one in hwaccel nvdec implementation.

    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/cuviddec.c