
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (73)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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. -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (13344)
-
Revision 9e3965ae90 : Make external sub8x8 block mode info conformable coding decisions This commit c
15 juillet 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Make external sub8x8 block mode info conformable coding decisionsThis commit converts the sub8x8 block mode info from external file
into proper format that conforms the bit-stream definitions. It
resolves an enc/dec mismatch issue in sub8x8 block coding used in
the inter frames.Change-Id : Ie5717b19d0d06e0f525f9b7c7311abdd40f7885f
-
avformat/mp3dec : allow enabling generic seek mode
22 avril 2015, par wm4avformat/mp3dec : allow enabling generic seek mode
"-usetoc 2" now invokes the generic seek and indexing mode. This mode
skips data until the seek target is reached, and this is exact. It also
makes gapless audio actually work if a seek past the start of the file
is involved.Change the fate-gapless-mp3 test to use the new mode, and move the old
one to fate-gapless-mp3-toc (since the test forces use of the Xing TOC).
The new mode has a different result for the seek - this result is
actually correct.Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
-
Revision 53c3f2ca4d : Only allow for cyclic refresh (aq=3 mode) for base layer. Condition existed for
20 novembre 2014, par MarcoChanged Paths :
Modify /vp9/encoder/vp9_aq_cyclicrefresh.c
Only allow for cyclic refresh (aq=3 mode) for base layer.Condition existed for temporal case, added it for spatial as well.
Issue : https://code.google.com/p/webm/issues/detail?id=878.Change-Id : I38339207f9a94924f5568a081eabe64f867a686d