
Recherche avancée
Médias (91)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (60)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Les sons
15 mai 2013, par -
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" (...)
Sur d’autres sites (5129)
-
Add new build based on jQuery UI build file
20 mars 2011, par jzaefferer+ build.xml + build/ant-contrib-0.6.jar + build/google-compiler-20110320.jar Add new build based on jQuery UI build file
-
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