Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (72)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

Sur d’autres sites (6849)

  • 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
  • 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
  • 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