]> git.sesse.net Git - ffmpeg/history - libavfilter
ffplay: add missing avfilter_graph_alloc result check
[ffmpeg] / libavfilter /
2019-02-02 Paul B Maholavfilter/vf_mix: always output frame if array is filled
2019-02-02 Paul B Maholavfilter/vf_mix: add timeline support to tmix filter
2019-02-01 Clément Bœschlavfi/nlmeans: use a dynamic size for the weight LUT
2019-02-01 Clément Bœschlavfi/nlmeans: simplify log() call
2019-02-01 Jun Zhaolavfi/nlmeans: improve the performance
2019-01-27 Gyan Doshiavfilter/buffersrc: print relevant info when skipping...
2019-01-25 Zhong Lilavf/vaapi_deinterlace: return error if mode unsupported
2019-01-24 Gyan Doshiavfilter/afade+acrossfade: allow skipping fade on inputs
2019-01-23 Zachary Zhoulibavfilter: add transpose_vaapi filter
2019-01-17 James Almeravfilter/vf_paletteuse: don't constantly free and reall...
2019-01-17 Gyan Doshiavfilter/extractplanes: add support for 12-bit YUVA...
2019-01-13 Paul B Maholavfilter/af_anlmdn: add timeline support
2019-01-12 Paul B Maholavfilter: add maskfun filter
2019-01-12 Paul B Maholavfilter/af_anlmdn: rework how denoising strength is...
2019-01-11 Paul B Maholavfilter/af_anlmdn: do not output more samples than...
2019-01-11 Paul B Maholavfilter/af_anlmdn: drain samples at end
2019-01-11 Paul B Maholavfilter/af_anlmdn: do not trim first samples
2019-01-11 Paul B Maholavfilter/af_anlmdn: log used parameters
2019-01-10 Paul B Maholavfilter/af_anlmdn: use lut table to calculate weights
2019-01-10 Paul B Maholavfilter: add anlmdn filter x86 SIMD optimizations
2019-01-10 Carl Eugen Hoyoslavfi/f_select: Cosmetics, move a function.
2019-01-10 Carl Eugen Hoyoslavfi/f_select: Fix aselect filter standalone compilation.
2019-01-10 Carl Eugen Hoyoslavfi/Makefile: Fix bwdif filter standalone compilation.
2019-01-09 Paul B Maholavfilter/af_anlmdn: ignore too small values
2019-01-08 Paul B Maholavfilter: add anlmdn audio filter
2019-01-05 Paul B Maholavfilter/af_afir: adjust min partition size
2019-01-04 James Almerx86/af_afir: use three operand form forat some instructions
2019-01-03 James Almerx86/af_afir: add ff_fcmul_add_avx()
2019-01-03 James Almeravfilter/af_afir: split off fcmul_add into a DSP context
2019-01-03 James Almerx86/af_afir: fix processing the last element
2019-01-02 Paul B Maholavfilter/vf_detelecine: fix obvious frame memory leaks
2019-01-01 Michael Niedermayeravfilter/af_biquads: minor simplification by using...
2019-01-01 Michael Niedermayeravfilter/af_crossfeed: Use ff_exp10()
2019-01-01 Michael Niedermayeravfilter/ebur128: Simplify by using log10()
2019-01-01 Michael Niedermayeravfilter/vf_tonemap_opencl: Make static tables const
2019-01-01 Paul B Maholavfilter/af_adelay: allow setting delays in seconds
2019-01-01 Paul B Maholafilter/af_sofalizer: check explicitly other type
2018-12-31 Paul B Maholavfilter/af_sofalizer: stop allocating never used buffers
2018-12-31 Paul B Maholavfilter/af_afir: fix overhead for small partitions
2018-12-30 Paul B Maholavfilter/vf_chromashift: remove invalid offset
2018-12-30 Paul B Maholavfilter/af_afir: do not over allocate fft buffer
2018-12-30 Marton Balintavfilter/af_asetnsamples: fix last frame props
2018-12-30 Zachary Zhoulavfi/vaapi: Add constant VAAPI_VPP_BACKGROUND_BLACK
2018-12-30 Paul B Maholavfilter/af_afir: stop using as much threads as stream...
2018-12-30 Paul B Maholavfilter/af_afir: optimize code a little more
2018-12-30 Paul B Maholavfilter/af_afir: implement non-uniform partitioned...
2018-12-29 Paul B Maholavfilter/af_afir: properly split IR into multiple segments
2018-12-29 Paul B Maholavfilter/af_afir: make part_index values per channel
2018-12-29 Paul B Maholavfilter/af_afir: make number of segments extendable
2018-12-29 Paul B Maholavfilter/af_afir: use AVFrame for coeff too
2018-12-29 Paul B Maholavfilter/af_afir: use segment pointer
2018-12-29 Paul B Maholavfilter/af_afir: introduce uninit_segment() and use it
2018-12-29 Paul B Maholavfilter/af_afir: fix minp/maxp range and change defaul...
2018-12-29 Paul B Maholavfilter/af_afir: introduce init_segment() and use it
2018-12-29 Paul B Maholavfilter/af_afir: move allocation stuff where it belongs
2018-12-29 Paul B Maholavfilter/af_afir: introduce AudioFIRSegment structure...
2018-12-27 Paul B Maholafilter/af_afir: remove invalid delay
2018-12-27 Paul B Maholavfilter/af_afir: remove not needed nb_samples from...
2018-12-27 Paul B Maholavfilter/af_afir: remove not needed operations
2018-12-27 Paul B Maholavfilter/af_sofalizer: use av_log2()
2018-12-27 Paul B Maholavfilter/af_headphone: use av_log2()
2018-12-26 Paul B Maholavfilter/af_afir: remove dead store variable
2018-12-26 Paul B Maholavfilter/af_afir: remove unused variable
2018-12-26 Paul B Maholavfilter/af_headphone: fix regression after 7c201e420
2018-12-26 Paul B Maholavfilter/af_sofalizer: fix regression after 7ea4b928a264
2018-12-26 Paul B Maholavfilter/af_sofalizer: fix typo in comments
2018-12-26 Paul B Maholavfilter/af_sofalizer: use float constants
2018-12-26 Paul B Maholavfilter/af_sofalizer: add fltp sample format support
2018-12-25 Paul B Maholavfilter/af_headphone: speed up fast convolution
2018-12-25 Paul B Maholavfilter/af_sofalizer: speed up fast convolution
2018-12-24 Paul B Maholavfilter/af_surround: fix code indentation
2018-12-24 Paul B Maholavfilter/af_headphone: do not reduce LFE gain too much
2018-12-24 Paul B Maholavfilter/af_sofalizer: do not reduce LFE by 6dB
2018-12-23 Paul B Maholavfilter/af_sofalizer: fix memory leaks
2018-12-23 Paul B Maholavfilter/af_sofalizer: set delays when interpolation...
2018-12-23 Paul B Maholavfilter/af_sofalizer: stop using easy API
2018-12-23 Paul B Maholavfilter/af_sofalizer: reset FFT pointers back to NULL
2018-12-23 Paul B Maholavfilter/af_sofalizer: pick IR length after loading...
2018-12-23 Paul B Maholavfilter/af_sofalizer: increase range for lfegain
2018-12-22 Paul B Maholavfilter/af_headphone: fix filtering of non-power of...
2018-12-22 Paul B Maholavfilter/af_sofalizer: fix non-power of 2 IR length...
2018-12-21 Paul B Maholavfilter/af_headphone: use fabsf() instead of fabs()
2018-12-21 Paul B Maholavfilter/af_sofalizer: use fabsf() instead of fabs()
2018-12-20 Paul B Maholavfilter/af_sofalizer: add framesize option
2018-12-20 Paul B Maholavfilter/af_sofalizer: increase max radius
2018-12-20 Paul B Maholavfilter/af_sofalizer: add printing of license back
2018-12-18 Michael Niedermayeravfilter/scene_sad: Fix funtions typos
2018-12-17 Paul B Maholavfilter/af_apad: add pad_dur and whole_dur options
2018-12-17 Carl Eugen Hoyoslavfi/program_opencl: Do not use format specifier ...
2018-12-12 Carl Eugen Hoyoslavfi/signalstats: Cast the return value of AV_RN16...
2018-12-11 Paul B Maholavfilter/vf_paletteuse: fix flags for alpha_threshold...
2018-12-10 Jun Zhaolavfi/vf_scale_vaapi: add scaling mode setting support.
2018-12-09 Paul B Maholavfilter/vf_showinfo: allow checksums calculation to...
2018-12-09 Jun Zhaolavfi/buffersink: fix abuffersink flag setting issue
2018-12-03 Paul B Maholavfilter/vf_overlay: fix filtering with negative y
2018-12-02 Ruiling Songlavf: add transpose_opencl filter
2018-11-27 Carl Eugen Hoyoslavfi/fps: Avoid duplicating Closed Captions when incre...
2018-11-27 Jun Zhaolavfi/buffersrc: Indent the code.
2018-11-26 Mark Harrisavfilter/vf_chromashift: Fix mixed declaration and...
2018-11-22 James Almerx86/scene_sad: fix link errors when HAVE_X86ASM is...
next