
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (72)
-
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 ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (9834)
-
Add rc_max_intra_bitrate_pct control
25 avril 2011, par John KoleszarAdd rc_max_intra_bitrate_pct control
-
Revision 0dd591bedd : loop_filter_rows_mt : remove dependency on 'last_height' using this to control r
14 février 2015, par James ZernChanged Paths :
Modify /vp9/common/vp9_thread_common.c
loop_filter_rows_mt : remove dependency on ’last_height’using this to control reallocation would miss a change if the function
were not called for every frame.
fixes potential memory corruption by the subsequent memsetChange-Id : I4c6bb6ab68803104fc824c7e27cc2f9b2cf53e33
-
avcodec/rkmpp : Fix broken build due to missing control operation
6 janvier 2018, par LongChairavcodec/rkmpp : Fix broken build due to missing control operation
This patch is taking care of https://trac.ffmpeg.org/ticket/6834.
It seems that one of the control operations that was available to get
the free decoders input slots was removed.There is another control operation to retrieve the used slots. Given
that the input slot count is hardcoded to 4 in mpp at this point,
replacing the old control operation by the other one.This was tested on Rockchip ROCK64.
Signed-off-by : wm4 <nfxjfg@googlemail.com>