Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (71)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

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

Sur d’autres sites (15332)

  • lavc : remove libfaac wrapper

    29 septembre 2016, par Josh de Kock
    lavc : remove libfaac wrapper
    

    There is really no need for two aac wrappers, we already have
    libfdk-aac which is better. Not to mention that faac doesn’t
    even support HEv1, or HEv2. It’s also under a license which is
    unusable for distribution, so it would only be useful to people
    who will compile their own ffmpeg, only use it themselves (which
    at that point should just use fdk-aac).

    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] Changelog
    • [DH] LICENSE.md
    • [DH] configure
    • [DH] doc/encoders.texi
    • [DH] doc/ffserver.conf
    • [DH] doc/general.texi
    • [DH] doc/muxers.texi
    • [DH] doc/platform.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/libfaac.c
  • movenc : Add support for writing language codes into ISML manifests

    27 septembre 2016, par Jan Ekström
    movenc : Add support for writing language codes into ISML manifests
    

    Streaming servers appear to ignore all other language metadata.

    Signed-off-by : Jan Ekström <jeebjp@gmail.com>
    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] libavformat/movenc.c
  • ffmpeg : fix memleak of bitstream filter context on failure

    24 septembre 2016, par James Almer
    ffmpeg : fix memleak of bitstream filter context on failure
    

    Increase the nb_bitstream_filters value as soon as the context is allocated, so
    if option parsing fails the last context is actually freed.

    Reviewed-by : Josh de Kock <josh@itanimul.li>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] ffmpeg_opt.c