Recherche avancée

Médias (91)

Autres articles (49)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • 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
  • avcodec/fft_template : use ff_thread_once on costable initialization

    5 juillet 2017, par Muhammad Faiz
    avcodec/fft_template : use ff_thread_once on costable initialization
    

    Make it thread-safe and avoid redundant initialization.

    Reviewed-by : Rostislav Pehlivanov <atomnuker@gmail.com>
    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libavcodec/fft_template.c