| Commit message (Expand) | Author | Age | Files | Lines |
* | vf_psnr: fix rgb channel order mixup in final log message. | Ronald S. Bultje | 2015-07-11 | 1 | -2/+4 |
* | vf_psnr: always calculate MSE over full pixel range. | Ronald S. Bultje | 2015-07-11 | 1 | -27/+4 |
* | vF_psnr: move set_meta() calls out of loop. | Ronald S. Bultje | 2015-07-11 | 1 | -2/+2 |
* | vf_psnr: add channel weighting based on chroma subsampling. | Ronald S. Bultje | 2015-07-11 | 1 | -8/+23 |
* | avfilter/vf_ssim: Mark constant tables as const | Michael Niedermayer | 2015-07-10 | 1 | -3/+3 |
* | avfilter/vf_removegrain: clip to uint16 instead to uint8 | Paul B Mahol | 2015-07-10 | 1 | -8/+8 |
* | avfilter: add removegrain | Paul B Mahol | 2015-07-08 | 4 | -1/+663 |
* | avfilter/vf_colormatrix: add yuv444p support | Paul B Mahol | 2015-07-08 | 1 | -1/+52 |
* | avfilter/avf_showvolume: make it possible to use current channel number in co... | Paul B Mahol | 2015-07-03 | 1 | -2/+3 |
* | lavfi: add (a)drawgraph filter | Paul B Mahol | 2015-07-03 | 4 | -1/+351 |
* | avfilter/vf_lut: fix oversight | Paul B Mahol | 2015-07-03 | 1 | -1/+1 |
* | avfilter/af_astats: implement recalculation of stats after each X frames | Paul B Mahol | 2015-07-03 | 1 | -7/+26 |
* | avfilter/af_astats: export metadata | Paul B Mahol | 2015-07-03 | 1 | -2/+78 |
* | avutil: add missing bswap include | Michael Niedermayer | 2015-07-03 | 1 | -0/+1 |
* | avfilter/vf_lut: >8 bit depth planar yuv support | Paul B Mahol | 2015-07-03 | 1 | -11/+79 |
* | avfilter/vf_mpdecimate: remove packed formats | Paul B Mahol | 2015-07-02 | 1 | -3/+0 |
* | avfilter: use AVFILTER_DEFINE_CLASS() | Paul B Mahol | 2015-07-02 | 5 | -36/+9 |
* | avfilter/vf_extractplanes: use faster path for input formats with only one co... | Paul B Mahol | 2015-07-01 | 1 | -1/+2 |
* | avfilter/vf_extractplanes: rename misleading variable | Paul B Mahol | 2015-07-01 | 1 | -3/+3 |
* | avfilter/vf_extractplanes: support more pixel formats | Paul B Mahol | 2015-07-01 | 1 | -0/+2 |
* | avfilter/vf_ssim: fix some cosmetics issues | Paul B Mahol | 2015-06-30 | 1 | -1/+1 |
* | avfilter/vf_transpose: Fix rounding error | Michael Niedermayer | 2015-06-30 | 1 | -1/+1 |
* | avfilter/avf_showvolume: optionally display channel names | Paul B Mahol | 2015-06-29 | 1 | -0/+30 |
* | avfilter: add showvolume filter | Paul B Mahol | 2015-06-28 | 4 | -1/+233 |
* | avfilter: add ssim filter | Paul B Mahol | 2015-06-24 | 4 | -1/+402 |
* | Merge commit 'c060d046aa2f89c0e601a2dcfbce53f0e36cf498' | Michael Niedermayer | 2015-06-21 | 1 | -0/+1 |
|\ |
|
| * | af_resample: Set the number of samples in the last frame | Luca Barbato | 2015-06-20 | 1 | -0/+1 |
| * | x86: check for AV_CPU_FLAG_AVXSLOW where useful | James Almer | 2015-05-31 | 1 | -1/+1 |
* | | libavfilter/formats: Fix parsing of channel specifications with a trailing 'c'. | Simon Thelen | 2015-06-20 | 1 | -10/+7 |
* | | avfilter/formats: Add test for ff_parse_channel_layout() | Michael Niedermayer | 2015-06-20 | 1 | -0/+29 |
* | | avfilter/af_afade: add couple of more curves | Paul B Mahol | 2015-06-15 | 1 | -5/+29 |
* | | avfilter/af_afade: use av_clipd() instead of nested FFMAX & FFMIN | Paul B Mahol | 2015-06-14 | 1 | -1/+1 |
* | | avfilter: bump minor after colorkey addition | Clément Bœsch | 2015-06-14 | 1 | -2/+2 |
* | | avfilter/vf_colorkey: Add colorkey video filter | Timo Rothenpieler | 2015-06-14 | 3 | -0/+171 |
* | | avfilter/drawutils: Assert av_pix_fmt_desc_get() return value in ff_fill_line... | Michael Niedermayer | 2015-06-13 | 1 | -1/+6 |
* | | avfilter/lut3d: assert on pixel format descriptor | Clément Bœsch | 2015-06-13 | 1 | -0/+2 |
* | | avfilter/geq: assert on pixel format descriptor | Clément Bœsch | 2015-06-13 | 1 | -0/+3 |
* | | avfilter/drawutils: Fix format validity check in ff_draw_init() | Michael Niedermayer | 2015-06-13 | 1 | -1/+1 |
* | | avfilter/vf_zoompan: support planar rgb pixel formats | Paul B Mahol | 2015-06-12 | 1 | -0/+1 |
* | | avfilter: fix a few 5 spaces indent | Clément Bœsch | 2015-06-07 | 4 | -22/+22 |
* | | vf_colormatrix: calculate coefficients only once | Ganesh Ajjanagadde | 2015-06-07 | 1 | -2/+2 |
* | | lavfi/tinterlace: Double aspect ratio for modes merge and pad. | Carl Eugen Hoyos | 2015-06-04 | 1 | -0/+5 |
* | | avfilter/vf_blend: add linearlight and glow mode | Paul B Mahol | 2015-06-03 | 1 | -0/+8 |
* | | avfilter/vf_blend: add hardmix mode | Paul B Mahol | 2015-06-02 | 1 | -0/+4 |
* | | avfilter/vf_blend: fix vividlight blend mode | Paul B Mahol | 2015-06-02 | 1 | -1/+1 |
* | | avfilter/vf_blend: clip result for divide blend mode | Paul B Mahol | 2015-06-02 | 1 | -1/+1 |
* | | x86: check for AV_CPU_FLAG_AVXSLOW where useful | James Almer | 2015-06-01 | 1 | -1/+1 |
* | | avfilter/vf_mpdecimate: add comment about 8x8 SAD | Peter Cordes | 2015-05-31 | 1 | -0/+5 |
* | | avfilter/vf_mpdecimate: support more pixel formats, including GBRP | Peter Cordes | 2015-05-31 | 1 | -0/+9 |
* | | avfilter/vf_mpdecimate: debug logging of threshold stats | Peter Cordes | 2015-05-31 | 1 | -2/+8 |