
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 (86)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (6843)
-
Revision d9fc451666 : Move subpixel variance function from common/ to encoder/. This seems to only be
18 juin 2013, par Ronald S. BultjeChanged Paths :
Delete /vp9/common/x86/vp9_subpel_variance_impl_sse2.asm
Delete /vp9/common/x86/vp9_subpixel_variance_sse2.c
Add /vp9/encoder/x86/vp9_subpel_variance_impl_sse2.asm
(from /vp9/common/x86/vp9_subpel_variance_impl_sse2.asm
:a2f33e2505adab7543447d9017f0def0a901a0de)
Modify /vp9/vp9_common.mk
Modify /vp9/vp9cx.mk
Move subpixel variance function from common/ to encoder/.This seems to only be used in the encoder. Also remove an empty wrapper
file that contained forward declarations for this function, but didn't
actually define any actual functions.Change-Id : Ifc561eef7ebe374a7d03698055e51e105f6d614b
-
Revision 9524765557 : Merge "Move subpixel variance function from common/ to encoder/."
18 juin 2013, par Ronald S. BultjeMerge "Move subpixel variance function from common/ to encoder/."
-
Revision 01016ff9a6 : Fix chroma output when scaling The encode-side scaling was not indexing through
12 juin 2013, par John KoleszarChanged Paths :
Modify /vp9/encoder/vp9_onyx_if.c
Fix chroma output when scalingThe encode-side scaling was not indexing through the image correctly
for the chroma planes, causing a green checkerboard-like output in
the unit test.Change-Id : I9abbd73615404cd6699588be3e64dcf59005bc14