Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (48)

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

  • ffplay : fix autoexit doesn't work in the case of pb->error

    26 août 2020, par Zhao Zhili
    ffplay : fix autoexit doesn't work in the case of pb->error
    

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

    • [DH] fftools/ffplay.c
  • vp8 : fix bilinear C code to work if src_stride != dst_stride.

    5 février 2014, par Ronald S. Bultje
    vp8 : fix bilinear C code to work if src_stride != dst_stride.
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Janne Grunau <janne-libav@jannau.net>

    • [DH] libavcodec/vp8dsp.c
  • Revision 7e802a5bba : Fixes for highbitdepth on 32bit x86 Some of the assembler routines only work fo

    8 juillet 2014, par Peter de Rivaz

    Changed Paths :
     Modify /test/convolve_test.cc


     Modify /test/vp9_intrapred_test.cc


     Modify /vp9/common/vp9_common.h


     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/common/x86/vp9_asm_stubs.c


     Modify /vp9/common/x86/vp9_high_intrapred_sse2.asm


     Modify /vp9/common/x86/vp9_high_subpixel_bilinear_sse2.asm



    Fixes for highbitdepth on 32bit x86

    Some of the assembler routines only work for 64bit
    architectures. This patch makes such routines fall
    back to using C implementations.

    Change-Id : Ia1e59d9ce5856eca0d56ab59fbc9436fa2838745