Recherche avancée

Médias (0)

Mot : - Tags -/latitude

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (98)

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

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (10854)

  • Revision a5d51fbdf3 : Merge "General cleanup in vp9_decoder.{h, c}."

    24 mars 2014, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/decoder/vp9_decoder.h


     Modify /vp9/vp9_dx_iface.c



    Merge "General cleanup in vp9_decoder.h, c."

  • Revision 2deecdd5cb : Move integral projection motion search to vp9_mcomp.c Make it a general purpose

    4 mars 2015, par Jingning Han

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


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_mcomp.h



    Move integral projection motion search to vp9_mcomp.c

    Make it a general purpose fast motion estimation function, to be
    used in the mode search process.

    Change-Id : Ib354cb0e664dc61c30c0b2314297835ee75b157a

  • Revision 6a8ec3eac2 : General code cleanup. Removing redundant parenthesis and curly braces. Combinin

    8 août 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_entropy.c


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_reconintra.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_detokenize.c


     Modify /vp9/decoder/vp9_onyxd_if.c


     Modify /vp9/encoder/vp9_mcomp.c



    General code cleanup.

    Removing redundant parenthesis and curly braces. Combining declarations
    with initializations. Adding useful intermediate variables instead of
    recalculating expressions every time.

    Change-Id : I00106f404afd60bfc189905b0fded881684f941a