Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (72)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • swresample/resample : do not increase phase_count on exact_rational

    17 juin 2016, par Muhammad Faiz
    swresample/resample : do not increase phase_count on exact_rational
    

    high phase_count is only useful when dst_incr_mod is non zero
    in other word, it is only useful on soft compensation

    on init, it will build filter with low phase_count
    but when soft compensation is enabled, rebuild filter
    with high phase_count

    this approach saves lots of memory

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

    • [DH] libswresample/resample.c
    • [DH] libswresample/resample.h
  • avfilter/showcqt : make minimum timeclamp option lower

    29 janvier 2017, par Muhammad Faiz
    avfilter/showcqt : make minimum timeclamp option lower
    

    high basefreq does not require high timeclamp

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

    • [DH] doc/filters.texi
    • [DH] libavfilter/avf_showcqt.c
  • lavfi : make ff_framequeue_skip_samples() more useful.

    29 janvier 2017, par Nicolas George
    lavfi : make ff_framequeue_skip_samples() more useful.
    

    Instead of just updating statistics and leaving the work to the
    call site, have it actually do the work.

    Also : skip the samples by updating the frame data pointers
    instead of moving the samples. More efficient and avoid writing
    into shared frames.
    Found-By : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libavfilter/avfilter.c
    • [DH] libavfilter/framequeue.c
    • [DH] libavfilter/framequeue.h