Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (8)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

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

  • Revision b62064f338 : Enhance the end to end psnr tests Includes more speed settings and also real-ti

    15 décembre 2014, par Deb Mukherjee

    Changed Paths :
     Modify /test/vp9_end_to_end_test.cc



    Enhance the end to end psnr tests

    Includes more speed settings and also real-time mode now.

    Change-Id : I71c77c4a2471d715c61cc30db092aa053cf012e1

  • are there options to speed up dpkg-buildpackage

    17 janvier 2015, par j0h

    Im back porting ffmpeg to an older version of debian.
    everything is going well, but its so slow.
    I am running dpkg-buildpackage -us -uc

    with a debian rules file that looks like this :

    #!/usr/bin/make -f
    %:
       dh $@

    override_dh_auto_configure:
       ./configure

    I notice, this is only processing on 1 core.
    is there anything like make -j 4 that I could use to speed this up ?

    I’ve been using this guide, but i don’t see anything for speeding up the build step
    https://www.debian.org/doc/manuals/maint-guide/

  • Revision ec1d8387e1 : Add 64x64 sub_pel_variance Neon function On Nexus 7 speed -5, -6, -7, and -8 sa

    14 janvier 2015, par Frank Galligan

    Changed Paths :
     Modify /test/variance_test.cc


     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/encoder/arm/neon/vp9_variance_neon.c



    Add 64x64 sub_pel_variance Neon function

    On Nexus 7 speed -5, -6, -7, and -8 saw about a 15% increase
    in perf for 480p. Speeds -5, -6, -7, and -8 saw about a 10%
    increase in perf for 720p.

    Tested on Nexus 7, built with ndk r10d, gcc 4.9.

    Change-Id : I2fa5315845e3021c9a6e2ea47e52e68b398d8334