Recherche avancée

Médias (91)

Autres articles (108)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6893)

  • arm/fft : disable NEON optimizations for 131072pt transforms

    29 août 2022, par Lynne
    arm/fft : disable NEON optimizations for 131072pt transforms
    

    This has been broken since the start, and it was only discovered
    when I started testing my replacement for the FFT.
    Disable it, since there's no point in fixing slower code that's about
    to be removed anyway.

    The vfp version is not affected.

    • [DH] libavcodec/aarch64/fft_init_aarch64.c
    • [DH] libavcodec/arm/fft_init_arm.c
  • avformat/hls, dashdec : Don't use AV_OPT flags in av_dict_set()

    15 mai 2022, par Andreas Rheinhardt
    avformat/hls, dashdec : Don't use AV_OPT flags in av_dict_set()
    

    av_dict_set() expects a different set of flags, namely the AV_DICT_*
    flags. Using AV_OPT_FLAG_DECODING_PARAM (or any AV_OPT_FLAG_*) ic
    av_dict_set() is therefore completely wrong and given that av_dict_set()
    just doesn't care about whether the string it receives has anything
    to do with a decoding parameter or not, it should just be removed
    without replacement.
    (The numerical value of AV_OPT_FLAG_DECODING_PARAM currently coincides
    with AV_DICT_IGNORE_SUFFIX. Given that the dictionaries we are dealing
    with here are always empty (i.e. NULL) before the calls to
    av_dict_set(), this flag changes nothing. It would be different if
    it were equal to one of the AV_DICT_DONT_STRDUP_* values.)

    Reviewed-by : Jan Ekström <jeebjp@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/dashdec.c
    • [DH] libavformat/hls.c
  • avcodec/jpegxl : add Jpeg XL image codec

    17 avril 2022, par Leo Izen
    avcodec/jpegxl : add Jpeg XL image codec
    

    This commit adds support to libavcodec to read
    encoded Jpeg XL images. Jpeg XL is intended to be an
    extended-life replacement to legacy mjpeg.

    • [DH] MAINTAINERS
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/codec_id.h