Recherche avancée

Médias (91)

Autres articles (67)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • 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 de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (4069)

  • avutil : undo FF_API_CRYPTO_CONTEXT deprecation

    16 octobre 2015, par James Almer
    avutil : undo FF_API_CRYPTO_CONTEXT deprecation
    

    It’s been argued that the benefits of the current implementation far outweight
    those of making the structs opaque.

    This deprecation is not present in any release, so it can be safely removed.

    Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavutil/blowfish.c
    • [DH] libavutil/blowfish.h
    • [DH] libavutil/des.c
    • [DH] libavutil/des.h
    • [DH] libavutil/rc4.c
    • [DH] libavutil/rc4.h
    • [DH] libavutil/version.h
    • [DH] libavutil/xtea.c
    • [DH] libavutil/xtea.h
  • lavf : move internal fields from public to internal context

    6 février 2015, par wm4
    lavf : move internal fields from public to internal context
    

    This is not an API change ; the fields were explicitly declared private
    before.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavformat/asfdec.c
    • [DH] libavformat/avformat.h
    • [DH] libavformat/dv.c
    • [DH] libavformat/internal.h
    • [DH] libavformat/mtv.c
    • [DH] libavformat/mux.c
    • [DH] libavformat/mxfenc.c
    • [DH] libavformat/nutdec.c
    • [DH] libavformat/oggdec.c
    • [DH] libavformat/options.c
    • [DH] libavformat/pcm.c
    • [DH] libavformat/r3d.c
    • [DH] libavformat/utils.c
    • [DH] libavformat/vqf.c
    • [DH] libavformat/yop.c
  • x86 : Remove X264_CPU_SSE_MISALIGN functions

    5 juillet 2013, par Henrik Gramner
    x86 : Remove X264_CPU_SSE_MISALIGN functions
    

    Prevents a crash if the misaligned exception mask bit is cleared for some reason.

    Misaligned SSE functions are only used on AMD Phenom CPUs and the benefit is miniscule.
    They also require modifying the MXCSR control register and by removing those functions
    we can get rid of that complexity altogether.

    VEX-encoded instructions also supports unaligned memory operands. I tried adding AVX
    implementations of all removed functions but there were no performance improvements on
    Ivy Bridge. pixel_sad_x3 and pixel_sad_x4 had significant code size reductions though
    so I kept them and added some minor cosmetics fixes and tweaks.

    • [DH] common/cpu.c
    • [DH] common/cpu.h
    • [DH] common/pixel.c
    • [DH] common/x86/cpu-a.asm
    • [DH] common/x86/mc-a.asm
    • [DH] common/x86/mc-a2.asm
    • [DH] common/x86/mc-c.c
    • [DH] common/x86/pixel.h
    • [DH] common/x86/sad-a.asm
    • [DH] common/x86/x86inc.asm
    • [DH] encoder/encoder.c
    • [DH] encoder/lookahead.c
    • [DH] tools/checkasm.c
    • [DH] x264.h