Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (97)

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

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

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

  • rtpproto : Simplify the rtp_read function by looping over the fds

    31 juillet 2013, par Martin Storsjö
    rtpproto : Simplify the rtp_read function by looping over the fds
    

    This avoids having duplicate code where only the fd parameter
    differs.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/rtpproto.c
  • rtpproto : Remove a misplaced comment

    31 juillet 2013, par Martin Storsjö
    rtpproto : Remove a misplaced comment
    

    The fdset is a pollfd array nowadays, and it is already populated
    at this point.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/rtpproto.c
  • lavc : add a HEVC decoder.

    12 octobre 2013, par Guillaume Martres
    lavc : add a HEVC decoder.
    

    Initially written by Guillaume Martres <smarter@ubuntu.com> as a GSoC
    project. Further contributions by the OpenHEVC project and other
    developers, namely :

    Mickaël Raulet <mraulet@insa-rennes.fr>
    Seppo Tomperi <seppo.tomperi@vtt.fi>
    Gildas Cocherel <gildas.cocherel@laposte.net>
    Khaled Jerbi <khaled_jerbi@yahoo.fr>
    Wassim Hamidouche <wassim.hamidouche@insa-rennes.fr>
    Vittorio Giovara <vittorio.giovara@gmail.com>
    Jan Ekström <jeebjp@gmail.com>
    Anton Khirnov <anton@khirnov.net>
    Martin Storsjö <martin@martin.st>
    Luca Barbato <lu_zero@gentoo.org>
    Yusuke Nakamura <muken.the.vfrmaniac@gmail.com>

    Signed-off-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/cabac_functions.h
    • [DH] libavcodec/hevc.c
    • [DH] libavcodec/hevc.h
    • [DH] libavcodec/hevc_cabac.c
    • [DH] libavcodec/hevc_filter.c
    • [DH] libavcodec/hevc_mvs.c
    • [DH] libavcodec/hevc_parser.c
    • [DH] libavcodec/hevc_ps.c
    • [DH] libavcodec/hevc_refs.c
    • [DH] libavcodec/hevc_sei.c
    • [DH] libavcodec/hevcdsp.c
    • [DH] libavcodec/hevcdsp.h
    • [DH] libavcodec/hevcdsp_template.c
    • [DH] libavcodec/hevcpred.c
    • [DH] libavcodec/hevcpred.h
    • [DH] libavcodec/hevcpred_template.c
    • [DH] libavcodec/version.h