
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (13)
-
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (3084)
-
Revision ec4b2742e7 : Refactor 16x16 unit tests Make the new test module comply to the unit test rule
28 août 2013, par Jingning HanChanged Paths :
Modify /test/dct16x16_test.cc
Refactor 16x16 unit testsMake the new test module comply to the unit test rules.
Change-Id : Id79ff7f03f870973ffbc74f26d64edb418b75299
-
Revision 91745bcff9 : changed to comply with strict aliasing rule The clamp operation may not affect
28 octobre 2013, par Yaowu XuChanged Paths :
Modify /vp8/decoder/decodemv.c
changed to comply with strict aliasing ruleThe clamp operation may not affect the values of the final assigned mv
where compiler may make use of strict aliasing rule to optimize out the
clamp operation. This change made the code segments to better comply
the strict aliasing rule.Change-Id : I24502ff18bd4f9e62507a879cc8760a91a0fd07e
-
Revision cb035614d0 : Merge "changed to comply with strict aliasing rule"
29 octobre 2013, par Yaowu XuMerge "changed to comply with strict aliasing rule"