
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 (26)
-
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 -
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...) -
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 (...)
Sur d’autres sites (6432)
-
Revision f153a5d063 : Make the intra rd search support 8x4/4x8 This commit allows the rate-distortion
21 mai 2013, par Jingning HanChanged Paths :
Modify /vp9/common/vp9_entropymode.c
Modify /vp9/common/vp9_findnearmv.h
Modify /vp9/decoder/vp9_decodemv.c
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_modecosts.c
Modify /vp9/encoder/vp9_rdopt.c
Make the intra rd search support 8x4/4x8This commit allows the rate-distortion optimization of intra coding
capable of supporting 8x4 and 4x8 partition settings.It enables the entropy coding of intra modes in key frame using a
unified contextual probability model conditioned on its above/left
prediction modes.Coding performance :
derf 0.464%Change-Id : Ieed055084e11fcb64d5d5faeb0e706d30268ba18
-
Revision 4c2c350309 : Force bsize for UV in I4X4 and SPLITMV Use 4x4 block coding for UV components a
11 mai 2013, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Force bsize for UV in I4X4 and SPLITMVUse 4x4 block coding for UV components arbitrarily in I4X4_PRED and
SPLITMV coding modes. This is a temporary solution to enable
bit-stream support for recursive partition down to 4x4 block size.
Will separate the functionalities of 4x4 block coding rate-distortion
out from those of superblocks.Change-Id : I03dc15d5897014f175f3f2c91e9b266091d56797
-
Revision 3d655805f2 : Use same intra prediction for all block size The commmit changed to use same in
23 avril 2013, par Yaowu XuChanged Paths :
Modify /vp9/common/vp9_reconintra.c
Modify /vp9/common/vp9_reconintra4x4.c
Use same intra prediction for all block sizeThe commmit changed to use same intra prediction function for all
block sizes.Some details on the changes :
1. All directional modes except DC/TM/V/H now have built-in filtering
for all pixels with filter taps either (1, 2, 1)/4 or (1, 1)/2.
2. Above edge get automatic extended to double width (bw*2), which
makes a lot of the prediciton mode computation simpler.
3. Same intra prediction function is called with different size
for i4x4_pred and all other larger size.Overall, the change helped keyframe only coding for both cif size
and std-hd size test sets by .5% consistently on all encodings.
For normal coding with single/auto key frame, the change now also
is consistently net positive for all encodings. The overall gains
is about .15% on std-hd set.Change-Id : I01ceb31fbc73d49776262e6bdc06853b03bbd1d1