Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (110)

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

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (14112)

  • avcodec/opus : Move stuff shared by decoder and parser to a new file

    3 octobre 2022, par Andreas Rheinhardt
    avcodec/opus : Move stuff shared by decoder and parser to a new file
    

    opus.h (which is used by all the Opus code) currently includes
    several structures only used by the parser and the decoder ;
    several elements of OpusContext are even only used by the decoder.

    This commit therefore moves the part of OpusContext that is shared
    between these two components (and used by ff_opus_parse_extradata())
    out into a new structure and moves all the other accompanying
    structures and functions to a new header, opus_parse.h ; the
    functions itself are also moved to a new file, opus_parse.c.
    (This also allows to remove several spurious dependencies
    of the Opus parser and encoder.)

    Reviewed-by : Lynne <dev@lynne.ee>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/opus.c
    • [DH] libavcodec/opus.h
    • [DH] libavcodec/opus_parse.c
    • [DH] libavcodec/opus_parse.h
    • [DH] libavcodec/opus_parser.c
    • [DH] libavcodec/opusdec.c
  • Evolution #3819 : Pouvoir demander un module PHP dans paquet.xml

    13 juin 2017

    Ah… Zut ! C’est nul effectivement !

  • bmp : add a standalone parser

    6 août 2012, par Paul B Mahol
    bmp : add a standalone parser
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] Changelog
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/bmp_parser.c
    • [DH] libavcodec/version.h