
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (74)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (12998)
-
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
-
ffplay : add support for interactive volume control
27 septembre 2015, par Ganesh Ajjanagaddeffplay : add support for interactive volume control
This is a feature heavily inspired by the mpv player. At the moment, methods
for adjusting volume in ffplay are rather clumsy : either one needs to set it
system-wide, or one needs to set it via the volume filter.This patch adds key bindings identical to the mpv defaults for muting/unmuting
and increasing/decreasing the volume interactively without any introduction of
external dependencies.TODO : doc update, possible mouse button bindings (mpv has this).
Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Signed-off-by : Marton Balint <cus@passwd.hu> -
doc/ffplay, ffplay : add information regarding volume control
27 septembre 2015, par Ganesh Ajjanagaddedoc/ffplay, ffplay : add information regarding volume control
ffplay now supports dynamic volume control. This documents the supported
behavior.Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
Signed-off-by : Marton Balint <cus@passwd.hu>