
Recherche avancée
Médias (5)
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
-
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
Autres articles (65)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
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 (13756)
-
lavf : add a protocol whitelist/blacklist for file opened internally
20 janvier 2016, par Anton Khirnovlavf : add a protocol whitelist/blacklist for file opened internally
Should make the default behaviour safer for careless callers that open
random untrusted files.Bug-Id : CVE-2016-1897
Bug-Id : CVE-2016-1898- [DBH] doc/APIchanges
- [DBH] libavformat/avformat.h
- [DBH] libavformat/aviobuf.c
- [DBH] libavformat/options.c
- [DBH] libavformat/options_table.h
- [DBH] libavformat/rtsp.c
- [DBH] libavformat/rtspdec.c
- [DBH] libavformat/sapdec.c
- [DBH] libavformat/sapenc.c
- [DBH] libavformat/smoothstreamingenc.c
- [DBH] libavformat/version.h
-
pcm : support 24-bit/32-bit little-endian planar
16 novembre 2012, par Paul B Maholpcm : support 24-bit/32-bit little-endian planar
Used by LXF.
Signed-off-by : Luca Barbato <lu_zero@gentoo.org>
-
lavc/vvc : Use a bitfield to store MIP information
3 décembre 2024, par Frank Plowmanlavc/vvc : Use a bitfield to store MIP information
Reduces memory consumption by 4MB for 1080p video with a maximum delay
of 16 frames by packing various information related to MIP :
* intra_mip_flag, 1 bit
* intra_mip_transposed_flag, 1 bit
* intra_mip_mode, 4 bits
Into a single byte.Co-authored-by : Nuo Mi <nuomi2021@gmail.com>
Signed-off-by : Frank Plowman <post@frankplowman.com>