
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (40)
-
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 -
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 -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (6270)
-
avcodec/internal : Move FF_SIGNBIT and ff_log2_run to mathops.h
17 mars 2022, par Andreas Rheinhardtavcodec/internal : Move FF_SIGNBIT and ff_log2_run to mathops.h
It is a more fitting place for them.
Also move the definition of ff_log2_run to mathtables.c.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
- [DH] libavcodec/aptx.c
- [DH] libavcodec/bitstream.c
- [DH] libavcodec/cavs.c
- [DH] libavcodec/cavsdec.c
- [DH] libavcodec/dnxhdenc.c
- [DH] libavcodec/ffv1dec.c
- [DH] libavcodec/ffv1enc.c
- [DH] libavcodec/internal.h
- [DH] libavcodec/jpeglsdec.c
- [DH] libavcodec/jpeglsenc.c
- [DH] libavcodec/mathops.h
- [DH] libavcodec/mathtables.c
-
Revision 3f7f194304 : Adds a fastssim metric to VPX internal stats. This code appeared in the Daala p
17 avril 2015, par Jim BankoskiChanged Paths :
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_encoder.h
Add /vp9/encoder/vp9_fastssim.c
Modify /vp9/encoder/vp9_ssim.h
Modify /vp9/vp9cx.mk
Adds a fastssim metric to VPX internal stats.This code appeared in the Daala project first and was originally
committed by Nathan Egge.Change-Id : Iadce416a091929c51b46637ebdec984cddcaf18c
-
lavf/dashenc : pass standards compliance value to the internal context
27 avril 2018, par Jan Ekströmlavf/dashenc : pass standards compliance value to the internal context
Enables one to test possibly nonstandard formats such as Opus or
FLAC in ISOBMFF, among other things.This becomes much more useful if output segment format becomes an
option, or if the WebM segment feature gets removed.