summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/internal: add more words to sentanceMichael Niedermayer2015-07-151-1/+1
* avfilter/x86/vf_psnr.asm: split one line of license text into twoPaul B Mahol2015-07-141-1/+2
* avfilter/vf_removegrain: add x86 and x86_64 SSE2 functionsJames Darnley2015-07-145-19/+1369
* avfilter/internal: Improve docs about ff_request_frame()Michael Niedermayer2015-07-151-0/+19
* vf_psnr: sse2 optimizations for sum-squared-error.Ronald S. Bultje2015-07-145-42/+247
* avfilter/vf_ssim: Fix "incompatible pointer type" warningsMichael Niedermayer2015-07-141-1/+1
* vf_ssim: x86 simd for ssim_4x4xN and ssim_endN.Ronald S. Bultje2015-07-145-9/+284
* vf_ssim: remove another obscure double loop.Ronald S. Bultje2015-07-131-10/+8
* ssim: refactor a weird double loop.Ronald S. Bultje2015-07-131-3/+2
* avfilter/vf_w3fdif: implement slice threadingPaul B Mahol2015-07-121-18/+49
* avfilter/vf_stereo3d: implement slice threading for anaglyph outputPaul B Mahol2015-07-121-23/+48
* vf_ssim: fix s->coefs for yuv with non-4:2:0 subsampling.Ronald S. Bultje2015-07-121-44/+37
* vf_psnr: fix rgb channel order mixup in final log message.Ronald S. Bultje2015-07-111-2/+4
* vf_psnr: always calculate MSE over full pixel range.Ronald S. Bultje2015-07-111-27/+4
* vF_psnr: move set_meta() calls out of loop.Ronald S. Bultje2015-07-111-2/+2
* vf_psnr: add channel weighting based on chroma subsampling.Ronald S. Bultje2015-07-111-8/+23
* avfilter/vf_ssim: Mark constant tables as constMichael Niedermayer2015-07-101-3/+3
* avfilter/vf_removegrain: clip to uint16 instead to uint8Paul B Mahol2015-07-101-8/+8
* avfilter: add removegrainPaul B Mahol2015-07-084-1/+663
* avfilter/vf_colormatrix: add yuv444p supportPaul B Mahol2015-07-081-1/+52
* avfilter/avf_showvolume: make it possible to use current channel number in co...Paul B Mahol2015-07-031-2/+3
* lavfi: add (a)drawgraph filterPaul B Mahol2015-07-034-1/+351
* avfilter/vf_lut: fix oversightPaul B Mahol2015-07-031-1/+1
* avfilter/af_astats: implement recalculation of stats after each X framesPaul B Mahol2015-07-031-7/+26
* avfilter/af_astats: export metadataPaul B Mahol2015-07-031-2/+78
* avutil: add missing bswap includeMichael Niedermayer2015-07-031-0/+1
* avfilter/vf_lut: >8 bit depth planar yuv supportPaul B Mahol2015-07-031-11/+79
* avfilter/vf_mpdecimate: remove packed formatsPaul B Mahol2015-07-021-3/+0
* avfilter: use AVFILTER_DEFINE_CLASS()Paul B Mahol2015-07-025-36/+9
* avfilter/vf_extractplanes: use faster path for input formats with only one co...Paul B Mahol2015-07-011-1/+2
* avfilter/vf_extractplanes: rename misleading variablePaul B Mahol2015-07-011-3/+3
* avfilter/vf_extractplanes: support more pixel formatsPaul B Mahol2015-07-011-0/+2
* avfilter/vf_ssim: fix some cosmetics issuesPaul B Mahol2015-06-301-1/+1
* avfilter/vf_transpose: Fix rounding errorMichael Niedermayer2015-06-301-1/+1
* avfilter/avf_showvolume: optionally display channel namesPaul B Mahol2015-06-291-0/+30
* avfilter: add showvolume filterPaul B Mahol2015-06-284-1/+233
* avfilter: add ssim filterPaul B Mahol2015-06-244-1/+402
* Merge commit 'c060d046aa2f89c0e601a2dcfbce53f0e36cf498'Michael Niedermayer2015-06-211-0/+1
|\
| * af_resample: Set the number of samples in the last frameLuca Barbato2015-06-201-0/+1
| * x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-311-1/+1
* | libavfilter/formats: Fix parsing of channel specifications with a trailing 'c'.Simon Thelen2015-06-201-10/+7
* | avfilter/formats: Add test for ff_parse_channel_layout()Michael Niedermayer2015-06-201-0/+29
* | avfilter/af_afade: add couple of more curvesPaul B Mahol2015-06-151-5/+29
* | avfilter/af_afade: use av_clipd() instead of nested FFMAX & FFMINPaul B Mahol2015-06-141-1/+1
* | avfilter: bump minor after colorkey additionClément Bœsch2015-06-141-2/+2
* | avfilter/vf_colorkey: Add colorkey video filterTimo Rothenpieler2015-06-143-0/+171
* | avfilter/drawutils: Assert av_pix_fmt_desc_get() return value in ff_fill_line...Michael Niedermayer2015-06-131-1/+6
* | avfilter/lut3d: assert on pixel format descriptorClément Bœsch2015-06-131-0/+2
* | avfilter/geq: assert on pixel format descriptorClément Bœsch2015-06-131-0/+3
* | avfilter/drawutils: Fix format validity check in ff_draw_init()Michael Niedermayer2015-06-131-1/+1
OpenPOWER on IntegriCloud