
Recherche avancée
Autres articles (78)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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 (10496)
-
Revision 903801f1ef : vp9 decoder : row-based multi-threaded loopfilter Implemented parallel loopfilte
28 décembre 2013, par Yunqing WangChanged Paths :
Modify /vp9/common/vp9_loopfilter.c
Modify /vp9/common/vp9_loopfilter.h
Modify /vp9/decoder/vp9_decodeframe.c
Add /vp9/decoder/vp9_dthread.c
Add /vp9/decoder/vp9_dthread.h
Modify /vp9/decoder/vp9_onyxd_if.c
Modify /vp9/decoder/vp9_onyxd_int.h
Modify /vp9/decoder/vp9_thread.c
Modify /vp9/decoder/vp9_thread.h
Modify /vp9/vp9dx.mk
vp9 decoder : row-based multi-threaded loopfilterImplemented parallel loopfiltering, which uses existing tile-
decoding threads. Each thread works on one row, and when that row
is loopfiltered, it moves to next unattended row. To ensure the
correct filtering order, threads are synchronized and one
superblock is filtered only if the superblocks it depends on are
filtered already.To reduce synchronization overhead and speed up the decoder, we use
nsync > 1 for high resolution.Performance tests :
1. on desktop :
8-tile 4k video using 8 threads, speedup : 70% - 80%
4-tile HD video using 4 threads, speedup : 35%
2. on mobile device(Nexus 7) :
4-tile 1080p video using 4 threads, speedup : 18% - 25%
4-tile 1080p video using 2 threads, speedup : 10% - 15%Change-Id : If54b4a11960dd706c22d5ad145ad94156031f36a
-
ffv1 : add a Vulkan-based decoder
10 mars, par Lynneffv1 : add a Vulkan-based decoder
This patch adds a fully-featured level 3 and 4 decoder for FFv1,
supporting Golomb and all Range coding variants, all pixel formats,
and all features, except for the newly added floating-point formats.On a 6000 Ada, for 3840x2160 bgr0 content at 50Mbps (standard desktop
recording), it is able to do 400fps.
An Alder Lake with 24 threads can barely do 100fps.- [DH] configure
- [DH] libavcodec/Makefile
- [DH] libavcodec/ffv1dec.c
- [DH] libavcodec/hwaccels.h
- [DH] libavcodec/vulkan/Makefile
- [DH] libavcodec/vulkan/common.comp
- [DH] libavcodec/vulkan/ffv1_common.comp
- [DH] libavcodec/vulkan/ffv1_dec.comp
- [DH] libavcodec/vulkan/ffv1_dec_rct.comp
- [DH] libavcodec/vulkan/ffv1_dec_setup.comp
- [DH] libavcodec/vulkan/ffv1_rct.comp
- [DH] libavcodec/vulkan/ffv1_vlc.comp
- [DH] libavcodec/vulkan/rangecoder.comp
- [DH] libavcodec/vulkan_decode.c
- [DH] libavcodec/vulkan_ffv1.c
-
Revision f0ac5aaa08 : Merge "Hadamard transform based coding mode decision process"
31 mars 2015, par Jingning HanMerge "Hadamard transform based coding mode decision process"