
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (59)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (11337)
-
Revision c90b6bb101 : Removing redundant call of vp9_init_mbmode_probs(). This function is called fro
21 novembre 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/common/vp9_entropymode.c
Modify /vp9/encoder/vp9_encodeframe.c
Removing redundant call of vp9_init_mbmode_probs().This function is called from vp9_setup_past_independence() which is called
before the modified piece of code. Moving reset of inter_mode_probs into
vp9_init_mbmode_probs() for consistency.Change-Id : Ib188e8798e1fbe15407fd501406761b746fdda95
-
Revision 7ba7a5f817 : Merge "Removing redundant call of vp9_init_mbmode_probs()."
26 novembre 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Merge "Removing redundant call of vp9_init_mbmode_probs()." -
ffplay : do not call avcodec_register_all() explicitly
24 novembre 2013, par Stefano Sabatini