Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (58)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

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

  • Revision 22c6ce03fa : Merge "Handling frame references and scale factors in one for loop." into experi

    25 avril 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodframe.c



    Merge "Handling frame references and scale factors in one for loop." into
    experimental

  • Revision a3fbcc88bb : Using single struct to represent scale factors. Moving back to scale_factors st

    20 décembre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/common/vp9_reconinter.c


     Modify /vp9/common/vp9_reconinter.h


     Modify /vp9/common/vp9_scale.c


     Modify /vp9/common/vp9_scale.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_temporal_filter.c



    Using single struct to represent scale factors.

    Moving back to scale_factors struct. We don't need anymore x_offset_q4 and
    y_offset_q4 because both values are calculated locally inside vp9_scale_mv
    function.

    Change-Id : I78a2122ba253c428a14558bda0e78ece738d2b5b

  • Revision d341f843e2 : Refactor forward/inverse transform msa implementations This commit factors out

    22 juillet 2015, par Jingning Han

    Changed Paths :
     Modify /vp9/common/mips/msa/vp9_idct16x16_msa.c


     Modify /vp9/common/mips/msa/vp9_idct32x32_msa.c


     Modify /vp9/common/mips/msa/vp9_idct_msa.h


     Modify /vp9/encoder/mips/msa/vp9_fdct_msa.h


     Add /vpx_dsp/mips/txfm_macros_msa.h


     Modify /vpx_dsp/vpx_dsp.mk



    Refactor forward/inverse transform msa implementations

    This commit factors out common macro definitions from the forward
    and inverse transform implementations into vpx_dsp. It removes
    the duplicate macro definitions from encoder and decoder folders.

    Change-Id : I92301acbd3317075e9c5f03328a25abb123bca78