Recherche avancée

Médias (91)

Autres articles (82)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (7844)

  • Fixed issue with using percent-based width/height/maxWidth/maxHeight in Anroid stock browser & Android Chrome.

    23 août 2012, par Jack Moore

    m colorbox/jquery.colorbox.js Fixed issue with using percent-based width/height/maxWidth/maxHeight in Anroid stock browser & Android Chrome.

  • Revision a76caa7ff4 : Alter Speed 3. This patch deletes the variance based speed three partitioning.

    19 septembre 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h



    Alter Speed 3.

    This patch deletes the variance based speed three partitioning.
    Speed 3 now uses the same partitioning method as speed 2
    but with some stricter conditions.

    The speed and quality are now somewhere between speeds 2 and 4
    whereas before it was worse in both than speed 4.

    Change-Id : Ia142e7007299d79db3ceee6ca8670540db6f7a41

  • avfilter/framesync : add a new option to set how to sync streams based on secondary...

    2 août 2022, par James Almer
    avfilter/framesync : add a new option to set how to sync streams based on secondary input timestamps
    

    Include two values for it, a default one that sets/keeps the current behavior,
    where the frame event generated by the primary input will have a timestamp
    equal or higher than frames in secondary input, plus a new one where the
    secondary input frame will be that with the absolute closest timestamp to that
    of the frame event one.

    Addresses ticket #9689, where the new optional behavior produces better frame
    syncronization.

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavfilter/framesync.c
    • [DH] libavfilter/framesync.h