Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (74)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette 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 2011

    Vous 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, par

    MediaSPIP 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 Terriberry
    Fix 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

    • [DH] lib/rate.c
  • ffplay : add support for interactive volume control

    27 septembre 2015, par Ganesh Ajjanagadde
    ffplay : 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>

    • [DH] ffplay.c
  • doc/ffplay, ffplay : add information regarding volume control

    27 septembre 2015, par Ganesh Ajjanagadde
    doc/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>

    • [DH] doc/ffplay.texi
    • [DH] ffplay.c