| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: add asendcmd and sendcmd filters | Stefano Sabatini | 2012-09-23 | 4 | -2/+583 |
* | lavfi/hue: simplify/fix setting logic in set_options() | Stefano Sabatini | 2012-09-23 | 1 | -18/+9 |
* | lavfi/buffersink: fix check on pixel_fmts in the opaque parameter | Andrew Wason | 2012-09-22 | 1 | -1/+1 |
* | hqdn3d: Fix out of array read in LOWPASS | Loren Merritt | 2012-09-22 | 2 | -5/+4 |
* | lavfi/hue: set to NULL freed pointers | Stefano Sabatini | 2012-09-21 | 1 | -1/+2 |
* | lavfi/hue: fix crash when resetting the saturation expression | Stefano Sabatini | 2012-09-21 | 1 | -0/+1 |
* | vsrc_testsrc: Fix case without a specified duration | Michael Niedermayer | 2012-09-21 | 1 | -0/+1 |
* | lavfi/select: make lavc dependency optional. | Clément Bœsch | 2012-09-20 | 2 | -4/+15 |
* | lavfi/testsrc: increase precision of the duration parameter | Stefano Sabatini | 2012-09-20 | 2 | -12/+12 |
* | libavfilter/filtfmts: fix argv/argc checks | Michael Niedermayer | 2012-09-19 | 1 | -2/+2 |
* | bavfilter/filtfmts: fix type for channel layouts | Michael Niedermayer | 2012-09-19 | 1 | -3/+4 |
* | lavfi/select: make sure avctx is set before closing it. | Clément Bœsch | 2012-09-18 | 1 | -2/+4 |
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' | Michael Niedermayer | 2012-09-18 | 15 | -19/+22 |
|\ |
|
| * | avfiltergraph: silence an uninitialized variable warning | Anton Khirnov | 2012-09-17 | 1 | -1/+2 |
| * | buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame() | Anton Khirnov | 2012-09-17 | 2 | -2/+2 |
| * | lavfi: replace empty input/output lists with null pointers | Mans Rullgard | 2012-09-17 | 15 | -18/+21 |
* | | lavfi/ass: mark ass_libavfilter_log_level_map as static const. | Clément Bœsch | 2012-09-16 | 1 | -1/+1 |
* | | af_pan: Fix sscanf formats to work with buggy sscanf implementations | Hendrik Leppkes | 2012-09-15 | 1 | -4/+5 |
* | | lavfi/hue: add dynamic expression evaluation support | Jérémy Tran | 2012-09-15 | 2 | -51/+196 |
* | | lavfi/avcodec: apply cosmetics style fixes | Stefano Sabatini | 2012-09-14 | 1 | -3/+3 |
* | | lavfi: check that buffer and link properties match. | Nicolas George | 2012-09-13 | 2 | -0/+8 |
* | | lavfi: set sample_rate in the default allocator. | Nicolas George | 2012-09-13 | 1 | -0/+2 |
* | | lavfi/aresample: set buffer properties after copy. | Nicolas George | 2012-09-13 | 1 | -1/+3 |
* | | lavfi/amerge: clarify the error message in case of input overlap | Stefano Sabatini | 2012-09-11 | 1 | -1/+2 |
* | | lavfi/amerge: avoid a forward declaration. | Clément Bœsch | 2012-09-11 | 1 | -2/+2 |
* | | lavfi/amerge: fix input pad name behaviour. | Clément Bœsch | 2012-09-11 | 1 | -3/+7 |
* | | lavfi/setpts: set SAMPLE_RATE to NAN when input is no audio | Stefano Sabatini | 2012-09-10 | 2 | -3/+3 |
* | | lavfi/setpts: add FRAME_RATE constant | Stefano Sabatini | 2012-09-10 | 2 | -3/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-10 | 1 | -27/+38 |
|\| |
|
| * | yadif: cosmetics | Luca Barbato | 2012-09-09 | 1 | -31/+45 |
* | | lavfi: drop deprecated and pointless avfilter_default_end_frame() function | Stefano Sabatini | 2012-09-09 | 4 | -12/+2 |
* | | vf_idet: Remove emms | Derek Buitenhuis | 2012-09-07 | 1 | -3/+0 |
* | | vf_colormatrix: Drop unused strings.h header | Derek Buitenhuis | 2012-09-07 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-07 | 1 | -2/+7 |
|\| |
|
| * | af_asyncts: check return value from lavr when flushing. | Anton Khirnov | 2012-09-07 | 1 | -2/+7 |
* | | lavfi: add qp_table_size | Michael Niedermayer | 2012-09-07 | 3 | -1/+3 |
* | | lavfi: 10l fix () placement | Michael Niedermayer | 2012-09-07 | 1 | -1/+1 |
* | | lavfi: factor copy_video_props() out | Michael Niedermayer | 2012-09-07 | 1 | -12/+11 |
* | | libavfilter: pass QP table through the filter chain | Michael Niedermayer | 2012-09-07 | 5 | -3/+37 |
* | | lavfi/mp: drop rotate wrapper | Stefano Sabatini | 2012-09-06 | 4 | -156/+1 |
* | | lavfi/tinterlace: declare source buffers in copy_picture_field() as const | Stefano Sabatini | 2012-09-06 | 1 | -10/+10 |
* | | lavfi/tinterlace: set inlink->cur to NULL, since it is stored internally | Stefano Sabatini | 2012-09-06 | 1 | -0/+1 |
* | | vf_hue: fix AVOption defaults | Michael Niedermayer | 2012-09-05 | 1 | -3/+3 |
* | | vf_scale: fix incompatible pointer type warning | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
* | | Merge commit '21bc44038491e525335ad763883b0288402ff6a0' | Michael Niedermayer | 2012-09-05 | 1 | -4/+4 |
|\| |
|
| * | avopt: Explicitly store rational option defaults in .dbl | Martin Storsjö | 2012-09-04 | 2 | -2/+2 |
* | | Merge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a' | Michael Niedermayer | 2012-09-05 | 2 | -2/+2 |
|\| |
|
| * | avopt: Explicitly store float/double option defaults in .dbl | Martin Storsjö | 2012-09-04 | 2 | -2/+2 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 22 | -65/+65 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 7 | -21/+21 |