
Recherche avancée
Autres articles (55)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne 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, parThe 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, parThis 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 Borsboomavcodec/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>
-
avformat/hlsenc : initialize saveptrs
26 mars 2018, par Timo Rothenpieleravformat/hlsenc : initialize saveptrs
av_strtok calls strspn on a non-NULL *saveptr, so not NULL initializing
it is an issue.
Fixes CID #1428568Reviewed-by : Karthick Jeyapal <kjeyapal@akamai.com>
Signed-off-by : Steven Liu <lq@onvideo.cn>
Signed-off-by : Steven Liu <lq@chinaffmpeg.org> -
avcodec/vc1 : add bitstream elements for VAAPI VC-1 interlaced decoding
25 février 2018, par Jerome Borsboomavcodec/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>