Recherche avancée

Médias (91)

Autres articles (27)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (4772)

  • avcodec/trace_headers_bsf : also parse extradata in packet side data

    5 août 2021, par James Almer
    avcodec/trace_headers_bsf : also parse extradata in packet side data
    

    Certain mov/mp4 files have parameter sets out of band, and when required for a
    sample it may be propagated within the relevant packet's side data.
    This fixes parsing said files if the SPS and/or PPS in the side data is
    different than the one in extradata.

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

    • [DH] libavcodec/trace_headers_bsf.c
  • avcodec/codec, allcodecs : Constify the AVCodec API

    25 février 2021, par Andreas Rheinhardt
    avcodec/codec, allcodecs : Constify the AVCodec API
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] doc/APIchanges
    • [DH] doc/examples/demuxing_decoding.c
    • [DH] doc/examples/muxing.c
    • [DH] doc/examples/transcode_aac.c
    • [DH] doc/examples/transcoding.c
    • [DH] doc/examples/vaapi_encode.c
    • [DH] doc/examples/vaapi_transcode.c
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/codec.h
    • [DH] libavdevice/dshow.c
    • [DH] tests/api/api-band-test.c
    • [DH] tests/api/api-flac-test.c
    • [DH] tests/api/api-h264-test.c
    • [DH] tests/api/api-seek-test.c
    • [DH] tools/target_dec_fuzzer.c
  • avformat/matroskaenc : Use common function for H.2645 annex B->mp4

    16 janvier 2022, par Andreas Rheinhardt
    avformat/matroskaenc : Use common function for H.2645 annex B->mp4
    

    Matroska does not have different profiles that allow or disallow
    in-band extradata, so one can just use the ordinary H.264 function
    for H.265, too. (Both use ff_avc_parse_nal_units() internally anyway.)

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

    • [DH] libavformat/matroskaenc.c