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)

  • swresample/resample : do not rebuild filter when sample_delta is zero

    2 décembre 2016, par Muhammad Faiz
    swresample/resample : do not rebuild filter when sample_delta is zero
    

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

    • [DH] libswresample/resample.c
  • swresample/resample : do not assert compensation_distance on rebuild_filter

    17 mars 2017, par Muhammad Faiz
    swresample/resample : do not assert compensation_distance on rebuild_filter
    

    when set_compensation is called with zero sample_delta,
    compensation does not happen (because dst_incr == ideal_dst_incr)
    but compensation_distance is set

    regression since 01ebb57c03abde89bca7bdbc552917efcb8f551d

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

    • [DH] libswresample/resample.c
  • avfilter/w3fdif : do not write to line before start line

    22 juillet 2017, par Muhammad Faiz
    avfilter/w3fdif : do not write to line before start line
    

    That line has been written by previous job.
    Fix tsan warning.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libavfilter/vf_w3fdif.c