5088 Commits (58ed7b632842f3fedbe737c3945cabc56bab2f47)

Author SHA1 Message Date
Paul B Mahol 44fb00866f avfilter: rename vf_reverse.c to f_reverse.c 10 years ago
Paul B Mahol 591741b51d avfilter: add areverse filter 10 years ago
Anton Khirnov 22ecfcd4c7 af_channelmap: properly set the supported output channel layouts 10 years ago
Paul B Mahol 625bf6a55c avfilter/vf_reverse: check also pts_size when reallocating 10 years ago
Paul B Mahol 787d370e14 avfilter: add deband filter 10 years ago
Bernd Bleßmann d2b78fe6b7 libavfilter/vf_crop: implement process_command 10 years ago
Bernd Bleßmann 99ad832c7e libavfilter/vf_scale: implement process_command 10 years ago
Michael Niedermayer 39867f3e09 avfilter/af_channelmap: Move ff_add_channel_layout() call to querry_format() 10 years ago
James Almer e3851169ee x86/vf_ssim: add ff_ssim_4x4_line_xop 10 years ago
James Almer e1778fb657 x86/vf_ssim: fix some instruction comments 10 years ago
Paul B Mahol 7967474bd9 avfilter/af_amerge: increase max number of channels from 32 to 64 10 years ago
James Almer 6de5b6cd86 avfilter/af_astats: use UINT64_C instead of the LLU suffix 10 years ago
Paul B Mahol a8fbb7b625 avfilter: add random video filter 10 years ago
Derek Buitenhuis 8271a84094 avfilter: Add reverse filter 10 years ago
Anton Khirnov 6b15874fc2 af_resample: do not touch the timestamps if we are not resampling 10 years ago
Paul B Mahol 9a829a2b6a avfilter/vf_blend: unbreak tblend 10 years ago
Paul B Mahol efd4e5fe68 avfilter/vf_blend: implement 16bit support 10 years ago
Michael Niedermayer 2927b61c55 avfilter/af_dynaudnorm: Use av_frame_get_channels() 10 years ago
Michael Niedermayer 4c7c0d37e5 avfilter/af_dynaudnorm: Fix "ISO C90 forbids mixed declarations and code" warnings 10 years ago
Michael Niedermayer 2ea8a48083 avfilter/af_aresample: Check ff_all_* for allocation failures 10 years ago
Paul B Mahol ec6bef68f1 avfilter: bump minor and add Changelog entry 10 years ago
Paul B Mahol 297df52f30 avfilter/af_compand: fix clipping with default options 10 years ago
LoRd_MuldeR 21436b95dc avfilter: add Dynamic Audio Normalizer filter 10 years ago
Paul B Mahol 3b365dda5c avfilter/af_astats: measure minimal and mean difference between two consecutive samples 10 years ago
Carl Eugen Hoyos ed5d62e509 lavfi/af_pan: Support a maximum of 64 channels. 10 years ago
Michael Niedermayer c4dfb76fa7 avfilter/vf_eq: Support contrast from -1000 to 1000 10 years ago
Paul B Mahol 51925daafd avfilter/af_astats: make sure p->last is actually always set when measuring max difference 10 years ago
Paul B Mahol 59a9998908 avfilter/af_astats: also measure maximal difference between two consecutive samples 10 years ago
Paul B Mahol 7aafac976f avfilter/vf_smartblur: use the name 's' for the pointer to the private context 10 years ago
Paul B Mahol 61641627b8 avfilter/af_astats: calculate audio bit-depth 10 years ago
Paul B Mahol 3001558487 avfilter: add erosion, dilation, deflate & inflate filter 10 years ago
Michael Niedermayer 9d8070afe1 avfilter/internal: add more words to sentance 10 years ago
Paul B Mahol eea08efc0d avfilter/x86/vf_psnr.asm: split one line of license text into two 10 years ago
James Darnley bff7242608 avfilter/vf_removegrain: add x86 and x86_64 SSE2 functions 10 years ago
Michael Niedermayer 522256b374 avfilter/internal: Improve docs about ff_request_frame() 10 years ago
Ronald S. Bultje ae4c9ddebc vf_psnr: sse2 optimizations for sum-squared-error. 10 years ago
Michael Niedermayer 0ff4953e1b avfilter/vf_ssim: Fix "incompatible pointer type" warnings 10 years ago
Ronald S. Bultje dfc58584b4 vf_ssim: x86 simd for ssim_4x4xN and ssim_endN. 10 years ago
Ronald S. Bultje 03931ecf71 vf_ssim: remove another obscure double loop. 10 years ago
Ronald S. Bultje a1f4848049 ssim: refactor a weird double loop. 10 years ago
Paul B Mahol 885afff01c avfilter/vf_w3fdif: implement slice threading 10 years ago
Paul B Mahol 7b07e72abc avfilter/vf_stereo3d: implement slice threading for anaglyph output 10 years ago
Ronald S. Bultje f353b851b9 vf_ssim: fix s->coefs for yuv with non-4:2:0 subsampling. 10 years ago
Ronald S. Bultje 3bb58c377b vf_psnr: fix rgb channel order mixup in final log message. 10 years ago
Ronald S. Bultje 9879421f1a vf_psnr: always calculate MSE over full pixel range. 10 years ago
Ronald S. Bultje c381af77c5 vF_psnr: move set_meta() calls out of loop. 10 years ago
Ronald S. Bultje 0303d43964 vf_psnr: add channel weighting based on chroma subsampling. 10 years ago
Michael Niedermayer 8fca37d5f8 avfilter/vf_ssim: Mark constant tables as const 10 years ago
Paul B Mahol ae55fc82a8 avfilter/vf_removegrain: clip to uint16 instead to uint8 10 years ago
Paul B Mahol 91748662bc avfilter: add removegrain 10 years ago