| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/deshake_opencl: optimze transform filter | Lenny Wang | 2013-12-19 | 4 | -163/+188 |
* | Merge commit '6d3ea1957f681b3bf9c752e6d21a501cc8d4180d' | Michael Niedermayer | 2013-12-16 | 1 | -15/+15 |
|\ |
|
| * | Bump major of libavfilter for reference counted buffer API changes. | Reinhard Tartler | 2013-12-14 | 1 | -11/+11 |
* | | lavfi/buffersrc: set min and max values for pix_fmt option | Stefano Sabatini | 2013-12-16 | 1 | -1/+1 |
* | | avfilter/vf_pullup: fix memleak on error | Michael Niedermayer | 2013-12-13 | 1 | -2/+6 |
* | | avfilter/vf_pullup: Factor free_field_queue() out | Michael Niedermayer | 2013-12-13 | 1 | -13/+17 |
* | | avfilter/aeval: Fix use of uninitialized variable | Michael Niedermayer | 2013-12-11 | 1 | -1/+1 |
* | | configure: Special case libfreetype test | Alexander Strasser | 2013-12-08 | 1 | -1/+0 |
* | | avfilter/vf_mergeplanes: specify pixel format min/max | Michael Niedermayer | 2013-12-08 | 1 | -1/+1 |
* | | do O(1) instead of O(n) atomic operations in register functions | Michael Niedermayer | 2013-12-06 | 1 | -1/+1 |
* | | lavfi: rename asrc_aevalsrc.c to aeval.c | Stefano Sabatini | 2013-12-06 | 2 | -2/+2 |
* | | lavfi: add aeval filter | Stefano Sabatini | 2013-12-06 | 4 | -34/+247 |
* | | lavfi/aevalsrc: duplicate last expression for the missing channels | Stefano Sabatini | 2013-12-06 | 2 | -12/+24 |
* | | Add Windows resource file support for shared libraries | James Almer | 2013-12-05 | 2 | -0/+58 |
* | | avfilter/vf_pad: fix req_end | Michael Niedermayer | 2013-12-03 | 1 | -1/+1 |
* | | lavfi/volume: support all channel counts | Stefano Sabatini | 2013-12-02 | 1 | -2/+2 |
* | | Revert "vf_yadif: move x86 init code to x86/yadif.c" | Michael Niedermayer | 2013-12-01 | 4 | -132/+97 |
* | | Revert "yadif: add parens around macro parameters" | Michael Niedermayer | 2013-12-01 | 1 | -4/+4 |
* | | avfilter/yadif: Revert "lavfi: convert input/ouput list compound literals to ... | Michael Niedermayer | 2013-12-01 | 1 | -21/+14 |
* | | lavfi/Makefile: Don't compile lavfutils.c and lswsutils.c if they are not needed | James Almer | 2013-11-30 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 4 | -0/+5 |
|\| |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 4 | -0/+5 |
* | | lavfi/aevalsrc: initialize pointer to expression to NULL | Stefano Sabatini | 2013-11-21 | 1 | -0/+1 |
* | | avfilter/showspectrum: use 0 dummies for range in const. | Clément Bœsch | 2013-11-20 | 1 | -3/+3 |
* | | avfilter/showspectrum: reindent const options. | Clément Bœsch | 2013-11-20 | 1 | -10/+10 |
* | | avfilter/showspectrum: add blackman window. | Clément Bœsch | 2013-11-20 | 1 | -1/+7 |
* | | avfilter/showspectrum: add win_func option. | Clément Bœsch | 2013-11-20 | 1 | -4/+23 |
* | | avfilter/vf_tinterlace: check clone return value | Michael Niedermayer | 2013-11-19 | 1 | -0/+2 |
* | | Merge commit '3a16ec19d2426457419cb8a7304f97982699efda' | Michael Niedermayer | 2013-11-19 | 1 | -0/+2 |
|\| |
|
| * | vf_interlace: check one av_frame_clone allocation | Vittorio Giovara | 2013-11-19 | 1 | -0/+2 |
* | | avfilter/vf_mp: fix missing FF_API_XVMC check | Vallimar | 2013-11-18 | 1 | -0/+3 |
* | | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' | Michael Niedermayer | 2013-11-16 | 2 | -3/+3 |
|\| |
|
* | | af_aresample: Fix timestamp of first padded PCM audio packet | Alex Sukhanov | 2013-11-15 | 1 | -8/+7 |
* | | lavfi: add elbg filter | Stefano Sabatini | 2013-11-13 | 4 | -2/+217 |
* | | avfilter/fade: use FADE_OUT macro. | Clément Bœsch | 2013-11-10 | 1 | -1/+1 |
* | | avfilter/fade: remove a bunch of useless parenthesis. | Clément Bœsch | 2013-11-10 | 1 | -8/+8 |
* | | avfilter/fade: use inlink->frame_count. | Clément Bœsch | 2013-11-10 | 1 | -7/+4 |
* | | avfilter/fade: add color option. | Clément Bœsch | 2013-11-10 | 1 | -2/+62 |
* | | avfilter/graphparser: zero filter_ctx in case of deallocation in create_filter() | Michael Niedermayer | 2013-11-07 | 1 | -0/+1 |
* | | Merge commit 'cffecc0e7ebd642afaa1fb9f56fab1fcc283293c' | Michael Niedermayer | 2013-11-07 | 1 | -0/+1 |
|\| |
|
| * | avfilter/graphparser: Directly free filter memory if initialization fails | Diego Biurrun | 2013-11-06 | 1 | -0/+1 |
* | | avfilter/unsharp: added optimized opencl kernels | Lenny Wang | 2013-11-07 | 3 | -46/+293 |
* | | avfilter/af_aecho: free input frame after it is being used | Paul B Mahol | 2013-11-07 | 1 | -1/+2 |
* | | avfilter/af_aresample: Calculate output buffer size more precisely. | Michael Niedermayer | 2013-11-06 | 1 | -2/+9 |
* | | avfilter/opencl: compile kernels separately | Lenny Wang | 2013-11-05 | 5 | -24/+51 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-05 | 1 | -0/+3 |
|\| |
|
| * | avfilter/buffer: Suppress deprecation warning for avfilter_unref_buffer | Diego Biurrun | 2013-11-04 | 1 | -0/+3 |
| * | filtfmts-test: Fix use of deprecated API | Diego Biurrun | 2013-11-04 | 1 | -4/+4 |
| * | vf_fieldorder: remove superfluous get_video_buffer | Vittorio Giovara | 2013-11-04 | 1 | -9/+0 |
| * | vf_scale: make the dar variable return the DAR. | Rudolf Polzer | 2013-11-02 | 2 | -2/+3 |