| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/avfilter: Error out if audio parameters change instead of failing an... | Michael Niedermayer | 2015-10-16 | 1 | -4/+19 |
* | avfilter/af_tremolo: clean up extra newlines | Kyle Swanson | 2015-10-15 | 1 | -2/+0 |
* | avfilter/formats: add av_warn_unused_result to function prototypes | Ganesh Ajjanagadde | 2015-10-14 | 1 | -0/+17 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 63 | -436/+476 |
* | avfilter/af_sidechaincompress: replace FFABS with fabs | Ganesh Ajjanagadde | 2015-10-13 | 1 | -3/+3 |
* | avfilter/af_astats: replace FFABS with fabs | Ganesh Ajjanagadde | 2015-10-13 | 1 | -3/+3 |
* | avfilter/af_agate: replace FFABS with fabs | Ganesh Ajjanagadde | 2015-10-13 | 1 | -3/+3 |
* | avfilter/drawtext: allow to format pts with strftime | Alex Agranovsky | 2015-10-12 | 1 | -1/+11 |
* | x86/vf_w3fdif: use aligned loads in w3fdif_simple_high | James Almer | 2015-10-11 | 1 | -4/+2 |
* | x86/vf_w3fdif: simplify w3fdif_simple_high | James Almer | 2015-10-11 | 1 | -9/+7 |
* | avfilter/buffersrc: add av_warn_unused_result attributes | Ganesh Ajjanagadde | 2015-10-11 | 1 | -0/+3 |
* | x86/vf_w3fdif: move pxor outside the loop in w3fdif_complex_low | James Almer | 2015-10-11 | 1 | -4/+4 |
* | avfilter: add selectivecolor filter | Clément Bœsch | 2015-10-11 | 4 | -1/+461 |
* | avfilter/x86/vf_w3fdif: add colons after labels | Paul B Mahol | 2015-10-10 | 1 | -5/+5 |
* | avfilter/vf_w3fdif: add x86 SIMD | Paul B Mahol | 2015-10-10 | 5 | -37/+440 |
* | doc: fix spelling errors | Andreas Cadhalpun | 2015-10-09 | 1 | -2/+2 |
* | avfilter/vf_blend: fix normal mode with opacity != 1 | Paul B Mahol | 2015-10-09 | 1 | -1/+46 |
* | avfilter/af_afade: fix start of fade out | Justin Greer | 2015-10-08 | 1 | -1/+1 |
* | avfilter/delogo: Set default band to 1 | Jean Delvare | 2015-10-08 | 1 | -2/+15 |
* | avfilter/vf_w3fdif: scale down coefficiends by 2 | Paul B Mahol | 2015-10-07 | 1 | -7/+7 |
* | avfilter/x86/vf_blend.asm: hardmix: do same with two pxor instructions less | Paul B Mahol | 2015-10-07 | 1 | -3/+4 |
* | avfilter/x86/vf_blend.asm: 11th register is used, update functions | Paul B Mahol | 2015-10-07 | 1 | -14/+14 |
* | avfilter/x86/vf_blend.asm: add hardmix and phoenix sse2 SIMD | Paul B Mahol | 2015-10-07 | 2 | -0/+78 |
* | lavfi/vf_yadif: reindent after last commit. | Nicolas George | 2015-10-07 | 1 | -15/+13 |
* | lavfi/vf_thumbnail: reindent after last commit. | Nicolas George | 2015-10-07 | 1 | -8/+7 |
* | lavfi/vf_w3fdif: reindent after last commit. | Nicolas George | 2015-10-07 | 1 | -16/+14 |
* | lavfi/vf_alphamerge: reindent after last commit. | Nicolas George | 2015-10-07 | 1 | -5/+4 |
* | lavfi/avf_showspectrum: reindent after last commit. | Nicolas George | 2015-10-07 | 1 | -11/+10 |
* | lavfi/vf_yadif: remove looping on request_frame(). | Nicolas George | 2015-10-07 | 1 | -3/+2 |
* | lavfi/vf_w3fdif: remove looping on request_frame(). | Nicolas George | 2015-10-07 | 1 | -2/+1 |
* | lavfi/vf_thumbnail: remove looping on request_frame(). | Nicolas George | 2015-10-07 | 1 | -4/+1 |
* | lavfi/vf_select: remove looping on request_frame(). | Nicolas George | 2015-10-07 | 1 | -11/+2 |
* | lavfi/vf_fps: remove looping on request_frame(). | Nicolas George | 2015-10-07 | 1 | -4/+2 |
* | lavfi/vf_alphamerge: remove looping on request_frame(). | Nicolas George | 2015-10-07 | 1 | -5/+1 |
* | lavfi/avf_showwaves: remove looping on request_frame(). | Nicolas George | 2015-10-07 | 1 | -8/+2 |
* | lavfi/avf_showspectrum: remove looping on request_frame(). | Nicolas George | 2015-10-07 | 1 | -6/+1 |
* | lavfi/avf_showcqt: remove looping on request_frame(). | Nicolas George | 2015-10-07 | 1 | -8/+1 |
* | lavfi/af_aresample: remove looping on request_frame(). | Nicolas George | 2015-10-07 | 1 | -6/+1 |
* | avfilter/vf_stereo3d: add x86 SIMD for anaglyph outputs | Paul B Mahol | 2015-10-06 | 5 | -32/+280 |
* | afilter/af_extrastereo: remove dead initialization | Paul B Mahol | 2015-10-06 | 1 | -1/+1 |
* | avfilter:audio: fix shadowed AVFrame *out | Paul B Mahol | 2015-10-06 | 3 | -6/+6 |
* | avfilter/af_extrastereo: Fix shadowed variable | Michael Niedermayer | 2015-10-06 | 1 | -1/+1 |
* | avfilter: add displace video filter | Paul B Mahol | 2015-10-04 | 4 | -2/+400 |
* | avfilter/ebur128: use AV_OPT_TYPE_BOOL for video option | Clément Bœsch | 2015-10-04 | 1 | -1/+1 |
* | avfilter/ebur128: add dualmono measurement option | Kyle Swanson | 2015-10-04 | 1 | -0/+22 |
* | avfilter/vf_stereo3d: rewrite in preparation for SIMD | Paul B Mahol | 2015-10-03 | 1 | -16/+29 |
* | avfilter/vf_blend: Fix argument types, fix segfault in asm | Michael Niedermayer | 2015-10-03 | 3 | -17/+17 |
* | avfilter/vf_blend: add x86 SIMD for some modes | Paul B Mahol | 2015-10-03 | 5 | -71/+592 |
* | avfilter/vf_tinterlace: add mergex2 mode | Paul B Mahol | 2015-10-03 | 2 | -5/+13 |
* | Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8' | Hendrik Leppkes | 2015-10-03 | 1 | -1/+7 |
|\ |
|