| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/testsrc2: fix completely transparent alpha. | Nicolas George | 2017-07-25 | 1 | -3/+9 |
* | avfilter/w3fdif: do not write to line before start line | Muhammad Faiz | 2017-07-23 | 1 | -2/+2 |
* | zscale: Factor out graph building | Vittorio Giovara | 2017-07-21 | 1 | -21/+31 |
* | zscale: Factor out format initialization | Vittorio Giovara | 2017-07-21 | 1 | -25/+21 |
* | avfilter/af_astats: measure dynamic range | Paul B Mahol | 2017-07-19 | 1 | -0/+7 |
* | avfilter/af_astats: do not overwrite already set values when doing reset | Paul B Mahol | 2017-07-19 | 1 | -2/+0 |
* | avfilter: Add blue and violet noise generation filters | George Boyle | 2017-07-19 | 1 | -17/+55 |
* | avfilter/pthread: use slice threading from avutil | Muhammad Faiz | 2017-07-19 | 1 | -116/+12 |
* | avfilter: add LIBVMAF filter | Ashish Singh | 2017-07-16 | 3 | -0/+341 |
* | x86/vf_limiter: make limiter functions work on x86_32 | James Almer | 2017-07-13 | 2 | -18/+14 |
* | avfilter: add limiter filter | Paul B Mahol | 2017-07-08 | 8 | -1/+397 |
* | af_amix: Add missing error check | Derek Buitenhuis | 2017-07-07 | 1 | -0/+2 |
* | af_tempo: Add missing error check | Derek Buitenhuis | 2017-07-07 | 1 | -0/+2 |
* | libavfilter/scale2ref: Maintain main input's DAR | Kevin Mark | 2017-07-04 | 1 | -3/+3 |
* | avfilter/vf_ssim: use unsigned so result can be properly stored | Paul B Mahol | 2017-07-04 | 1 | -2/+2 |
* | avfilter/vf_geq: >8 bps support | Michael Niedermayer | 2017-06-30 | 1 | -9/+49 |
* | x86/vf_blend: use ABS2 macro | James Almer | 2017-06-27 | 1 | -6/+3 |
* | x86/vf_blend: optimize difference and negation functions | James Almer | 2017-06-27 | 1 | -16/+24 |
* | x86/vf_blend: add sse and ssse3 extremity functions | James Almer | 2017-06-27 | 2 | -0/+29 |
* | avfilter: remove usage of empty header | Paul B Mahol | 2017-06-26 | 4 | -4/+0 |
* | avfilter/vf_blend: add extremity blend mode | Paul B Mahol | 2017-06-25 | 2 | -0/+5 |
* | avfilter/vf_waveform: allow alpha output for >8 depth planar rgb inputs | Paul B Mahol | 2017-06-25 | 1 | -2/+2 |
* | avfilter/vf_overlay: separate functions with main alpha | Paul B Mahol | 2017-06-25 | 1 | -25/+46 |
* | avfilter/vf_lut2: add support for gray10 and gray12 pixel formats | Paul B Mahol | 2017-06-24 | 1 | -1/+1 |
* | avfilter/vf_overlay: remove rgb option | Paul B Mahol | 2017-06-24 | 1 | -7/+0 |
* | avfilter/af_headphone: do not free frame that's gonna be reused later | Paul B Mahol | 2017-06-24 | 1 | -3/+1 |
* | avfilter: do not leak AVFrame on failed buffer allocation | Paul B Mahol | 2017-06-24 | 8 | -8/+24 |
* | vf_spp: only assign function pointers if permutation matches expectations. | Ronald S. Bultje | 2017-06-24 | 1 | -1/+7 |
* | avfilter/vf_overlay: add auto format mode | Paul B Mahol | 2017-06-24 | 1 | -9/+48 |
* | Revert "lavfi/buffersrc: push the frame deeper if requested." | Paul B Mahol | 2017-06-23 | 1 | -25/+0 |
* | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-06-21 | 5 | -32/+32 |
* | avfilter/af_stereotools: add forgotten break | Paul B Mahol | 2017-06-21 | 1 | -0/+1 |
* | libavfilter/scale: Populate ow/oh when using 0 as w/h | Kevin Mark | 2017-06-19 | 1 | -8/+5 |
* | avfilter/af_stereotools: add 2 more modes | Paul B Mahol | 2017-06-19 | 1 | -1/+12 |
* | avfilter/af_superequalizer: stop leaking s->out frame | Paul B Mahol | 2017-06-19 | 1 | -0/+1 |
* | avfilter/af_superequalizer: improve description | Paul B Mahol | 2017-06-19 | 1 | -1/+1 |
* | avfilter/af_superequalizer: fix out of array access | Paul B Mahol | 2017-06-19 | 1 | -1/+1 |
* | avfilter: add roberts cross operator | Paul B Mahol | 2017-06-19 | 4 | -1/+137 |
* | avfilter: add superequalizer filter | Paul B Mahol | 2017-06-19 | 4 | -1/+371 |
* | lavfi: print the error message when threading init fails. | Nicolas George | 2017-06-19 | 1 | -1/+1 |
* | avfilter/af_amix: fix possible hang | Paul B Mahol | 2017-06-18 | 1 | -5/+5 |
* | vf_hwmap: Properly free a locally derived device | Mark Thompson | 2017-06-18 | 1 | -1/+7 |
* | vf_hwmap: Add missing error code | Mark Thompson | 2017-06-18 | 1 | -0/+1 |
* | libavfilter/af_biquads: add shorter option for width_type | Paul B Mahol | 2017-06-18 | 1 | -0/+8 |
* | avfilter/af_headphone: fix possible memory leaks on failure | Paul B Mahol | 2017-06-15 | 1 | -32/+39 |
* | vf_hwmap: Add reverse mapping for hardware frames | Mark Thompson | 2017-06-14 | 1 | -7/+61 |
* | vf_hwmap: Add device derivation | Mark Thompson | 2017-06-14 | 1 | -18/+49 |
* | vf_deinterlace_vaapi: Add support for field rate output | Mark Thompson | 2017-06-14 | 1 | -123/+166 |
* | avfilter/vf_signature: fix memory leaks in error cases | Timo Rothenpieler | 2017-06-13 | 1 | -1/+4 |
* | avfilter/vf_scale_npp: fix out-of-bounds reads | Timo Rothenpieler | 2017-06-13 | 1 | -1/+1 |