
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (74)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (...) -
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 (...)
Sur d’autres sites (9523)
-
Revision 24856b6abc : Speed feature to skip split partition based on var Adds a speed feature to disa
3 août 2013, par Deb MukherjeeChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Speed feature to skip split partition based on varAdds a speed feature to disable split partition search based on a
given threshold on the source variance. A tighter threshold derived
from the threshold provided is used to also disable horizontal and
vertical partitions.Results on derfraw300 :
threshold = 16, psnr = -0.057%, speedup 1% (football)
threshold = 32, psnr = -0.150%, speedup 4-5% (football)
threshold = 64, psnr = -0.570%, speedup 10-12% (football)Results on stdhdraw250 :
threshold = 32, psnr = -0.18%, speedup is somewhat more than derf
because of a larger number of smoother blocks at higher resolution.Based on these results, a threshold of 32 is chosen for speed 1,
and a threshold of 64 is chosen for speeds 2 and above.Change-Id : If08912fb6c67fd4242d12a0d094783a99f52f6c6
-
Revision 44e039b4f5 : Further clean up of speed 4 Speed 4 still does not give a big gain over speed 3
3 octobre 2013, par Paul WilkinsChanged Paths :
Modify /vp9/encoder/vp9_onyx_if.c
Further clean up of speed 4Speed 4 still does not give a big gain over speed 3.
This just cleans it up a little from the last patch and comments
out features that do not seem to be giving much benefit.Change-Id : I5f366e6160e1dbe5dc45cf5eb90cc02712baa1b6
-
Revision e02dc84c1a : Adds a speed feature for fast 1-loop forw updates Incorporates a speed feature
28 août 2013, par Deb MukherjeeChanged Paths :
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Adds a speed feature for fast 1-loop forw updatesIncorporates a speed feature for fast forward updates of
coefficients. This feature takes 3 values :
0 - use standard 2-loop version
1 - use a 1-loop version
2 - use a 1-loop version with reduced updatesResults : derfraw300 +0.007% (on speed 0) at feature value = 1
-0.160% (on speed 0) at feature value = 2There is substantial speed up at speeds 2 and above for low
resolution sequences where the entropy updates are a big part
of the overall computations.Change-Id : Ie96fc50777088a5bd441288bca6111e43d03bcae