Recherche avancée

Médias (91)

Autres articles (41)

  • 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

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

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

  • avcodec/vp3 : Avoid code duplication when initializing coeff_vlcs

    8 mai 2021, par Andreas Rheinhardt
    avcodec/vp3 : Avoid code duplication when initializing coeff_vlcs
    

    Reviewed-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vp3.c
  • avutil/riscv : add fallthrough comment to switch

    19 août, par Levi Zim
    avutil/riscv : add fallthrough comment to switch
    

    This fixes the following warning :

    libavutil/riscv/cpu.c:85:9 : warning : label at end of compound statement is a C23 extension [-Wc23-extensions]

    Signed-off-by : Levi Zim <rsworktech@outlook.com>

    • [DH] libavutil/riscv/cpu.c
  • avcodec/tiff : Don't cast const away

    7 septembre 2023, par Andreas Rheinhardt
    avcodec/tiff : Don't cast const away
    

    lzma_stream.next_in is const for more than 15 years now
    and has been so in every release of liblzma.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/tiff.c