| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' | Michael Niedermayer | 2012-10-11 | 1 | -5/+11 |
|\ |
|
| * | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -5/+11 |
* | | Merge commit 'b94e4acb4874843e914fd3cb8e089aff0756bb4a' | Michael Niedermayer | 2012-10-10 | 1 | -1/+3 |
|\| |
|
| * | af_amix: prevent memory leak on error path | Janne Grunau | 2012-10-09 | 1 | -1/+3 |
* | | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' | Michael Niedermayer | 2012-09-18 | 1 | -1/+1 |
|\| |
|
| * | lavfi: replace empty input/output lists with null pointers | Mans Rullgard | 2012-09-17 | 1 | -1/+1 |
* | | Merge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
|\| |
|
| * | avopt: Explicitly store float/double option defaults in .dbl | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -2/+2 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -2/+2 |
* | | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 1 | -3/+3 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -3/+3 |
* | | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -6/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Remove "Error parsing options string [...]" messages. | Clément Bœsch | 2012-08-09 | 1 | -3/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-09 | 1 | -9/+13 |
|\| |
|
| * | lavfi: add error handling to filter_samples(). | Anton Khirnov | 2012-07-09 | 1 | -9/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-07 | 1 | -4/+6 |
|\| |
|
| * | af_amix: avoid spurious EAGAIN. | Anton Khirnov | 2012-07-06 | 1 | -0/+2 |
| * | af_amix: return AVERROR(EAGAIN) when request_frame didn't produce output. | Anton Khirnov | 2012-07-06 | 1 | -2/+2 |
| * | af_amix: only consider negative return codes as errors. | Anton Khirnov | 2012-07-06 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-27 | 1 | -1/+1 |
|\| |
|
| * | amix: fix format specifier for AVFilterLink.sample_rate. | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -1/+1 |
|\| |
|
| * | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | | lavfi: define macro AVFILTER_DEFINE_CLASS | Stefano Sabatini | 2012-06-22 | 1 | -9/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-19 | 1 | -11/+19 |
|\| |
|
| * | af_amix: allow float planar sample format as input | Justin Ruggles | 2012-06-18 | 1 | -4/+15 |
| * | af_amix: use AVFloatDSPContext.vector_fmac_scalar() | Justin Ruggles | 2012-06-18 | 1 | -11/+8 |
* | | lavfi: use designated initializers for AVClass | Paul B Mahol | 2012-06-17 | 1 | -1/+2 |
|/ |
|
* | lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs | Anton Khirnov | 2012-06-13 | 1 | -3/+3 |
* | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -2/+2 |
* | lavfi: make avfilter_insert_pad and pals private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -1/+1 |
* | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -2/+2 |
* | lavfi: amix: check active input count before calling request_samples | Justin Ruggles | 2012-05-30 | 1 | -7/+12 |
* | lavfi: add audio mix filter | Justin Ruggles | 2012-05-23 | 1 | -0/+545 |