Recherche avancée

Médias (0)

Mot : - Tags -/logo

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (97)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

Sur d’autres sites (9213)

  • avcodec : MPEG-5 EVC codec registration

    26 mai 2023, par Dawid Kozinski
    avcodec : MPEG-5 EVC codec registration
    

    Added prerequisites that must be met before providing support for the MPEG-5 EVC codec
    - Added new entry to codec IDs list
    - Added new entry to the codec descriptor list
    - Bumped libavcodec minor version
    - Added profiles for EVC codec

    Signed-off-by : Dawid Kozinski <d.kozinski@samsung.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] doc/APIchanges
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/codec_id.h
    • [DH] libavcodec/profiles.c
    • [DH] libavcodec/profiles.h
    • [DH] libavcodec/version.h
  • avcodec/evc_parser : Added parser implementation for EVC format

    15 juin 2023, par Dawid Kozinski
    avcodec/evc_parser : Added parser implementation for EVC format
    

    - Added constants definitions for EVC parser
    - Provided NAL units parsing following ISO_IEC_23094-1
    - EVC parser registration

    Signed-off-by : Dawid Kozinski <d.kozinski@samsung.com>

    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/evc.h
    • [DH] libavcodec/evc_parse.c
    • [DH] libavcodec/evc_parse.h
    • [DH] libavcodec/evc_parser.c
    • [DH] libavcodec/parsers.c
  • avformat/evc_demuxer : Added demuxer to handle reading EVC video files

    15 juin 2023, par Dawid Kozinski
    avformat/evc_demuxer : Added demuxer to handle reading EVC video files
    

    - Provided AVInputFormat struct describing EVC input format (ff_evc_demuxer)

    Signed-off-by : Dawid Kozinski <d.kozinski@samsung.com>

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/bitstream_filters.c
    • [DH] libavcodec/evc_frame_merge_bsf.c
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/evcdec.c