
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (56)
-
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 (...) -
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. -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (6784)
-
Revision 1aa7fd5aef : Using stride (# of elements) instead of pitch (bytes) in fdct16x16. Just making
18 octobre 2013, par Dmitry KovalevChanged Paths :
Modify /test/dct16x16_test.cc
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/encoder/vp9_dct.c
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/x86/vp9_dct_sse2.c
Using stride (# of elements) instead of pitch (bytes) in fdct16x16.Just making fdct consistent with iht/idct/fht functions which all use
stride (# of elements) as input argument.Change-Id : I2d95fdcbba96aaa0ed24a80870cb38f53487a97d
-
Revision e05412fc23 : Using stride (# of elements) instead of pitch (bytes) in fdct32x32. Just making
17 octobre 2013, par Dmitry KovalevChanged Paths :
Modify /test/dct32x32_test.cc
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/encoder/vp9_dct.c
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/x86/vp9_dct32x32_sse2.c
Using stride (# of elements) instead of pitch (bytes) in fdct32x32.Just making fdct consistent with iht/idct/fht functions which all use
stride (# of elements) as input argument.Change-Id : Id623c5113262655fa50f7c9d6cec9a91fcb20bb4
-
Revision aeb603f2af : Making decode_modes_b function more straightforward. Moving out decode_tokens f
2 octobre 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/common/vp9_pred_common.c
Modify /vp9/common/vp9_pred_common.h
Modify /vp9/decoder/vp9_decodframe.c
Making decode_modes_b function more straightforward.Moving out decode_tokens function calls and adding decode_blocks boolean
variable. We only have to decode if eobtotal > 0, i.e. we have at least one
non-zero coefficient. Also inlining and remove vp9_set_pred_flag_mbskip
function.Change-Id : I7be38b12ee8206faf0beea2bbf4d52be42575b03