Recherche avancée

Médias (91)

Autres articles (40)

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (5268)

  • compat/atomics/gcc : use __typeof__ instead of typeof

    7 mars 2017, par James Almer
    compat/atomics/gcc : use __typeof__ instead of typeof
    

    The typeof keyword is apparently not available when using the -std=c99 option.

    Fixes the use of C11 atomic functions with old GCC.

    Reviewed-by : Muhammad Faiz <mfcc64@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] compat/atomics/gcc/stdatomic.h
  • avfilter/avf_showcqt : optimize draw routines

    28 février 2016, par Muhammad Faiz
    avfilter/avf_showcqt : optimize draw routines
    

    optimize draw_bar_yuv (slightly faster)
    optimize draw_axis (about 2x faster)

    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libavfilter/avf_showcqt.c
  • swresample/resample : do not allow negative dst_size return value

    13 décembre 2016, par Muhammad Faiz
    swresample/resample : do not allow negative dst_size return value
    

    This should fix Ticket6012

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libswresample/resample.c