
Recherche avancée
Autres articles (67)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (8866)
-
Added : Support for Chapter sub levels.
5 octobre 2013, par GrandtAdded : Support for Chapter sub levels.
Rev. 2.53 - 2013-10-05
* Added : Support for Chapter levels.
* Added functions :
* ->subLevel() to indent one level under the current, additional
chapters are added under that.
* ->backLevel() to step one level back to the parent of the current
level.
* ->rootLevel() to step back to the root of the navMap.
* ->getCurrentLevel() to get the current level indentation (root = 1).
* ->setCurrentLevel(int) to set the current level indentation (1 or
less returns to the root, same as ->rootLevel()).
* ->buildTOC now reflects this level indentation if present.
* ePub250 is otherwise compatible to the previous version, and no
modifications are needed if you don't need this feature. -
avformat/hls : add support for byte-ranged segments
28 décembre 2013, par Anssi Hannula -
avcodec/libutvideodec : Support YUV422P10
19 octobre 2014, par Michael Niedermayeravcodec/libutvideodec : Support YUV422P10
Based on ConvertToPlanar() from libutvideo
libutvideo sadly does not seem to support exporting its internal planar buffersReviewed-by : Benoit Fouet <benoit.fouet@free.fr>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>