Recherche avancée

Médias (91)

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

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

  • lavc : remove libschroedinger encoding and decoding wrappers

    28 mai 2017, par Rostislav Pehlivanov
    lavc : remove libschroedinger encoding and decoding wrappers
    

    The library has stopped being developed and Debian has removed it
    from its repositories citing security issues.
    The native Dirac decoder supports everything the library has and basic
    encoding support is still provided via the native vc2 (Dirac Pro, intra
    only version of Dirac) encoder. Hence, there's no reason to still support
    linking to the library and potentially leading users into security issues.

    • [DH] Changelog
    • [DH] MAINTAINERS
    • [DH] configure
    • [DH] doc/general.texi
    • [DH] doc/platform.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/libschroedinger.c
    • [DH] libavcodec/libschroedinger.h
    • [DH] libavcodec/libschroedingerdec.c
    • [DH] libavcodec/libschroedingerenc.c
  • Merge commit ’7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7’

    22 juin 2015, par Michael Niedermayer
    Merge commit ’7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7’
    

    * commit ’7ca3e5203f133eb41a0b5c3a1d753a7427ba72e7’ :
    Hap decoder and encoder

    Conflicts :
    Changelog
    configure
    doc/general.texi
    libavcodec/allcodecs.c
    libavcodec/version.h

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

    • [DH] Changelog
    • [DH] configure
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/hap.h
    • [DH] libavcodec/hapdec.c
    • [DH] libavcodec/hapenc.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/isom.c
    • [DH] tests/fate/video.mak
    • [DH] tests/ref/fate/hap1
    • [DH] tests/ref/fate/hap5
    • [DH] tests/ref/fate/hapy
  • Merge commit ’5c22e8e4ad0852d61d5c4ba8d67d33fd72339497’

    18 juillet 2014, par Michael Niedermayer
    Merge commit ’5c22e8e4ad0852d61d5c4ba8d67d33fd72339497’
    

    * commit ’5c22e8e4ad0852d61d5c4ba8d67d33fd72339497’ :
    armv6 : Accelerate ff_imdct_half for general case (mdct_bits != 6)

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