
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (29)
-
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (4778)
-
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