Recherche avancée

Médias (91)

Autres articles (98)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (6610)

  • sbrdsp : Unroll and use integer operations

    9 avril 2013, par Christophe Gisquet
    sbrdsp : Unroll and use integer operations
    

    This patch can be controversial, by assuming floats are IEEE-754 and
    particular behaviour of the FPU will get in the way.
    Timing on Arrandale and Win32 (thus, x87 FPU is used in the reference).

    sbr_qmf_pre_shuffle_c : 115 to 76
    sbr_neg_odd_64_c : 84 to 55
    sbr_qmf_post_shuffle_c : 112 to 83

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] libavcodec/sbrdsp.c
  • sbrdsp : Unroll and use integer operations

    9 avril 2013, par Christophe Gisquet
    sbrdsp : Unroll and use integer operations
    

    This patch can be controversial, by assuming floats are IEEE-754 and
    particular behaviour of the FPU will get in the way.
    Timing on Arrandale and Win32 (thus, x87 FPU is used in the reference).

    sbr_qmf_pre_shuffle_c : 115 to 76
    sbr_neg_odd_64_c : 84 to 55
    sbr_qmf_post_shuffle_c : 112 to 83

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DH] libavcodec/sbrdsp.c
  • Revision 9f5811c2da : Add joint motion search in comp_inter_inter mode(experiment) In current code, m

    7 mai 2013, par Yunqing Wang

    Changed Paths :
     Modify /configure


     Modify /vp9/common/vp9_enums.h


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_mcomp.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_variance.h


     Modify /vp9/encoder/vp9_variance_c.c



    Add joint motion search in comp_inter_inter mode(experiment)

    In current code, motion vectors got from single prediction mode are used
    in compound prediction mode directly. These motion vectors may not give
    accurate prediction since they are searched independently. In this patch,
    we took Pascal's suggestion, and did joint motion search in compound
    prediction mode to find better motion vectors in this situation.
    Test results :
    Overall PSNR : 0.570%(derf), 0.918%(stdhd) ;
    SSIM : 0.572%(derf), 1.009%(stdhd) ;

    The encoder is a little slower. This can be improved since some c
    code is used in motion search.

    Change-Id : Ib30c9240f6c56c9b070867b4ca89412a76d9f3c6