
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (30)
-
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 (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
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 (...)
Sur d’autres sites (8938)
-
Revision b9e1e994e1 : Fix the memory alignment issue due to patch : https://gerrit.chromium.org/gerrit/
21 mai 2014, par hkuangChanged Paths :
Modify /vp9/decoder/vp9_decodeframe.c
Fix the memory alignment issue due to patch :
https://gerrit.chromium.org/gerrit/#/c/70162/Change-Id : I797be6a4b21460de6d791125fc20d2be3a35364f
-
Revision 0958bbd185 : Merge "Fix the memory alignment issue due to patch : https://gerrit.chromium.org/
21 mai 2014, par hkuangMerge "Fix the memory alignment issue due to patch :
https://gerrit.chromium.org/gerrit/#/c/70162/" -
Revision 64f728caef : Do horizontal loopfiltering in parallel This patch followed "Rewrite filter_sel
13 novembre 2013, par Yunqing WangChanged Paths :
Add /vp9/common/arm/neon/vp9_loopfilter_16_neon.c
Modify /vp9/common/vp9_loopfilter.c
Modify /vp9/common/vp9_loopfilter_filters.c
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/common/x86/vp9_loopfilter_intrin_sse2.c
Modify /vp9/vp9_common.mk
Do horizontal loopfiltering in parallelThis patch followed "Rewrite filter_selectively_horiz for parallel
loopfiltering" commit, and added x86 SSE2 optimization to do
16-pixel filtering in parallel. Also, corrected the declaration
of aligned arrays. For 8-pixel-in-parallel case, improved the
calculation of the masks and filters. Updated the threshold loading
since the thresholds were already duplicated. Updated neon C functions
to call neon loopfilters twice.Using tulip clip, tests showed it gave a 1.5% decoder speed gain.
Change-Id : Id02638626ac27a4b0e0b09d71792a24c0499bd35