
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 (78)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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" (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)
Sur d’autres sites (9840)
-
hevc/rext : basic infrastructure for supporting range extension
15 juillet 2014, par Mickaël Raulethevc/rext : basic infrastructure for supporting range extension
support for 4:2:2 and 4:4:4 up to 12 bits
add a new profile for range extension (cherry picked from commit d3c067fa65bbc871758d28aa07f54123430ca346)
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
- [DH] libavcodec/avcodec.h
- [DH] libavcodec/hevc.c
- [DH] libavcodec/hevc.h
- [DH] libavcodec/hevc_cabac.c
- [DH] libavcodec/hevc_filter.c
- [DH] libavcodec/hevc_ps.c
- [DH] libavcodec/hevcdsp.c
- [DH] libavcodec/hevcdsp.h
- [DH] libavcodec/hevcdsp_template.c
- [DH] libavcodec/hevcpred.c
- [DH] libavcodec/hevcpred_template.c
-
Revision 533470c998 : add unit test for datarate control Adds some basic datarate control tests.. Ch
30 octobre 2012, par Jim BankoskiChanged Paths : Add /test/datarate_test.cc Modify /test/test.mk add unit test for datarate control Adds some basic datarate control tests.. Change-Id : I6eff18aa58ef7cfd14886c6b1e048247cd1ad247
-
lavfi/avfilter : document AVFilterContext.is_disabled as private
3 octobre 2024, par Anton Khirnovlavfi/avfilter : document AVFilterContext.is_disabled as private
Ideally there should be three parts to the filter context - public,
private to the filter, and private to generic code, but only the first
and the last of these exist currently. Until the second is implemented,
this is better than nothing.