
Recherche avancée
Médias (91)
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Echoplex (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Discipline (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Letting you (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
999 999 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (99)
-
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...) -
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. -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (13810)
-
Revision fb2a89b1fb : Fixes for key frame coding at speed 5. Keep the same transform cutoff and parti
23 juin 2015, par MarcoChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Fixes for key frame coding at speed 5.Keep the same transform cutoff and partition selection
for speed 5 as in speeds >=6 (non-rd speed settings).Existing setting for key frame at speed 5 allowed transform size
up to 32x32 on key frames, and did not allow for 4x4 block partition size.
This created more visual artifacts on first few frames.avgPSNR/overallPSNR/SSIM gains of 0.2/0.7/0.8 for rtc_derf(low-res) set,
and 0/0.7/1.1 gains for rtc set.Change-Id : I8c139ec6c9bb74e14b4ffbad5f12e94f18a59c0b
-
Revision 8e029fcfa9 : Merge "Reduce max_partition_size for low resolutions at speed 5."
22 juin 2015, par MarcoMerge "Reduce max_partition_size for low resolutions at speed 5."
-
Revision debe4e920f : Reduce max_partition_size for low resolutions at speed 5. For speed 5 real-time
20 juin 2015, par MarcoChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Reduce max_partition_size for low resolutions at speed 5.For speed 5 real-time mode, the selection of the partition size for
superblocks on the segment (aq-mode=3) uses the non-rd recursive
pick partition search, and can sometimes select 64x64.For low resolutions, visually better to limit this to 32x32.
Change-Id : I69657a7ed8899f8b3cf8c9c318a2509c5c72c565