
Recherche avancée
Autres articles (104)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Formulaire personnalisable
21 juin 2013, parCette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire. (...)
Sur d’autres sites (8364)
-
Revision 1aa7fd5aef : Using stride (# of elements) instead of pitch (bytes) in fdct16x16. Just making
18 octobre 2013, par Dmitry KovalevChanged Paths :
Modify /test/dct16x16_test.cc
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/encoder/vp9_dct.c
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/x86/vp9_dct_sse2.c
Using stride (# of elements) instead of pitch (bytes) in fdct16x16.Just making fdct consistent with iht/idct/fht functions which all use
stride (# of elements) as input argument.Change-Id : I2d95fdcbba96aaa0ed24a80870cb38f53487a97d
-
Revision e05412fc23 : Using stride (# of elements) instead of pitch (bytes) in fdct32x32. Just making
17 octobre 2013, par Dmitry KovalevChanged Paths :
Modify /test/dct32x32_test.cc
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/encoder/vp9_dct.c
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/x86/vp9_dct32x32_sse2.c
Using stride (# of elements) instead of pitch (bytes) in fdct32x32.Just making fdct consistent with iht/idct/fht functions which all use
stride (# of elements) as input argument.Change-Id : Id623c5113262655fa50f7c9d6cec9a91fcb20bb4
-
Revision aeb603f2af : Making decode_modes_b function more straightforward. Moving out decode_tokens f
2 octobre 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/common/vp9_pred_common.c
Modify /vp9/common/vp9_pred_common.h
Modify /vp9/decoder/vp9_decodframe.c
Making decode_modes_b function more straightforward.Moving out decode_tokens function calls and adding decode_blocks boolean
variable. We only have to decode if eobtotal > 0, i.e. we have at least one
non-zero coefficient. Also inlining and remove vp9_set_pred_flag_mbskip
function.Change-Id : I7be38b12ee8206faf0beea2bbf4d52be42575b03