Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (30)

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

  • Changelog : mention YUV range negotiation

    8 septembre 2024, par Niklas Haas
    Changelog : mention YUV range negotiation
    
    • [DH] Changelog
  • Fix libopenjpeg colour range adjust for 8 bpp 16.

    10 janvier 2014, par Carl Eugen Hoyos
    Fix libopenjpeg colour range adjust for 8<bpp<16.
    

    Fixes ticket #3284.

    Reviewed-by : Michael Bradshaw

    • [DH] libavcodec/libopenjpegdec.c
  • lavu/opt : validate range before dereference

    4 avril 2014, par Lukasz Marek
    lavu/opt : validate range before dereference
    

    This change make error handling simplier.
    av_opt_freep_ranges may be called when some ranges are NULL,
    for example after memory allocation fail.

    Signed-off-by : Lukasz Marek <lukasz.m.luki@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/opt.c