Recherche avancée

Médias (0)

Mot : - Tags -/logo

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

Autres articles (56)

  • 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

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (9020)

  • avfilter/vf_scale_npp : select cubic and lanczos as alternative where super-sampling...

    19 octobre 2016, par Sven C. Dack
    avfilter/vf_scale_npp : select cubic and lanczos as alternative where super-sampling is not supported
    

    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavfilter/vf_scale_npp.c
  • Revision ea8aaf15b5 : create super fast rtc mode This patch only works if the video is a width and he

    29 janvier 2014, par Jim Bankoski

    Changed Paths :
     Modify /test/svc_test.cc


     Modify /vp9/common/vp9_onyx.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_pickmode.h


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/vp9_cx_iface.c



    create super fast rtc mode

    This patch only works if the video is a width and height that are both
    a multiple of 32.. It sets every partition to 16x16, and does INTRADC
    only on the first frame and ZEROMV on every other frame. It always does
    does the largest possible transform, and loop filter level is set to 4.

    Was 20% faster than speed -5 of vp8

    Now 20% slower but adds motion search ( every block ), nearest, near
    and zeromv

    The SVC test was changed because - while this realtime mode produces
    bad quality albeit quickly, it isn't obeying all the rules it should
    about which frames are available.

    Change-Id : I235c0b22573957986d41497dfb84568ec1dec8c7

  • avcodec/iff : implement 3rd delta ANIM decompression

    12 mai 2016, par Paul B Mahol
    avcodec/iff : implement 3rd delta ANIM decompression
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/iff.c