
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (97)
-
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 (...) -
Les sons
15 mai 2013, par -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)
Sur d’autres sites (7423)
-
avformat : do not use AVFrame accessor
22 avril 2017, par Muhammad Faiz -
avcodec/rdft : reorder calculation
21 juillet 2017, par Muhammad Faizavcodec/rdft : reorder calculation
old :
165188 decicycles in rdft, 65536 runs, 0 skips
165865 decicycles in irdft, 65536 runs, 0 skips
new :
142487 decicycles in rdft, 65536 runs, 0 skips
141498 decicycles in irdft, 65536 runs, 0 skipsSigned-off-by : Muhammad Faiz <mfcc64@gmail.com>
-
avfilter/pthread : use slice threading from avutil
12 juillet 2017, par Muhammad Faizavfilter/pthread : use slice threading from avutil
Benchmark (with 2 cpus) :
./ffmpeg -f rawvideo -s 1280x720 -t 1000 -i /dev/zero \
-filter_threads $threads -vf transpose=clock -f null null
threads=2 :
old : 31.129s 31.446s 31.574s
new : 29.602s 29.636s 29.656s
threads=3 (nb_threads = nb_cpus + 1 is bad choice at this situation) :
old : 40.132s 40.279s 40.279s
new : 39.308s 39.570s 39.693s
threads=4 :
old : 31.306s 31.366s 31.654s
new : 30.231s 30.360s 30.451sSigned-off-by : Muhammad Faiz <mfcc64@gmail.com>