summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/af_dynaudnorm: Use av_frame_get_channels()Michael Niedermayer2015-07-18
* avfilter/af_dynaudnorm: Fix "ISO C90 forbids mixed declarations and code" war...Michael Niedermayer2015-07-17
* avfilter/af_aresample: Check ff_all_* for allocation failuresMichael Niedermayer2015-07-17
* avfilter: bump minor and add Changelog entryPaul B Mahol2015-07-17
* avfilter/af_compand: fix clipping with default optionsPaul B Mahol2015-07-17
* avfilter: add Dynamic Audio Normalizer filterLoRd_MuldeR2015-07-17
* avfilter/af_astats: measure minimal and mean difference between two consecuti...Paul B Mahol2015-07-17
* lavfi/af_pan: Support a maximum of 64 channels.Carl Eugen Hoyos2015-07-17
* avfilter/vf_eq: Support contrast from -1000 to 1000Michael Niedermayer2015-07-16
* avfilter/af_astats: make sure p->last is actually always set when measuring m...Paul B Mahol2015-07-15
* avfilter/af_astats: also measure maximal difference between two consecutive s...Paul B Mahol2015-07-15
* avfilter/vf_smartblur: use the name 's' for the pointer to the private contextPaul B Mahol2015-07-15
* avfilter/af_astats: calculate audio bit-depthPaul B Mahol2015-07-15
* avfilter: add erosion, dilation, deflate & inflate filterPaul B Mahol2015-07-15
* avfilter/internal: add more words to sentanceMichael Niedermayer2015-07-15
* avfilter/x86/vf_psnr.asm: split one line of license text into twoPaul B Mahol2015-07-14
* avfilter/vf_removegrain: add x86 and x86_64 SSE2 functionsJames Darnley2015-07-14
* avfilter/internal: Improve docs about ff_request_frame()Michael Niedermayer2015-07-15
* vf_psnr: sse2 optimizations for sum-squared-error.Ronald S. Bultje2015-07-14
* avfilter/vf_ssim: Fix "incompatible pointer type" warningsMichael Niedermayer2015-07-14
* vf_ssim: x86 simd for ssim_4x4xN and ssim_endN.Ronald S. Bultje2015-07-14
* vf_ssim: remove another obscure double loop.Ronald S. Bultje2015-07-13
* ssim: refactor a weird double loop.Ronald S. Bultje2015-07-13
* avfilter/vf_w3fdif: implement slice threadingPaul B Mahol2015-07-12
* avfilter/vf_stereo3d: implement slice threading for anaglyph outputPaul B Mahol2015-07-12
* vf_ssim: fix s->coefs for yuv with non-4:2:0 subsampling.Ronald S. Bultje2015-07-12
* vf_psnr: fix rgb channel order mixup in final log message.Ronald S. Bultje2015-07-11
* vf_psnr: always calculate MSE over full pixel range.Ronald S. Bultje2015-07-11
* vF_psnr: move set_meta() calls out of loop.Ronald S. Bultje2015-07-11
* vf_psnr: add channel weighting based on chroma subsampling.Ronald S. Bultje2015-07-11
* avfilter/vf_ssim: Mark constant tables as constMichael Niedermayer2015-07-10
* avfilter/vf_removegrain: clip to uint16 instead to uint8Paul B Mahol2015-07-10
* avfilter: add removegrainPaul B Mahol2015-07-08
* avfilter/vf_colormatrix: add yuv444p supportPaul B Mahol2015-07-08
* avfilter/avf_showvolume: make it possible to use current channel number in co...Paul B Mahol2015-07-03
* lavfi: add (a)drawgraph filterPaul B Mahol2015-07-03
* avfilter/vf_lut: fix oversightPaul B Mahol2015-07-03
* avfilter/af_astats: implement recalculation of stats after each X framesPaul B Mahol2015-07-03
* avfilter/af_astats: export metadataPaul B Mahol2015-07-03
* avutil: add missing bswap includeMichael Niedermayer2015-07-03
* avfilter/vf_lut: >8 bit depth planar yuv supportPaul B Mahol2015-07-03
* avfilter/vf_mpdecimate: remove packed formatsPaul B Mahol2015-07-02
* avfilter: use AVFILTER_DEFINE_CLASS()Paul B Mahol2015-07-02
* avfilter/vf_extractplanes: use faster path for input formats with only one co...Paul B Mahol2015-07-01
* avfilter/vf_extractplanes: rename misleading variablePaul B Mahol2015-07-01
* avfilter/vf_extractplanes: support more pixel formatsPaul B Mahol2015-07-01
* avfilter/vf_ssim: fix some cosmetics issuesPaul B Mahol2015-06-30
* avfilter/vf_transpose: Fix rounding errorMichael Niedermayer2015-06-30
* avfilter/avf_showvolume: optionally display channel namesPaul B Mahol2015-06-29
* avfilter: add showvolume filterPaul B Mahol2015-06-28