Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (94)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (7663)

  • swscale/output : Add rgba64/rgb48/bgra64/bgr48 output functions with full chroma inter...

    17 juin 2015, par Michael Niedermayer
    swscale/output : Add rgba64/rgb48/bgra64/bgr48 output functions with full chroma interpolation
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libswscale/output.c
    • [DH] libswscale/utils.c
    • [DH] tests/ref/fate/filter-pixfmts-scale
  • vf_psnr : always calculate MSE over full pixel range.

    11 juillet 2015, par Ronald S. Bultje
    vf_psnr : always calculate MSE over full pixel range.
    

    This makes the output compatible with that of pretty much any other
    tool that calculates PSNR.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_psnr.c
  • Revision 79a00d71bd : Rename vp8 quantize.c Move it to vp8_quantize.c and make sure to use the full p

    18 août 2015, par Johann

    Changed Paths :
     Modify /vp8/encoder/encodeintra.c


     Modify /vp8/encoder/encodemb.c


     Modify /vp8/encoder/onyx_if.c


     Modify /vp8/encoder/onyx_int.h


     Modify /vp8/encoder/picklpf.c


     Delete /vp8/encoder/quantize.c


     Modify /vp8/encoder/rdopt.c


     Modify /vp8/encoder/temporal_filter.c


     Add /vp8/encoder/vp8_quantize.c
    (from /vp8/encoder/quantize.c
    :2fdb63fd727a8ba46e5acdf1ba388c8491b57f71)
     Delete /vp8/encoder/x86/quantize_sse2.c


     Add /vp8/encoder/x86/vp8_quantize_sse2.c
    (from /vp8/encoder/x86/quantize_sse2.c
    :2fdb63fd727a8ba46e5acdf1ba388c8491b57f71)
     Modify /vp8/vp8cx.mk



    Rename vp8 quantize.c

    Move it to vp8_quantize.c and make sure to
    use the full path for all vp8 includes of quantize.h

    Change-Id : I284651ff681707385f4924ea7db1541905c1624a