summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_idet: added more YUVA formats to idet query_formatsRobert Nagy2018-01-141-0/+2
* avfilter/vf_framerate: simplify filterMarton Balint2018-01-121-267/+94
* avfilter/x86/vf_interlace : add AVX2 versionMartin Vignali2018-01-113-1/+50
* vf_program_opencl: Add missing error code returnsMark Thompson2018-01-101-0/+3
* vf_overlay_opencl: Don't leak output frame on errorMark Thompson2018-01-101-0/+1
* avfilter/af_aiir: add polar zeros/poles format variantPaul B Mahol2018-01-101-7/+71
* avfilter/af_aiir: unbreak clipping detectionPaul B Mahol2018-01-101-4/+4
* avfilter/af_aiir: do not leak memory on failure in convert_zp2tf()Paul B Mahol2018-01-101-10/+11
* avfilter/af_aiir: refactor code so it uses IIRChannel structPaul B Mahol2018-01-091-141/+126
* avfilter/af_aiir: make default processing to serially cascadedPaul B Mahol2018-01-091-3/+11
* avfilter/af_aiir: add slice threading supportPaul B Mahol2018-01-091-93/+108
* avfilter/af_aiir: add cascaded biquads supportPaul B Mahol2018-01-091-11/+253
* avfilter/af_aiir: do not forget to free gains tooPaul B Mahol2018-01-081-0/+2
* avfilter/af_aiir: fix typo which may cause overreadPaul B Mahol2018-01-081-1/+1
* lavfi: Add filters to run arbitrary OpenCL programsMark Thompson2018-01-073-0/+445
* lavfi/opencl: Use filter device if no input device is availableMark Thompson2018-01-071-6/+33
* avfilter/af_aiir: rename options, provide gains in separate optionPaul B Mahol2018-01-071-29/+66
* avfilter/af_aiir: add support for alternative coefficients formatPaul B Mahol2018-01-071-6/+147
* avfilter: deprecate avfilter_link_get_channels()James Almer2018-01-063-1/+10
* avfilter/av_biquads: scale a0 tooPaul B Mahol2018-01-061-0/+1
* Revert "avfilter: deprecate avfilter_link_get_channels()"James Almer2018-01-053-16/+6
* avfilter: deprecate avfilter_link_get_channels()James Almer2018-01-053-6/+16
* avfilter/af_aiir: do not crash with invalid optionsPaul B Mahol2018-01-051-3/+23
* avfilter: use a mutex instead of atomics in avfilter_register()James Almer2018-01-051-4/+11
* avfilter: add arbitrary audio IIR filterPaul B Mahol2018-01-055-1/+339
* avfilter: rename variables in geqMarc-Antoine Arnaud2018-01-051-9/+9
* avfilter: slice processing for geqMarc-Antoine Arnaud2018-01-051-31/+80
* avfilter: reorder variable definition in geqMarc-Antoine Arnaud2018-01-051-3/+3
* avfilter/vf_framerate: calculate interpolation as integerMarton Balint2018-01-041-9/+13
* avfilter: add hilbert source FIR filterPaul B Mahol2018-01-044-1/+202
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-0327-29/+29
* lavfi/framesync: remove an invalid free.Nicolas George2018-01-031-1/+1
* lavfi/framesync: document frame ownership for dualinput.Nicolas George2018-01-031-0/+3
* avfilter: add entropy filterPaul B Mahol2018-01-034-1/+209
* vf_paletteuse: Don't free the second frame from ff_framesync_dualinput_get_wr...Derek Buitenhuis2018-01-031-1/+0
* vf_paletteuse: Add error checking to apply_paletteDerek Buitenhuis2018-01-031-9/+16
* avfilter/af_crystalizer: use outlink instead of inlinkPaul B Mahol2018-01-011-2/+2
* avfilter/af_afir: rework FIR gain measurementPaul B Mahol2017-12-311-5/+19
* lavfi/minterpolate: Split struct Pixel to allow higher resolutions.Carl Eugen Hoyos2017-12-281-45/+75
* avfilter: add deconvolve filterPaul B Mahol2017-12-274-11/+102
* avfilter/vf_convolve: remove padding, its unused and not neededPaul B Mahol2017-12-271-4/+4
* avfilter/vf_convolve: cosmeticsPaul B Mahol2017-12-271-5/+5
* w32pthreads: always use Vista+ API, drop XP supportwm42017-12-261-4/+0
* avfilter/vf_convolve: add threading for complex multiplicationPaul B Mahol2017-12-251-14/+32
* avfilter/vf_convolve: implement slice threadingPaul B Mahol2017-12-251-42/+100
* avfilter/vf_convolve: split input/output operations from fftPaul B Mahol2017-12-251-16/+31
* avfilter/vf_convolve: use shorter variants for pointersPaul B Mahol2017-12-251-16/+21
* avfilter/vf_convolve: clear coefficients only when neededPaul B Mahol2017-12-251-7/+10
* avfilter/vf_convolve: fix various issuesPaul B Mahol2017-12-241-45/+92
* avfilter/vf_convolve: fix convolution of bordersPaul B Mahol2017-12-241-4/+9
OpenPOWER on IntegriCloud