
Recherche avancée
Autres articles (37)
-
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 -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
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 (6016)
-
Revision 2a5648dca5 : Cleaned the code in handle_inter_mode borgs show consistent results as before t
23 mars 2015, par Zoe LiuChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Cleaned the code in handle_inter_modeborgs show consistent results as before this patch
Change-Id : I3d21623cb03ea169a031328e9dde9c26ba1bd016
-
lavfi/delogo : Document where parameter show=1 draws its rectangle
13 juillet 2013, par Jean Delvarelavfi/delogo : Document where parameter show=1 draws its rectangle
It is not completely obvious where delogo’s parameter show=1 draws its
rectangle. Document it so that the user can more easily tune the
parameters.Signed-off-by : Jean Delvare <khali@linux-fr.org>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
lavfi/delogo : option show shouldn’t affect band
5 juillet 2013, par Jean Delvarelavfi/delogo : option show shouldn’t affect band
Options "show" and "band" are unrelated and should thus be
independent. However, setting "show" to 1 currently resets "band" to
its default value of 4. While this is documented, this still
surprising and confusing IMHO.Change this behavior and make "show" and "band" independent from each
other. Update the documentation accordingly.Signed-off-by : Jean Delvare <khali@linux-fr.org>
Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>