
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 (111)
-
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 (...) -
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 -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (14349)
-
Revision 90575 : Il en fallait un peu plus pour que le focus soit bien donné à la ...
28 juin 2015, par real3t@… — LogIl en fallait un peu plus pour que le focus soit bien donné à la destination (cf https://www.bignerdranch.com/blog/web-accessibility-skip-navigation-links/)
-
Revision f76f52df61 : Limit Key frame Intra modes checks. Most of the focus so far has been on inter
22 août 2013, par Paul WilkinsChanged Paths :
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Modify /vp9/encoder/vp9_rdopt.c
Limit Key frame Intra modes checks.Most of the focus so far has been on inter frames.
At high speed settings the key frame is now taking a high %
of the cycles.This patch puts in some masking to reduce the number
of INTRA modes searched during key frame coding (as already
happens for inter frames) at higher speed settingsTODO : Develop this further with either adaptive rd thresholds
when choosing which intra modes to consider or some other
heuristic.Impact.
At high speed settings on some clips the key frame was starting
to dominate. In a coding of the first 50 frames of AKIYO at speed
2 limiting the key frame intra modes to DC or TM_PRED resulted in
30% overall speedup. For Bus the number was lower at 4-5%.Change-Id : I7bde68aee04995f9d9beb13a1902143112e341e2
-
Revision 65384 : Donner le focus à l’élément vers lequel on a scrollé (particulièrement ...
30 août 2012, par real3t@… — LogDonner le focus à l’élément vers lequel on a scrollé (particulièrement utile pour les liens d’évitement, pour le formulaire de recherche).