Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (59)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • avcodec/internal : move packet related functions to their own header

    2 juin 2020, par James Almer
    avcodec/internal : move packet related functions to their own header
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/avpacket.c
    • [DH] libavcodec/dnxhdenc.c
    • [DH] libavcodec/internal.h
    • [DH] libavcodec/libaomenc.c
    • [DH] libavcodec/libvpxenc.c
    • [DH] libavcodec/libx264.c
    • [DH] libavcodec/libx265.c
    • [DH] libavcodec/libxavs.c
    • [DH] libavcodec/libxvid.c
    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/nvenc.c
    • [DH] libavcodec/packet_internal.h
    • [DH] libavcodec/qsvenc.c
    • [DH] libavcodec/snowenc.c
    • [DH] libavcodec/svq1enc.c
  • avutil/buffer : separate public and internal flags inside AVBuffers

    1er juin 2020, par James Almer
    avutil/buffer : separate public and internal flags inside AVBuffers
    

    It's better to not mix user provided flags and internal flags set by
    AVBufferRef helper functions.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavutil/buffer.c
    • [DH] libavutil/buffer_internal.h
  • avutil/internal : remove FF_ALLOCx{_ARRAY}_OR_GOTO macros

    2 juin 2020, par Limin Wang
    avutil/internal : remove FF_ALLOCx_ARRAY_OR_GOTO macros
    

    These functions have a terrible design, let us fix them before extending
    them.
    First design mistake : no error code. A helper function for testing
    memory allocation failure where AVERROR(ENOMEM) does not appear is
    absurd.

    Second design mistake : printing a message. Return the error code, let
    the caller print the error message.

    Third design mistake : hard-coded use of goto.

    http://ffmpeg.org/pipermail/ffmpeg-devel/2020-May/262544.html

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavutil/internal.h