summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi: deprecate AVFilterGraph->resample_lavr_optsRostislav Pehlivanov2017-03-183-2/+9
* lavf/vf_framerate: Fix frame leak when increasing framerate.Alexis Ballier2017-03-161-1/+1
* avfilter/vf_lut3d: actually skip lines when encountering DOMAIN_ stringPaul B Mahol2017-03-131-1/+2
* vf_hwupload: Add missing return value checkJun Zhao2017-03-121-7/+5
* Merge commit 'ad71d3276fef0ee7e791e62bbfe9c4e540047417'Mark Thompson2017-03-124-1/+578
|\
| * lavfi: add a QSV deinterlacing filterAnton Khirnov2016-07-224-1/+583
| * vf_scale_vaapi: Respect driver quirks around buffer destructionMark Thompson2016-07-021-7/+8
* | lavfi: add a QSV scaling filterAnton Khirnov2017-03-124-1/+638
* | avfilter/af_firequalizer: add av_restrict on convolution funcMuhammad Faiz2017-03-121-4/+4
* | libavfilter/avf_showwaves: make sqrt and cbrt scale option values available t...Moritz Barsnick2017-03-111-0/+2
* | avfilter/allfilters: make avfilter_register_all thread safeMuhammad Faiz2017-03-071-7/+9
* | avfilter/aeval: trim last frame's number of samples to match requested durationPaul B Mahol2017-02-251-3/+11
* | lavfi: Add VAAPI deinterlacerMark Thompson2017-02-234-1/+637
* | lavfi/buffersrc: fix directly setting channel layoutRostislav Pehlivanov2017-02-211-5/+7
* | avfilter/af_atempo: fix drift calculation, ticket #6157Pavel Koshevoy2017-02-201-3/+3
* | avfilter/f_setcmd: fix null pointer dereference on using dash as intervalMarton Balint2017-02-191-0/+7
* | avfilter/vf_lut: make it possible to clip pixel values that are out of valid ...Paul B Mahol2017-02-131-1/+1
* | avfilter/vf_lut: do not always explicitly clip pixelsPaul B Mahol2017-02-131-13/+13
* | lavfi/minterpolate: Remove an unused variable.Carl Eugen Hoyos2017-02-111-2/+1
* | avfilter/vf_scale: Fix chroma positioning for 4:2:0 pixel formatMaksym Veremeyenko2017-02-071-4/+5
* | avfilter/vf_midequalizer: Remove duplicate includeMichael Niedermayer2017-02-061-1/+0
* | avfilter/af_pan: fix null pointer dereference on empty tokenMarton Balint2017-02-051-0/+5
* | vf_scale_vaapi: Add missing return value checksMark Thompson2017-02-051-4/+7
* | avfilter/ebur128: fix relative threshold calculation for multiple contextsMarton Balint2017-02-041-30/+16
* | avfilter/ebur128: do not allow null ebur128 context in ff_ebur128_relative_th...Marton Balint2017-02-041-1/+1
* | avfilter: add midequalizer filterPaul B Mahol2017-02-044-1/+394
* | avfilter/vf_unsharp: Free out AVFrame on errorMichael Niedermayer2017-02-031-1/+3
* | avfilter/vf_perspective: Free out AVFrame on errorMichael Niedermayer2017-02-031-0/+1
* | avfilter/vf_fieldhint: Free out AVFrame on errorMichael Niedermayer2017-02-031-0/+1
* | avfilter/vf_deshake: Free out AVFrame on errorMichael Niedermayer2017-02-031-2/+5
* | avfilter/vf_ciescope: Free out AVFrame on errorMichael Niedermayer2017-02-031-1/+3
* | avfilter/scale: refactor common code for scaling height/width expressionsAman Gupta2017-02-026-193/+216
* | avfilter/overlay: add gbrp output formatPaul B Mahol2017-01-311-10/+61
* | avfilter: add threshold filterPaul B Mahol2017-01-304-1/+352
* | avfilter/showcqt: make minimum timeclamp option lowerMuhammad Faiz2017-01-301-3/+3
* | lavfi: make ff_framequeue_skip_samples() more useful.Nicolas George2017-01-293-13/+33
* | avfilter/vf_remap: add . at end of long descriptionPaul B Mahol2017-01-291-1/+1
* | avfilter/vf_gblur: Increase supported pixel count from 31bit to 32bit in filt...Michael Niedermayer2017-01-271-4/+4
* | avfilter/avf_showspectrum: fix 2 possible crashesPaul B Mahol2017-01-271-3/+5
* | avfilter: add abitscope multimedia filterPaul B Mahol2017-01-264-1/+253
* | avfilter/formats: do not allow unknown layouts in ff_parse_channel_layout if ...Marton Balint2017-01-242-11/+18
* | avfilter: add EIA-608 line extractorPaul B Mahol2017-01-244-1/+271
* | avfilter/af_hdcd: Fix leak of memory allocated by ff_make_format_list()Michael Niedermayer2017-01-221-4/+2
* | avfilter/avf_showspectrum: Fix memleak of text allocated by av_asprintf()Michael Niedermayer2017-01-211-0/+1
* | avfilter/vf_palettegen: Fix leak and simplify codeMichael Niedermayer2017-01-211-9/+4
* | avfilter/avfiltergraph: Add assert to write down in machine readable form wha...Michael Niedermayer2017-01-211-0/+2
* | avfilter:vf_drawtext: add new line space size set parameterSteven Liu2017-01-191-1/+3
* | libavfilter/af_biquads: warn about clipping only after frame with clippingSergey Kudryashov2017-01-121-0/+1
* | lavfi: remove stray semicolons.Nicolas George2017-01-122-12/+12
* | lavfi: reindent after previous commit.Nicolas George2017-01-121-4/+3
OpenPOWER on IntegriCloud