
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 (86)
-
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...) -
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (8457)
-
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/mips : MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biweight...
27 avril 2015, par Shivraj Patilavcodec/mips : MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biweight functions
Reviewed-by : Nedeljko Babic <Nedeljko.Babic@imgtec.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
dnxhddata : correct weight tables
25 septembre 2015, par Jeremy Jamesdnxhddata : correct weight tables
CID 1260 (as evidenced by incorrect decoding of a sample from ticket
4876) seems to use incorrect weight tables. It appears those tables
were not zigzag-scanned.Apply zigzag on weight tables for new CIDs 1258, 1259, and 1260, and
fix an incorrect chroma table for CID 1256.Fixes last issue from ticket #4876.
Found-by : Christophe Gisquet <christophe.gisquet@gmail.com>
Signed-off-by : Christophe Gisquet <christophe.gisquet@gmail.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>