Recherche avancée

Médias (91)

Sur d’autres sites (111)

  • avfilter : add anoisesrc

    8 novembre 2015, par Kyle Swanson
    avfilter : add anoisesrc
    

    Signed-off-by : Kyle Swanson <k@ylo.ph>
    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] Changelog
    • [DH] doc/filters.texi
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/asrc_anoisesrc.c
    • [DH] libavfilter/version.h
  • avfilter : avoid zero arguments to variadic macro

    23 octobre 2015, par Ganesh Ajjanagadde
    avfilter : avoid zero arguments to variadic macro
    

    ISO C requires at least one argument in the place of the ellipsis in a
    variadic macro. In particular, under -pedantic, this triggers the
    warning -Wgnu-zero-variadic-macro-arguments on clang 3.7.

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavfilter/af_asetrate.c
    • [DH] libavfilter/asrc_sine.c
  • avfilter/sine : support expression in the number of output samples

    10 août 2015, par Clément Bœsch
    avfilter/sine : support expression in the number of output samples
    
    • [DH] doc/filters.texi
    • [DH] libavfilter/asrc_sine.c