
Recherche avancée
Autres articles (95)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (13204)
-
Revision 885d8a4397 : Eliminated prev_mip memsets/memcpys in encoder This patch swaps ptrs instead of
31 mai 2013, par Scott LaVarnwayChanged Paths :
Modify /vp9/decoder/vp9_onyxd_if.c
Modify /vp9/encoder/vp9_onyx_if.c
Eliminated prev_mip memsets/memcpys in encoderThis patch swaps ptrs instead of copying and uses the
last show_frame flag instead of setting the entire buffer
to zero. On the decode side, forced prev_mi to always point
to a valid mode info buffer. Required by the next frame.Change-Id : I90441eaf087868e9f9bc368e15e0becc848c4a51
-
Revision 1b103f250f : Patch to remove implicit segmentation. This patch removes the implicit segmenta
30 mai 2013, par Paul WilkinsChanged Paths :
Modify /configure
Modify /vp9/common/vp9_blockd.h
Modify /vp9/common/vp9_seg_common.c
Modify /vp9/common/vp9_seg_common.h
Modify /vp9/decoder/vp9_decodframe.c
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_onyx_if.c
Patch to remove implicit segmentation.This patch removes the implicit segmentation
experiment from the code base as the benefits
were still unproven as of the bitstream deadline.Change-Id : I273b99d8d621d1853eac4182f97982cb5957247e
-
Revision 794a7bedbd : WIP : 8x8 idct/recon merge This patch eliminates the intermediate diff buffer us
16 mai 2013, par Scott LaVarnwayChanged Paths :
Modify /test/fdct8x8_test.cc
Modify /test/idct8x8_test.cc
Modify /vp9/common/vp9_idct.c
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/common/x86/vp9_idct_intrin_sse2.c
Modify /vp9/decoder/vp9_idct_blk.c
Modify /vp9/decoder/x86/vp9_dequantize_sse2.c
Modify /vp9/encoder/vp9_encodemb.c
WIP : 8x8 idct/recon mergeThis patch eliminates the intermediate diff buffer usage by
combining the short idct and the add residual into one function.
The encoder can use the same code as well.Change-Id : Iacfd57324fbe2b7beca5d7f3dcae25c976e67f45