
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (70)
-
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 -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (9442)
-
Revision 9712bc691d : Make iscan and scan neighbor arrays static const. This commit changes the table
2 octobre 2014, par Yaowu XuChanged Paths :
Modify /vp9/common/vp9_scan.c
Modify /vp9/common/vp9_scan.h
Modify /vp9/decoder/vp9_decoder.c
Modify /vp9/encoder/vp9_encoder.c
Make iscan and scan neighbor arrays static const.This commit changes the tables to be read only, which fixes
issue #866Change-Id : I85bbe03f9d344f50570f8c1c61699bdc5cee248f
-
Revision cc00eea676 : Replace best_ref_index table fetch with best_mbmode This commit replaces the be
15 septembre 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Replace best_ref_index table fetch with best_mbmodeThis commit replaces the best_ref_index table fetch with the use
of best_mbmode in vp9_rd_pick_inter_mode_sub8x8.Change-Id : I882ee9ee6a8c0e61befcca1f4dba6d2ea8de8f13
-
Revision fe96932c69 : Merge "Replace best_ref_index table fetch with best_mbmode"
16 septembre 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Merge "Replace best_ref_index table fetch with best_mbmode"