
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (85)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Encodage et transformation en formats lisibles sur Internet
10 avril 2011MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...) -
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 (6025)
-
Revision 50f944272c : vp10 : do sub8x8 block reconstruction in full subblocks. This means that we don'
8 septembre 2015, par Ronald S. BultjeChanged Paths :
Modify /vp10/common/reconinter.c
Modify /vp10/decoder/decodeframe.c
vp10 : do sub8x8 block reconstruction in full subblocks.This means that we don’t reconstruct in 4x4 dimensions, but in
blocksize dimensions, e.g. 4x8 or 8x4. This may in some cases lead
to performance improvements. Also, if we decide to re-introduce
scalable coding support, this would fix the fact that you need to
re-scale the MV halfway the block in sub8x8 non-4x4 blocks.See issue 1013.
Change-Id : If39c890cad20dff96635720d8c75b910cafac495
-
avcodec/mlpenc : fix encoding last samples when not within full interval
30 août 2021, par Paul B Mahol -
rtspcodes : add full list of RTSP status codes
7 avril 2014, par Reynaldo H. Verdejo Pinochetrtspcodes : add full list of RTSP status codes
Also add reason phrases from http://www.ietf.org/rfc/rfc2326.txt
and macro to translate.Signed-off-by : Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>