Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (46)

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

  • Revision 71b43b0ff0 : Clean ups of the subpel search functions Removes some unused code and speed fea

    7 août 2013, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_mcomp.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_temporal_filter.c



    Clean ups of the subpel search functions

    Removes some unused code and speed features, and organizes the
    interfaces for fractional mv step functions for use in new speed
    features to come.

    In the process a new speed feature - number of iterations per
    step during the subpel search - is exposed.

    No change when this parameter is set as the original value of 3.

    Results :
    subpel_iters_per_step = 3 : baseline
    subpel_iters_per_step = 2 : psnr -0.067%, 1% speedup
    subpel_iters_per_step = 1 : psnr -0.331%, 3-4% speedup

    Change-Id : I2eba8a21f6461be8caf56af04a5337257a5693a8

  • avfilter/vf_histogram : improve waveform speed

    1er octobre 2013, par Marton Balint
    avfilter/vf_histogram : improve waveform speed
    

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavfilter/vf_histogram.c
  • Revision a76caa7ff4 : Alter Speed 3. This patch deletes the variance based speed three partitioning.

    19 septembre 2013, par Paul Wilkins

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


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h



    Alter Speed 3.

    This patch deletes the variance based speed three partitioning.
    Speed 3 now uses the same partitioning method as speed 2
    but with some stricter conditions.

    The speed and quality are now somewhere between speeds 2 and 4
    whereas before it was worse in both than speed 4.

    Change-Id : Ia142e7007299d79db3ceee6ca8670540db6f7a41