Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (55)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (9007)

  • avcodec/vaapi : do not parse MVMODE for VC-1 interlaced frame pictures

    29 mars 2018, par Jerome Borsboom
    avcodec/vaapi : do not parse MVMODE for VC-1 interlaced frame pictures
    

    Interlaced frame pictures do not contain the MVMODE or MVMODE2 bitstream
    element. Trying to parse this element and passing a nonzero value to the
    hardware decoder results in small inaccuracies in the decoded picture.

    Signed-off-by : Jerome Borsboom <jerome.borsboom@carpalis.nl>

    • [DH] libavcodec/vaapi_vc1.c
  • avformat/hlsenc : initialize saveptrs

    26 mars 2018, par Timo Rothenpieler
    avformat/hlsenc : initialize saveptrs
    

    av_strtok calls strspn on a non-NULL *saveptr, so not NULL initializing
    it is an issue.
    Fixes CID #1428568

    Reviewed-by : Karthick Jeyapal <kjeyapal@akamai.com>
    Signed-off-by : Steven Liu <lq@onvideo.cn>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hlsenc.c
  • avcodec/vc1 : add bitstream elements for VAAPI VC-1 interlaced decoding

    25 février 2018, par Jerome Borsboom
    avcodec/vc1 : add bitstream elements for VAAPI VC-1 interlaced decoding
    

    We need to pass more bitstream elements to the VAAPI VC-1 decoder in
    order to start doing interlaced decoding in hardware.

    Signed-off-by : Jerome Borsboom <jerome.borsboom@carpalis.nl>

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