
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (71)
-
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" (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (6268)
-
x86 : SSSE3 LUT-based faster coeff_level_run
5 avril 2013, par Jason Garrett-Glaserx86 : SSSE3 LUT-based faster coeff_level_run
2x faster coeff_level_run.
Faster CAVLC encoding : 1%,2%,7% overall with superfast,medium,slower.
Uses the same pshufb LUT abuse trick as in the previous ads_mvs patch. -
Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK
27 novembre 2017, par Mikhail MironovAdd HW H.264 and HEVC encoding for AMD GPUs based on AMF SDK
Requires AMF headers for at least version 1.4.4.1.
Signed-off-by : Mikhail Mironov <mikhail.mironov@amd.com>
Signed-off-by : Mark Thompson <sw@jkqxz.net> -
lavc/hevcdec : output RASL frames based on the value of no_rasl_output_flag
1er juin 2024, par Anton Khirnovlavc/hevcdec : output RASL frames based on the value of no_rasl_output_flag
Instead of an ad-hoc scheme. Also, combine skipping RASL frames with
skip_frame handling - current code seems flawed as it only executes for
the first slice of a RASL frame and unnecessarily unsets is_decoded,
which should not be set at this point anyway..Some RASL frames in fate-hevc-afd-tc-sei that were previously discarded
are now output.