| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_volume: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-11-18 | 2 | -5/+9 |
* | avfilter/af_amix: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-11-18 | 1 | -3/+6 |
* | mpcodecs: Use _INLINE guards for inline asm. | Matthew Oliver | 2014-11-17 | 6 | -29/+29 |
* | avfilter/vf_tinterlace: remove unused variable | Michael Niedermayer | 2014-11-16 | 1 | -1/+1 |
* | avfilter/xbr: fix style in FILT4() calls | Clément Bœsch | 2014-11-15 | 1 | -4/+4 |
* | avfilter/xbr: clarify default "interpolated" pixels assignments | Clément Bœsch | 2014-11-15 | 1 | -6/+7 |
* | avfilter/xbr: refactor xbr[234]x into a single function | Clément Bœsch | 2014-11-15 | 1 | -143/+91 |
* | avfilter/xbr: add slice threading | Clément Bœsch | 2014-11-15 | 1 | -11/+40 |
* | avfilter/xbr: add video and filtering flags to options | Clément Bœsch | 2014-11-15 | 1 | -1/+2 |
* | avfilter/xbr: use function pointers for xbr[234]x | Clément Bœsch | 2014-11-15 | 1 | -6/+7 |
* | avfilter/xbr: remove FATE test entry from @todo | Clément Bœsch | 2014-11-15 | 1 | -1/+1 |
* | avfilter/xbr: consistent copyright header | Clément Bœsch | 2014-11-15 | 1 | -2/+1 |
* | avfilter/xbr: make xbr[234]x a bit more consistent | Clément Bœsch | 2014-11-15 | 1 | -13/+12 |
* | avfilter/xbr: misc style fixes | Clément Bœsch | 2014-11-15 | 1 | -26/+24 |
* | avfilter/xbr: simplify left/up conditions | Clément Bœsch | 2014-11-15 | 1 | -15/+15 |
* | avfilter/xbr: misc cleanup in FILT[234] macros | Clément Bœsch | 2014-11-15 | 1 | -116/+110 |
* | avfilter/xbr: refactor src/dst pointers definitions into a macro | Clément Bœsch | 2014-11-15 | 1 | -80/+25 |
* | avfilter/xbr: refactor the 21 pixels definition into a macro | Clément Bœsch | 2014-11-15 | 1 | -87/+34 |
* | avfilter/xbr: mark source pointers as const | Clément Bœsch | 2014-11-15 | 1 | -15/+15 |
* | avfilter/xbr: simplify width overread checks | Clément Bœsch | 2014-11-15 | 1 | -160/+39 |
* | avfilter/xbr: use different macro names for each dimension | Clément Bœsch | 2014-11-15 | 1 | -18/+15 |
* | avfilter/xbr: avoid unecessary macro redirections | Clément Bœsch | 2014-11-15 | 1 | -113/+56 |
* | avfilter/xbr: localize some filtering variables | Clément Bœsch | 2014-11-15 | 1 | -32/+30 |
* | avfilter/xbr: do not pass unchanging r2y to macros | Clément Bœsch | 2014-11-15 | 1 | -36/+38 |
* | lavfi/xbr: remove relicensing notice from copyright header | Stefano Sabatini | 2014-11-15 | 1 | -4/+0 |
* | lavfi : change xBR filter to LGPL | Arwa Arif | 2014-11-15 | 1 | -9/+13 |
* | avfilter/x86/vf_interlace: rewrite asm | Michael Niedermayer | 2014-11-15 | 1 | -27/+19 |
* | avfilter/tinterlace: add Support for ff_lowpass_line_avx() & ff_lowpass_line_... | Michael Niedermayer | 2014-11-15 | 4 | -0/+53 |
* | avfilter/tinterlace: Move lowpass_line to a separate function and call it thr... | Michael Niedermayer | 2014-11-15 | 2 | -15/+30 |
* | avfilter/tinterlace: split context definition into seperate header so it can ... | Michael Niedermayer | 2014-11-15 | 2 | -23/+57 |
* | avfilter/vf_tinterlace: fix linesize vs. width | Michael Niedermayer | 2014-11-15 | 1 | -1/+2 |
* | avfilter/vf_tinterlace: Fix output top field first flag for MODE_INTERLACEX2 | Michael Niedermayer | 2014-11-15 | 1 | -0/+1 |
* | Merge commit '2e1704059ae8625beda2ffde847ad22c5ba416dc' | Michael Niedermayer | 2014-11-15 | 5 | -28/+211 |
|\ |
|
| * | vf_interlace: Add SIMD for lowpass filter | Kieran Kunhya | 2014-11-15 | 5 | -29/+211 |
* | | avfilter/vf_lut: gammaval709() | Peter Ross | 2014-11-14 | 1 | -0/+17 |
* | | avfilter/vf_tinterlace: fix frame rate | Aleksey Vasenev | 2014-11-13 | 1 | -0/+2 |
* | | avfilter/vf_interlace: more accurate pts calculation | Aleksey Vasenev | 2014-11-13 | 1 | -2/+0 |
* | | lavfi/xbr: apply misc cosmetical fixes | Stefano Sabatini | 2014-11-10 | 1 | -18/+18 |
* | | avfilter/xbr: drop yet another x2 reference | Clément Bœsch | 2014-11-10 | 1 | -1/+1 |
* | | avfilter/xbr: fix filter description field | Clément Bœsch | 2014-11-10 | 1 | -1/+1 |
* | | avfilter/xbr: fix TODO entry | Clément Bœsch | 2014-11-10 | 1 | -1/+2 |
* | | avfilter/xbr: consistent use of @see | Clément Bœsch | 2014-11-10 | 1 | -2/+2 |
* | | avfilter/vf_xbr: Uppercase first letter of context type for consistency | Michael Niedermayer | 2014-11-10 | 1 | -6/+6 |
* | | lavfi: add xbr filter xBR | Arwa Arif | 2014-11-10 | 3 | -0/+760 |
* | | avfilter/avf_showwaves: fix off by one error in loop condition | Marton Balint | 2014-11-09 | 1 | -1/+1 |
* | | avfilter/af_aresample: remove unused variable | Michael Niedermayer | 2014-11-06 | 1 | -1/+0 |
* | | avfilter/vf_idet: add a repeated field detection | Kevin Mitchell | 2014-11-05 | 3 | -3/+50 |
* | | avfilter/af_aresample: Limit data per inserted packet | Michael Niedermayer | 2014-11-04 | 1 | -1/+16 |
* | | avfilter/af_aresample: split flushing code out | Michael Niedermayer | 2014-11-04 | 1 | -19/+33 |
* | | avfilter/vf_idet: use exp2() | Michael Niedermayer | 2014-11-03 | 1 | -1/+1 |