
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (40)
-
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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-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 -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (5639)
-
Revision dcab9896e8 : Fix linker warnings for bilinear filters The declaration of the bilinear filter
25 septembre 2013, par Matthew HeaneyChanged Paths :
Modify /vp8/common/filter.c
Modify /vp8/common/filter.h
Modify /vp8/common/x86/filter_x86.c
Modify /vp8/common/x86/filter_x86.h
Fix linker warnings for bilinear filtersThe declaration of the bilinear filters specified an alignment clause
in the implementation file but not in the header. This turned out
to be harmless, but it did cause linker warnings to be emitted when
building on Windows.The (extern) declaration in the header was changed, to match the
declaration in the implementation.Change-Id : I44be89b1572fe9a50fa47a42e4db9128c4897b04
-
VC1 VDPAU : Mark missing reference frames as such.
28 septembre 2013, par Reimar DöffingerVC1 VDPAU : Mark missing reference frames as such.
Currently the code passes some nonsense values as
references instead, causing corruption with NVidia’s
and assertion failures with Mesa’s implementation.
For non-corrupted input this mostly happens in
interlaced bitstreams, e.g.
http://samples.mplayerhq.hu/V-codecs/WMV9/interlaced/480i30__codec_WVC1__mode_2__framerate_29.970__type_2__preproc_17.wmv.
The != VDP_INVALID handle assert does not trigger
(and probably is quite nonsense) because the frames
are initialized to 0.Signed-off-by : Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
lavu/opt : fix doxy for av_opt_get* functions about return value
4 octobre 2013, par Stefano Sabatini