Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (73)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (9137)

  • 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

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