
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (74)
-
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 (...) -
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 ;
Sur d’autres sites (13519)
-
x86 : SSSE3 LUT-based faster coeff_level_run
5 avril 2013, par Jason Garrett-Glaserx86 : SSSE3 LUT-based faster coeff_level_run
2x faster coeff_level_run.
Faster CAVLC encoding : 1%,2%,7% overall with superfast,medium,slower.
Uses the same pshufb LUT abuse trick as in the previous ads_mvs patch. -
ffmpeg configure for ios - using asm options causes MPx (mp1, mp2, mp3) codecs sound problems
18 avril 2013, par hard gamerI've made many tests to get good performance for video decoding with ffmpeg on low cpu idevices such as iPad 1 and iPhone 3Gs, and see that using asm option when configuring ffmpeg for cross compiling for ios is very very important for performance..
But when I configure with —enable-asm, the audio stream which using mpx(mp1,mp2,mp) codec sounds squeaky.
If I configure with —disable-asm option, than mpx(mp1,mp2,mp) codec sounds well but then the performance is %50 percent of the previous one built with the —enable-asm option...I've also tested these with the ffmpeg versions that are 0.8, 0.9, 0.10, 0.11, 1.0,1.1,1.2
All of them produces same results...Can anyone have the same problem with me ? Also, any idea how can I fix this issue ? please advice me .. (I can not find any patch to fix this issue on the net or in ffmpeg forums.)
-MS
-
Revision ae64e7b408 : Removed shadow warnings : postproc.c decodframe.c threading.c and denoising.c A
14 mars 2013, par Scott LaVarnwayChanged Paths :
Modify /vp8/common/postproc.c
Modify /vp8/decoder/decodframe.c
Modify /vp8/decoder/threading.c
Modify /vp8/encoder/denoising.c
Removed shadow warnings : postproc.c decodframe.c threading.cand denoising.c
Adding -Wshadow to CFLAGS generated a bunch of warnings. This patch
removes these warnings.Change-Id : I434a9f4bfac9ad4ab7d2a67a35ef21e6636280da