
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (48)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
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 (8700)
-
Revision 672ba3ddf5 : Unifying tile decoding for both direct and inverse tile order. Now tile decodin
7 novembre 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/decoder/vp9_decodframe.c
Unifying tile decoding for both direct and inverse tile order.Now tile decoding consists of two stages :
1. Find tile buffer start and its size, put this info into tile_buffers.
2. Decode each tile based on information from tile_buffers.It seems that stage 1 can also be reused by multithreaded tile decoder.
Change-Id : If0cdaefdd6d10bb41c63561346c9ae4cfac081dd
-
Revision 81b9fd4310 : Merge "Take out assertion from inverse transforms"
20 novembre 2013, par Jingning HanMerge "Take out assertion from inverse transforms"
-
Revision bdc4371174 : Take out assertion from inverse transforms Separate the rounding and right shif
16 novembre 2013, par Jingning HanChanged Paths :
Modify /vp9/common/vp9_idct.h
Modify /vp9/encoder/vp9_dct.c
Take out assertion from inverse transformsSeparate the rounding and right shift operations of forward transform
from those of inverse transform. Take out the assertion check from
inverse transforms. If the transform coefficients were constructed to
cause intermediate steps of inverse transform overflow, the codec will
just let it overflow without breaking the decoding flow.Change-Id : I73cfc3706c4e840fc543a77cbc4cdb0b05d07730