
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (43)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (5284)
-
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