
Recherche avancée
Autres articles (48)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 -
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 (9583)
-
Revision 9e55834426 : Replace cpi->common with preset variable cm This commit replaces a few use case
24 juin 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_pickmode.c
Replace cpi->common with preset variable cmThis commit replaces a few use cases of cpi->common with preset
variable cm, to avoid unnecessary pointer fetch in the non-RD
coding mode.Change-Id : I4038f1c1a47373b8fd7bc5d69af61346103702f6
-
Revision 35bd31cd0a : Merge "Replace cpi->common with preset variable cm"
25 juin 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_pickmode.c
Merge "Replace cpi->common with preset variable cm" -
AVFrame : factor out freeing the side data
18 juin 2014, par Roman Savchenko