Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (48)

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

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8700)

  • Revision 9d67495f72 : Optimize 32x32 2D inverse DCT for speed-up This commit exploits the sparsity of

    1er août 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/x86/vp9_idct_intrin_sse2.c



    Optimize 32x32 2D inverse DCT for speed-up

    This commit exploits the sparsity of quantized coefficient matrix.
    It detects each 32x8 array and skip the corresponding inverse
    transformation if all entries are zero.

    For ped1080p at 8000 kbps, this on average reduces the runtime of
    32x32 inverse 2D-DCT SSE2 function from 6256 cycles -> 5200
    cycles. It makes the overall encoding process about 2% faster at
    speed 0. The speed-up is more pronounceable for the decoding process.

    Change-Id : If20056c3566bd117642a76f8884c83e8bc8efbcf

  • Revision 67719abde1 : Remove unused vp9_short_idct10_32x32_add The inverse 32x32 transform detects al

    1er août 2013, par Jingning Han

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


     Modify /vp9/common/vp9_rtcd_defs.sh



    Remove unused vp9_short_idct10_32x32_add

    The inverse 32x32 transform detects all zero entries and skips the
    computations accordingly per 8 rows in the first 1-D operation. The
    function vp9_short_idct10_32x32_add performs differently and is not
    used anywhere, hence removed.

    Change-Id : Ic4fad422debbde7b6b6ffed47c69fbd4268a906c

  • Revision ac468dde46 : Consistent names for inverse hybrid transforms (2 of 2). Renames : vp9_iht_add

    12 octobre 2013, par Dmitry Kovalev

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


     Modify /vp9/common/vp9_idct.h


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_encodemb.c



    Consistent names for inverse hybrid transforms (2 of 2).

    Renames :
    vp9_iht_add -> vp9_iht4x4_add
    vp9_iht_add_8x8 -> vp9_iht8x8_add
    vp9_iht_add_16x16 -> vp9_iht16x16_add

    Change-Id : I8f1a2913e02d90d41f174f27e4ee2fad0dbd4a21