
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (105)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (7979)
-
Revision f6be2f3c87 : Clarify GCC version check The version check was incorrectly matching some versi
25 septembre 2014, par JohannChanged Paths :
Modify /vp8/common/arm/neon/loopfilter_neon.c
Modify /vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.c
Modify /vpx_ports/arm.h
Clarify GCC version checkThe version check was incorrectly matching some versions of clang
which reported as gcc 4.2Change-Id : I686d3576e71883fe1463206b56ab5e2aa9bb68a8
-
Revision e7bddba149 : new version of speed 1 This version of speed 1 only disables modes at higher re
23 avril 2013, par Jim BankoskiChanged Paths : Modify /vp9/encoder/vp9_block.h Modify /vp9/encoder/vp9_rdopt.c new version of speed 1 This version of speed 1 only disables modes at higher resolution that had distortions >2x the best mode we found... The hope is that this could be a replacement for speed 0 ... Change-Id : (...)
-
Revision 903801f1ef : vp9 decoder : row-based multi-threaded loopfilter Implemented parallel loopfilte
28 décembre 2013, par Yunqing WangChanged Paths :
Modify /vp9/common/vp9_loopfilter.c
Modify /vp9/common/vp9_loopfilter.h
Modify /vp9/decoder/vp9_decodeframe.c
Add /vp9/decoder/vp9_dthread.c
Add /vp9/decoder/vp9_dthread.h
Modify /vp9/decoder/vp9_onyxd_if.c
Modify /vp9/decoder/vp9_onyxd_int.h
Modify /vp9/decoder/vp9_thread.c
Modify /vp9/decoder/vp9_thread.h
Modify /vp9/vp9dx.mk
vp9 decoder : row-based multi-threaded loopfilterImplemented parallel loopfiltering, which uses existing tile-
decoding threads. Each thread works on one row, and when that row
is loopfiltered, it moves to next unattended row. To ensure the
correct filtering order, threads are synchronized and one
superblock is filtered only if the superblocks it depends on are
filtered already.To reduce synchronization overhead and speed up the decoder, we use
nsync > 1 for high resolution.Performance tests :
1. on desktop :
8-tile 4k video using 8 threads, speedup : 70% - 80%
4-tile HD video using 4 threads, speedup : 35%
2. on mobile device(Nexus 7) :
4-tile 1080p video using 4 threads, speedup : 18% - 25%
4-tile 1080p video using 2 threads, speedup : 10% - 15%Change-Id : If54b4a11960dd706c22d5ad145ad94156031f36a