Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (66)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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.

  • 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 (10497)

  • 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
  • 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

  • Revision 927693a991 : Merge "Enable Hadamard transform based cost estimate for all block sizes"

    7 avril 2015, par Jingning Han

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



    Merge "Enable Hadamard transform based cost estimate for all block sizes"