Recherche avancée

Médias (91)

Autres articles (86)

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

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (9460)

  • lavf/img2 : Move "loop" into common options.

    10 février 2019, par Carl Eugen Hoyos
    lavf/img2 : Move "loop" into common options.
    

    While the image2pipe demuxer ignores the option - confusing users -
    the autodetecting demuxers that are favoured over image2 act on it.

    • [DH] libavformat/img2dec.c
  • Revert "avcodec/svq1 : zero initialize entries array"

    10 avril 2017, par Clément Bœsch
    Revert "avcodec/svq1 : zero initialize entries array"
    

    This reverts commit aed84ee4d1b0c9e315a84b1ee0918fa49ee9cc09.

    It is a false positive from Valgrind with recent GCC and
    - funswitch-loops (present in -O3).

    • [DH] libavcodec/svq1dec.c
  • Revert "cmdutils : make use of new iteration APIs"

    8 février 2018, par James Almer
    Revert "cmdutils : make use of new iteration APIs"
    

    This reverts commit cdc78058c78dfa4966758a342acd2c1f3b282c46.

    It introduced several issues in the command line tools, and it's
    implementing a new API that may still see some changes.
    Revert for the time being until the state of the API is defined.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] fftools/cmdutils.c