Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (96)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (13157)

  • Revision 84daeb5ea8 : Merge "vp9_cx_iface.c : allow speed greater than 7"

    9 juillet 2014, par Guillaume Martres

    Merge "vp9_cx_iface.c : allow speed greater than 7"

  • Revision f60a1178c6 : Cleanup motion search speed features. * Replace max_step_search_steps with cons

    1er juillet 2014, par Alex Converse

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


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h


     Modify /vp9/encoder/vp9_temporal_filter.c



    Cleanup motion search speed features.

    * Replace max_step_search_steps with constant MAX_MVSEARCH_STEPS
    * Fold (reduce_first_step_size + speed > 5) into reduce_first_step_size
    replacing uses of reduce_first_step_size that don’t add the speed
    check with zero.

    Change-Id : Iae46395dbf3eaca138bf4d18b838a9e364b5a198

  • Revision 92a6db7928 : Added a speed feature controlling a motion search parameter This commit added a

    1er juillet 2014, par Yaowu Xu

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


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    Added a speed feature controlling a motion search parameter

    This commit added a speed feature to control the step_param used in
    full pixel motion search. The intention is to reduced the search
    steps for high speed real time coding.

    Change-Id : I21d2f0105c2b647783a6688615da7fcf2b6d670b