Recherche avancée

Médias (91)

Autres articles (103)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • Merge commit ’948f3c19a8bd069768ca411212aaf8c1ed96b10d’

    29 septembre 2015, par Hendrik Leppkes
    Merge commit ’948f3c19a8bd069768ca411212aaf8c1ed96b10d’
    

    * commit ’948f3c19a8bd069768ca411212aaf8c1ed96b10d’ :
    lavc : Make AVPacket.duration int64, and deprecate convergence_duration

    Merged-by : Hendrik Leppkes <h.leppkes@gmail.com>

    • [DH] doc/APIchanges
    • [DH] libavcodec/audio_frame_queue.c
    • [DH] libavcodec/audio_frame_queue.h
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/avpacket.c
    • [DH] libavcodec/parser.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/framecrcenc.c
    • [DH] libavformat/jacosubdec.c
    • [DH] libavformat/matroskadec.c
    • [DH] libavformat/matroskaenc.c
    • [DH] libavformat/md5enc.c
    • [DH] libavformat/movenc.c
    • [DH] libavformat/mux.c
    • [DH] libavformat/r3d.c
    • [DH] libavformat/srtenc.c
    • [DH] libavformat/utils.c
  • avutil/csp : create public API for colorspace structs

    28 mai 2022, par Leo Izen
    avutil/csp : create public API for colorspace structs
    

    This commit moves some of the functionality from avfilter/colorspace
    into avutil/csp and exposes it as a public API so it can be used by
    libavcodec and/or libavformat. It also converts those structs from
    double values to AVRational to make regression testing easier and
    more consistent.

    Signed-off-by : Ronald S. Bultje <rsbultje@gmail.com>

    • [DH] libavfilter/colorspace.c
    • [DH] libavfilter/colorspace.h
    • [DH] libavfilter/fflcms2.c
    • [DH] libavfilter/fflcms2.h
    • [DH] libavfilter/vf_colorspace.c
    • [DH] libavfilter/vf_iccdetect.c
    • [DH] libavfilter/vf_tonemap.c
    • [DH] libavutil/Makefile
    • [DH] libavutil/csp.c
    • [DH] libavutil/csp.h
    • [DH] libavutil/version.h
  • Merge commit ’0338c396987c82b41d322630ea9712fe5f9561d6’

    8 novembre 2013, par Michael Niedermayer
    Merge commit ’0338c396987c82b41d322630ea9712fe5f9561d6’
    

    * commit ’0338c396987c82b41d322630ea9712fe5f9561d6’ :
    dsputil : Split off H.263 bits into their own H263DSPContext

    Conflicts :
    configure
    libavcodec/mpegvideo.h
    libavcodec/mpegvideo_enc.c

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/dsputil.c
    • [DH] libavcodec/dsputil.h
    • [DH] libavcodec/h263.c
    • [DH] libavcodec/h263data.h
    • [DH] libavcodec/h263dec.c
    • [DH] libavcodec/h263dsp.c
    • [DH] libavcodec/h263dsp.h
    • [DH] libavcodec/mpegvideo.h
    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/rv10.c
    • [DH] libavcodec/x86/Makefile
    • [DH] libavcodec/x86/dsputil_init.c
    • [DH] libavcodec/x86/h263dsp_init.c