
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (70)
-
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 -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (9442)
-
avcodec/options_table : remove extradata_size from the AVOptions table
9 mars 2015, par Michael Niedermayeravcodec/options_table : remove extradata_size from the AVOptions table
allowing access to the size but not the extradata itself is not useful
and could lead to potential problems if writing happens through this fieldReviewed-by : Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
Reviewed-by : Lukasz Marek <lukasz.m.luki2@gmail.com>
Reviewed-by : Nicolas George <george@nsup.org>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
dvenc : fix 2x4x8 (interlaced) weight table
30 janvier 2015, par Christophe Gisquetdvenc : fix 2x4x8 (interlaced) weight table
Since the decoder has been fixed to output something similar to
other implementations, the encoder weight table needed this fix.Reference PSNR values on a progressive sequence (from tiny_psnr)
from a chained encoding and decoding :
Full progressive : stddev : 0.74 PSNR : 50.69 MAXDIFF : 19
Before : stddev : 1.43 PSNR : 44.97 MAXDIFF : 17
This patch : stddev : 0.76 PSNR : 50.44 MAXDIFF : 14Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
-
avcodec/escape124 : change transitions table type to int8_t
15 mai 2016, par Paul B Mahol