
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 (93)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (6391)
-
Revision 6cf3b98ac2 : Merge "Miscelleneous changes in detokenize for speed"
7 novembre 2013, par Deb MukherjeeChanged Paths :
Modify /vp9/decoder/vp9_detokenize.c
Merge "Miscelleneous changes in detokenize for speed" -
Revision 4f660cc018 : Modified mode skip functionality. A previous speed feature skipped modes not us
5 septembre 2013, par Paul WilkinsChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Modify /vp9/encoder/vp9_rdopt.c
Modified mode skip functionality.A previous speed feature skipped modes not used in earlier
partitions but this not longer worked as intended following
changes to the partition coding order and in conjunction
with some other speed features (Especially speed 2 and above).This modified mode skip feature sets a mask after the first X
modes have been tested in each partition depending on the
reference frame of the current best case.This patch also makes some changes to the order modes are
tested to fit better with this skip functionality.Initial testing suggests speed and rd hit count improvements
of up to 20% at speed 1. Quality results. (derf -1.9%, std hd +0.23%).Change-Id : Idd8efa656cbc0c28f06d09690984c1f18b1115e1
-
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