Recherche avancée

Médias (91)

Autres articles (66)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • avformat/hlsenc : check discont_program_date_time before use it in parse_playlist

    8 mai 2022, par Steven Liu
    avformat/hlsenc : check discont_program_date_time before use it in parse_playlist
    

    Fix ticket : 9238
    In parse_playlist, the discont_program_date_time should be used after
    EXT-X-PROGRAM-DATE-TIME tag parsed.

    Tested-by : pero
    Reviewed-by : Zhao Zhili <zhilizhao@tencent.com>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hlsenc.c
  • avformat/hlsenc : check dirname and fix vtt problem

    12 novembre 2018, par Steven Liu
    avformat/hlsenc : check dirname and fix vtt problem
    

    fix ticket : 7527
    check dirname before use it
    refine webvtt code in the hls_delete_old_segments

    Reported-by : caspy
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hlsenc.c
  • avformat/hlsenc : use FFABS to instead of abs

    20 novembre 2017, par Steven Liu
    avformat/hlsenc : use FFABS to instead of abs
    

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hlsenc.c