
Advanced search
Medias (17)
-
Matmos - Action at a Distance
15 September 2011, by
Updated: September 2011
Language: English
Type: Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 September 2011, by
Updated: September 2011
Language: English
Type: Audio
-
Danger Mouse & Jemini - What U Sittin’ On? (starring Cee Lo and Tha Alkaholiks)
15 September 2011, by
Updated: September 2011
Language: English
Type: Audio
-
Cornelius - Wataridori 2
15 September 2011, by
Updated: September 2011
Language: English
Type: Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 September 2011, by
Updated: September 2011
Language: English
Type: Audio
-
Chuck D with Fine Arts Militia - No Meaning No
15 September 2011, by
Updated: September 2011
Language: English
Type: Audio
Other articles (44)
-
Les autorisations surchargées par les plugins
27 April 2010, byMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Personnaliser les catégories
21 June 2013, byFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Contribute to translation
13 April 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 (...)
On other websites (9906)
-
Revision 432cd4bfb7: Move subtract functions from vp9 to vpx_dsp Factor out the subtraction operator
6 July 2015, by Jingning HanChanged Paths:
Modify /test/vp9_subtract_test.cc
Modify /vp8/encoder/encodemb.c
Modify /vp9/common/vp9_rtcd_defs.pl
Delete /vp9/encoder/arm/neon/vp9_subtract_neon.c
Delete /vp9/encoder/mips/msa/vp9_subtract_msa.c
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/vp9_rdopt.c
Delete /vp9/encoder/x86/vp9_subtract_sse2.asm
Modify /vp9/vp9cx.mk
Add /vpx_dsp/arm/subtract_neon.c
(from /vp9/encoder/arm/neon/vp9_subtract_neon.c
:39f03bf9c672b8e7c4b483d4e919a695707c90dd)
Modify /vpx_dsp/mips/macros_msa.h
Add /vpx_dsp/mips/subtract_msa.c
(from /vp9/encoder/mips/msa/vp9_subtract_msa.c
:39f03bf9c672b8e7c4b483d4e919a695707c90dd)
Add /vpx_dsp/subtract.c
Modify /vpx_dsp/vpx_dsp.mk
Modify /vpx_dsp/vpx_dsp_rtcd_defs.pl
Add /vpx_dsp/x86/subtract_sse2.asm
(from /vp9/encoder/x86/vp9_subtract_sse2.asm
:39f03bf9c672b8e7c4b483d4e919a695707c90dd)
Move subtract functions from vp9 to vpx_dspFactor out the subtraction operator as common function.
Change-Id: I526e703477c6a290e0e3e3c8898f8bb1ca82779b
-
Factor duplicated ff_fast_malloc() out into mem_internal.h
11 July 2015, by Michael NiedermayerFactor duplicated ff_fast_malloc() out into mem_internal.h
internal.h is difficult to use due to circular dependancies
mem.h is a public header ff_* is not public
Alternative solutions probably are possible tooSigned-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
hevc: Factor out the pixel format mapping from the sps parser
13 July 2015, by Luca Barbato