summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/firequalizer: use zero phase kernelMuhammad Faiz2016-10-201-11/+15
* avfilter/showcqt: add cscheme optionMuhammad Faiz2016-10-202-11/+36
* avfilter/vf_scale_npp: select cubic and lanczos as alternative where super-sa...Sven C. Dack2016-10-191-1/+13
* avfilter/firequalizer: add cubic_interpolate function on gainMuhammad Faiz2016-10-191-2/+47
* avfilter/firequalizer: add dumpfile and dumpscale optionMuhammad Faiz2016-10-181-14/+83
* avfilter/showcqt: add font optionMuhammad Faiz2016-10-182-7/+79
* avfilter/firequalizer: optimize gain/gain_entry commandMuhammad Faiz2016-10-181-4/+16
* avfilter/firequalizer: add scale optionMuhammad Faiz2016-10-171-3/+30
* avfilter/firequalizer: add tukey windowMuhammad Faiz2016-10-161-0/+5
* avfilter/firequalizer: change WFUNC_MIN/MAX to NB_WFUNCMuhammad Faiz2016-10-161-4/+3
* avfilter/showcqt: add csp optionMuhammad Faiz2016-10-162-5/+53
* lavfi/sidedata: add filter for manipulating frame side dataMarton Balint2016-10-134-1/+186
* lavfi/metadata: fix metadata deletion if comparison returns falseMarton Balint2016-10-111-3/+1
* lavfi/pan: renormalize negative gain coefficients properlyMoritz Barsnick2016-10-111-1/+1
* avfilter/firequalizer: fix blackman window calculationMuhammad Faiz2016-10-101-1/+1
* lavfi: fix typosMoritz Barsnick2016-10-092-4/+4
* Merge commit '5b63b15663d31f50ce45d980b904a68795ad3f7a'Hendrik Leppkes2016-10-071-8/+8
|\
| * lavfi: set the link hwframes context before configuring the dst inputAnton Khirnov2016-06-251-8/+8
| * Use AVFrame.pts instead of deprecated pkt_pts.Anton Khirnov2016-06-211-2/+0
| * lavfi: add a QSV scaling filterAnton Khirnov2016-06-214-1/+636
* | af_hdcd: disable auto-convert by defaultBurt P2016-10-051-46/+1
* | af_hdcd: add experimental 20 and 24-bit decoding supportBurt P2016-10-051-20/+68
* | af_hdcd: hdcd_scan() and hdcd_integrate() handle stereo and single channelBurt P2016-10-051-218/+85
* | af_hdcd: support s16p (WavPack) directlyBurt P2016-10-051-3/+12
* | af_hdcd: allow all HDCD sample ratesBurt P2016-10-051-6/+8
* | af_hdcd: add mono as a supported channel layoutBurt P2016-10-051-1/+4
* | lavfi/metadata: allow deleting all metadataMarton Balint2016-10-011-2/+4
* | lavfi/metadata: fix setting metadata valuesMarton Balint2016-10-011-8/+8
* | avfilter/vf_colorspace: fix range for output colorspace optionJames Almer2016-09-281-1/+1
* | avfilter/tests/integral: Remove unused variablesMichael Niedermayer2016-09-241-2/+0
* | lavfi: add nlmeans filterClément Bœsch2016-09-245-2/+647
* | avfilter/drawutils: allow drawing opaque text on transparent backgroundPaul B Mahol2016-09-213-5/+12
* | vf_colorspace: Interpret unspecified color range as limited rangeVittorio Giovara2016-09-191-3/+7
* | avfilter/vf_overlay: add YUVA422P to alpha_pix_fmtsPaul B Mahol2016-09-171-1/+1
* | avfilter/vf_overlay: support J formats tooPaul B Mahol2016-09-171-3/+3
* | avfilter/vf_unsharp: limit matrix size in either direction to 23Paul B Mahol2016-09-171-1/+1
* | avfilter/vf_unsharp: check if scalebits is too highPaul B Mahol2016-09-171-0/+4
* | avfilter/vf_lut2: also export video input bit depthPaul B Mahol2016-09-161-0/+6
* | vf_colorspace: Add modern names for color range optionVittorio Giovara2016-09-141-0/+2
* | avfilter/af_amerge: allow merging 1 input onlyMarton Balint2016-09-131-1/+1
* | vf_colorspace: Add BT-names for gamma22/28 transfer optionVittorio Giovara2016-09-131-0/+2
* | avfilter/vf_convolution: add slice threading supportPaul B Mahol2016-09-121-63/+158
* | avfilter: add sobel and prewitt filterPaul B Mahol2016-09-124-30/+310
* | avfilter/vf_vaguedenoiser: calculate dimensions at initPaul B Mahol2016-09-121-19/+21
* | avfilter/vf_vaguedenoiser: change thresholding to function pointersPaul B Mahol2016-09-121-8/+27
* | avfilter/vf_overlay: inline yuv output formatsPaul B Mahol2016-09-111-104/+147
* | avfilter/vf_overlay: split blend_image into functions for each overlay formatPaul B Mahol2016-09-111-166/+186
* | avfilter/avf_concat: Make independent of the channel layoutMichael Niedermayer2016-09-101-2/+1
* | avfilter/af_amix: use ff_all_channel_counts() instead of ff_all_channel_layou...Paul B Mahol2016-09-101-1/+1
* | avfilter/vf_histogram: set foreground alpha if possible in destination formatPaul B Mahol2016-09-101-2/+4
OpenPOWER on IntegriCloud