
Recherche avancée
Médias (91)
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
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
Autres articles (64)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (12009)
-
Fix some broken clamping in rate control.
11 octobre 2015, par Tim TerriberryFix some broken clamping in rate control.
If we have some dupe frames right near the end of the buffer, our
metric window can be slightly larger than the buffer.
However, the clamping we use to determine how many frames' worth of
metrics to add to the buffer had a mix of signed and unsigned
types, so if that number when negative, instead of clamping
against zero, it would ask for all remaining frames in the file.
That would cause an infinite loop when we tried to find the last
keyframe in the circular buffer in oc_enc_select_qi() (which was
not big enough to actually hold that many frames).This patch changes the clamp to a form that works with all unsigned
values.Thanks to Brion Vibber for the report.
Fixes #2229
git-svn-id : http://svn.xiph.org/trunk/theora@19507 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Revision 6fc72673b3 : Merge "Add comments for control VP9E_SET_TUNE_CONTENT"
15 janvier 2015, par Yaowu XuChanged Paths :
Modify /vpx/vp8cx.h
Merge "Add comments for control VP9E_SET_TUNE_CONTENT" -
Revision 205 : Refactored command-line parsing to have better control over code paths. Fixed ad
24 juin 2010, par marc.noirotChanged Paths :
Modify /trunk/src/flvmeta.c
Modify /trunk/src/flvmeta.h
Refactored command-line parsing to have better control over code paths.
Fixed additional metadata deallocation if not used.