
Recherche avancée
Autres articles (104)
-
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (5995)
-
Revision 62c6411820 : Remove neon version of vp8 extend borders The code fails the unit test. Speed c
24 juillet 2014, par JohannChanged Paths :
Modify /test/scale_border_test.cc
Delete /vpx_scale/arm/neon/vp8_vpxyv12_extendframeborders_neon.asm
Modify /vpx_scale/arm/neon/yv12extend_arm.c
Modify /vpx_scale/vpx_scale.mk
Modify /vpx_scale/vpx_scale_rtcd.pl
Remove neon version of vp8 extend bordersThe code fails the unit test. Speed comparisons to the C are invalid
because the code frequently didn’t correctly extend the right and
bottom portions of the frame.Reduce maximum frame size on ARM devices to avoid OOM
Change-Id : Ia664c86406f0bb8120fd7ad401f32d0bd44994fb
-
Revision 51c60a891e : make default_interp_filter choice a speed feature This commit changed the hard-
16 juillet 2014, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_speed_features.c
Modify /vp9/encoder/vp9_speed_features.h
make default_interp_filter choice a speed featureThis commit changed the hard-coded DEFAULT_INTERP_FILTER to a speed
feature with the same default value : SWITCHABLE.Change-Id : I7f54f40f1bd3f5277841d04b85db7a84e47313f1
-
Revision 42a68e6701 : Merge "make default_interp_filter choice a speed feature"
17 juillet 2014, par Yaowu XuMerge "make default_interp_filter choice a speed feature"