
Recherche avancée
Médias (2)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (7)
-
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
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 -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)
Sur d’autres sites (3968)
-
Windows Unicode support
11 août 2013, par Henrik GramnerWindows Unicode support
Windows, unlike most other operating systems, uses UTF-16 for Unicode strings while x264 is designed for UTF-8.
This patch does the following in order to handle things like Unicode filenames :
* Keep strings internally as UTF-8.
* Retrieve the CLI command line as UTF-16 and convert it to UTF-8.
* Always use Unicode versions of Windows API functions and convert strings to UTF-16 when calling them.
* Attempt to use legacy 8.3 short filenames for external libraries without Unicode support.- [DH] common/common.c
- [DH] common/opencl.c
- [DH] common/osdep.c
- [DH] common/osdep.h
- [DH] common/win32thread.c
- [DH] common/win32thread.h
- [DH] configure
- [DH] encoder/encoder.c
- [DH] encoder/ratecontrol.c
- [DH] input/avs.c
- [DH] input/ffms.c
- [DH] input/raw.c
- [DH] input/timecode.c
- [DH] input/y4m.c
- [DH] output/flv_bytestream.c
- [DH] output/matroska_ebml.c
- [DH] output/mp4.c
- [DH] output/raw.c
- [DH] x264.c
- [DH] x264.h
- [DH] x264cli.h
- [DH] x264res.rc
-
Revision 94bfbaa84e : Initialize mb_skip_coeff before picking modes It appears that the above/left mb
22 août 2013, par Scott LaVarnwayChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Initialize mb_skip_coeff before picking modesIt appears that the above/left mb_skip_coeff used during
the pick modes, is left over from the previously
encode frame. This patch initializes the flag to the default
value of zero.Change-Id : Ida4684cc99611d6e3e82628db35ed717e28ce550
-
Revision f70330a906 : fix a bug when null function pointer is used. For certain partition size, the f
20 août 2013, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_mcomp.c
fix a bug when null function pointer is used.For certain partition size, the function poniter may not be intialized
at all. The patch prevent the call if the pointer is not set.Change-Id : I78b8c3992b639e8799a16b3c74f0973d07b8b9ac