Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (42)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • Merge commit ’bdf7610eb266fd3de650040c97328791868abd82’

    20 mars 2017, par Clément Bœsch
    Merge commit ’bdf7610eb266fd3de650040c97328791868abd82’
    

    * commit ’bdf7610eb266fd3de650040c97328791868abd82’ :
    vf_scale_vaapi : Crop input surface to active region

    Merged-by : Clément Bœsch <u@pkh.me>

    • [DH] libavfilter/vf_scale_vaapi.c
  • lavc/vvc : Fix buffer overread in CABAC

    9 avril 2024, par Frank Plowman
    lavc/vvc : Fix buffer overread in CABAC
    

    The size variable here is taken as gospel for the bounds of the input
    buffer in later logic. Clamp it to ensure that the returned region
    does not extend past that allocated in the underlying GetBitContext,
    even in the case entry point offsets are signalled in the bitstream.
    Also assert this for good measure.

    Signed-off-by : Frank Plowman <post@frankplowman.com>

    • [DH] libavcodec/vvc/dec.c
  • lavu/timecode : Increase AV_TIMECODE_STR_SIZE.

    4 mai 2017, par Carl Eugen Hoyos
    lavu/timecode : Increase AV_TIMECODE_STR_SIZE.
    

    Fixes the following warning :
    libavutil/timecode.c:103:60 : warning : '%02d' directive output may be truncated writing between 2 and 10 bytes into a region of size between 0 and 7

    • [DH] libavutil/timecode.h