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)

  • avformat : split off generic NAL function helpers into their own file

    16 juin 2024, par James Almer
    avformat : split off generic NAL function helpers into their own file
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/Makefile
    • [DH] libavformat/avc.c
    • [DH] libavformat/avc.h
    • [DH] libavformat/flvenc.c
    • [DH] libavformat/hevc.c
    • [DH] libavformat/hlsenc.c
    • [DH] libavformat/matroskaenc.c
    • [DH] libavformat/movenc.c
    • [DH] libavformat/movenccenc.c
    • [DH] libavformat/mxfenc.c
    • [DH] libavformat/nal.c
    • [DH] libavformat/nal.h
    • [DH] libavformat/rtpenc_h264_hevc.c
    • [DH] libavformat/sdp.c
    • [DH] libavformat/vvc.c
  • avformat : Remove unnecessary inclusions from libavcodec

    22 mars 2022, par Andreas Rheinhardt
    avformat : Remove unnecessary inclusions from libavcodec
    

    Also improve the other headers a bit while at it.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/a64.c
    • [DH] libavformat/act.c
    • [DH] libavformat/apngenc.c
    • [DH] libavformat/av1.c
    • [DH] libavformat/flacenc.h
    • [DH] libavformat/flvdec.c
    • [DH] libavformat/frmdec.c
    • [DH] libavformat/gxf.c
    • [DH] libavformat/h261dec.c
    • [DH] libavformat/hls.c
    • [DH] libavformat/hls_sample_encryption.c
    • [DH] libavformat/hls_sample_encryption.h
    • [DH] libavformat/icodec.c
    • [DH] libavformat/oggparseskeleton.c
    • [DH] libavformat/oggparsespeex.c
    • [DH] libavformat/rsd.c
    • [DH] libavformat/rtpdec_dv.c
    • [DH] libavformat/rtpdec_hevc.c
    • [DH] libavformat/rtpdec_vp8.c
  • x86 : more AVX2 framework, AVX2 functions, plus some existing asm tweaks

    27 février 2013, par Jason Garrett-Glaser
    x86 : more AVX2 framework, AVX2 functions, plus some existing asm tweaks
    

    AVX2 functions :
    mc_chroma
    intra_sad_x3_16x16
    last64
    ads
    hpel
    dct4
    idct4
    sub16x16_dct8
    quant_4x4x4
    quant_4x4
    quant_4x4_dc
    quant_8x8
    SAD_X3/X4
    SATD
    var
    var2
    SSD
    zigzag interleave
    weightp
    weightb
    intra_sad_8x8_x9
    decimate
    integral
    hadamard_ac
    sa8d_satd
    sa8d
    lowres_init
    denoise

    • [DH] common/common.c
    • [DH] common/common.h
    • [DH] common/dct.c
    • [DH] common/frame.c
    • [DH] common/macroblock.c
    • [DH] common/osdep.h
    • [DH] common/pixel.c
    • [DH] common/quant.c
    • [DH] common/x86/const-a.asm
    • [DH] common/x86/dct-64.asm
    • [DH] common/x86/dct-a.asm
    • [DH] common/x86/dct.h
    • [DH] common/x86/mc-a.asm
    • [DH] common/x86/mc-a2.asm
    • [DH] common/x86/mc-c.c
    • [DH] common/x86/pixel-a.asm
    • [DH] common/x86/pixel.h
    • [DH] common/x86/quant-a.asm
    • [DH] common/x86/quant.h
    • [DH] common/x86/sad-a.asm
    • [DH] common/x86/x86inc.asm
    • [DH] common/x86/x86util.asm
    • [DH] encoder/macroblock.c
    • [DH] encoder/macroblock.h
    • [DH] encoder/me.c
    • [DH] encoder/rdo.c
    • [DH] tools/checkasm.c