
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 f9e8167ba9 : libyuv : fix SSSE3 code in scale.c This patch was provided by Frank. Change-Id :
23 juillet 2013, par Yunqing WangChanged Paths :
Modify /third_party/libyuv/source/scale.c
libyuv : fix SSSE3 code in scale.cThis patch was provided by Frank.
Change-Id : Icebcbd96016a51a85dbe5e8a351ab7624ace962b
-
Revision b8b3f1a46d : Balancing coef-tree to reduce bool decodes This patch changes the coefficient t
8 mai 2013, par Deb MukherjeeChanged Paths :
Modify /configure
Modify /vp9/common/vp9_default_coef_probs.h
Modify /vp9/common/vp9_entropy.c
Modify /vp9/common/vp9_entropy.h
Modify /vp9/decoder/vp9_decodframe.c
Modify /vp9/decoder/vp9_detokenize.c
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_block.h
Modify /vp9/encoder/vp9_boolhuff.c
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/encoder/vp9_tokenize.c
Balancing coef-tree to reduce bool decodesThis patch changes the coefficient tree to move the EOB to below
the ZERO node in order to save number of bool decodes.The advantages of moving EOB one step down as opposed to two steps down
in the other parallel patch are : 1. The coef modeling based on
the One-node becomes independent of the tree structure above it, and
2. Fewer conext/counter increases are needed.The drawback is that the potential savings in bool decodes will be
less, but assuming that 0s are much more predominant than 1's the
potential savings is still likely to be substantial.Results on derf300 : -0.237%
Change-Id : Ie784be13dc98291306b338e8228703a4c2ea2242
-
Revision ba48a11130 : WIP : 4x4 idct/recon merge This patch eliminates the intermediate diff buffer us
20 mai 2013, par Scott LaVarnwayChanged Paths :
Modify /test/fdct4x4_test.cc
Modify /vp9/common/vp9_blockd.h
Modify /vp9/common/vp9_idct.c
Modify /vp9/common/vp9_invtrans.c
Modify /vp9/common/vp9_invtrans.h
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/common/x86/vp9_idct_intrin_sse2.c
Modify /vp9/decoder/vp9_decodframe.c
Modify /vp9/decoder/vp9_idct_blk.c
Modify /vp9/decoder/x86/vp9_dequantize_sse2.c
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_encodeintra.c
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_rdopt.c
WIP : 4x4 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 : I296604bf73579c45105de0dd1adbcc91bcc53c22