summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* avfilter/vf_datascope: cleanup code a littlePaul B Mahol2016-09-091-34/+56
* avfilter/vf_weave: do not leak unused framePaul B Mahol2016-09-091-0/+8
* af_hdcd: fix bounds check in hdcd_envelope()Burt P2016-09-081-2/+5
* avfilter/vf_datascope: let user change background opacityPaul B Mahol2016-09-091-3/+4
* avfilter/vf_shuffleframes: unbreak filterPaul B Mahol2016-09-081-5/+10
* avfilter/vf_waveform: make possible to change background opacityPaul B Mahol2016-09-071-8/+17
* af_hdcd: hdcd_analyze_gen() using int instead of floatBurt P2016-09-071-5/+4
* af_hdcd: tweak hdcd_analyze_prepare() a bitBurt P2016-09-071-3/+6
* af_hdcd: move decoding setup from init to config_inputBurt P2016-09-071-19/+21
* af_hdcd: fix possible integer overflowBurt P2016-09-071-5/+4
* af_hdcd: some types renamed to remove _tBurt P2016-09-071-29/+29
* avfilter/vf_paletteuse: add option to use new palette for each output framePaul B Mahol2016-09-071-1/+12
* avfilter/vf_palettegen: add mode for generating palette for each input framePaul B Mahol2016-09-071-4/+21
* avfilter: add avgblur filterPaul B Mahol2016-09-074-1/+329
* avfilter/fifo: Make independent of the channel layoutMichael Niedermayer2016-09-061-3/+3
* avfilter/af_atempo: Make independent of the channel layoutMichael Niedermayer2016-09-061-2/+1
* avfilter/af_amix: make independent of the channel layoutMichael Niedermayer2016-09-061-1/+1
* doc/showspectrum*: Change options order to reflect numeric values.Carl Eugen Hoyos2016-09-061-5/+5
* avfilter/vf_owdenoise: hight bit-depth supportPaul B Mahol2016-09-061-8/+38
* avfilter/vf_gblur: add sigmaV option, different vertical filteringPaul B Mahol2016-09-041-11/+26
* avfilter/Makefile: move anullsrc and nullsink to correct placePaul B Mahol2016-09-041-2/+3
* avfilter/vf_bitplanenoise: silence clang warning, do not truncate valuePaul B Mahol2016-09-041-1/+1
* avfilter: add gblur filterPaul B Mahol2016-09-044-1/+355
* vf_colorspace: Allow overriding input color propertiesVittorio Giovara2016-09-041-5/+35
* avfilter/vf_zscale: make possible to change chroma locationPaul B Mahol2016-09-021-1/+42
* avfilter/vf_minterpolate: rename chroma log varsDavinder Singh2016-09-021-13/+9
* avfilter: add weave filterPaul B Mahol2016-09-024-1/+146
* avfilter/vf_psnr: Add max value output option to psnr stats log.Lucas Cooper2016-09-011-0/+20
* avfilter/drawutils: honor shift for color component descriptionTimo Rothenpieler2016-08-311-1/+2
OpenPOWER on IntegriCloud