
Recherche avancée
Médias (16)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (75)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 (11399)
-
avfilter/buffersrc : make channel_layout a CHLAYOUT type AVOption
2 janvier, par James Almer -
Revision 35fadf1d25 : bilinearpredict_neon : fix type conversion warnings make bifilter4_coeff[][] uin
11 juillet 2014, par James ZernChanged Paths :
Modify /vp8/common/arm/neon/bilinearpredict_neon.c
bilinearpredict_neon : fix type conversion warningsmake bifilter4_coeff[][] uint8_t, no values exceed this range and
they’re loaded with vdup_n_u8().Change-Id : I921983e9edd828d29820e40ac30a7801dbe0fb4f
-
vp8 : change mv_{min,max}.{x,y} type to int
8 juin 2015, par Andreas Cadhalpunvp8 : change mv_min,max.x,y type to int
If one of the dimensions is larger than 8176, s->mb_width or
s->mb_height is larger than 511, leading to an int16_t overflow of
s->mv_max.x,y. This then causes av_clip to be called with amin > amax.Changing the type to int avoids the overflow and has no negative
effect, because s->mv_max is only used in clamp_mv for clipping.
Since mv_max.x,y is positive and mv_min.x,y negative, av_clip can’t
increase the absolute value. The input to av_clip is an int16_t, and
thus the output fits into int16_t as well.For additional safety, s->mv_min,max.x,y are clipped to int16_t range
before use.Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>