Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (40)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • dcadec : remove extra indirection

    29 mars 2017, par Anton Khirnov
    dcadec : remove extra indirection
    

    num_core_channels is always equal to s->audio_header.prim_channels,
    neither one of those variables ever get changed.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/dcadec.c
  • avformat/asfenc : use av_freep() for extra saftey

    11 septembre 2013, par Michael Niedermayer
    avformat/asfenc : use av_freep() for extra saftey
    

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

    • [DH] libavformat/asfenc.c
  • pcx : check that the packet is large enough before reading the header

    14 août 2016, par Anton Khirnov
    pcx : check that the packet is large enough before reading the header
    

    Fixes possible invalid reads.

    CC : libav-stable@libav.org
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind

    • [DBH] libavcodec/pcx.c