| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '20a8ee3061e6d777600c13db731bee3c25878991' | Michael Niedermayer | 2013-03-23 | 1 | -6/+25 |
|\ |
|
| * | af_asyncts: fix compensation and PTS monotonicity | Jindřich Makovička | 2013-03-22 | 1 | -6/+25 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -12/+10 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -12/+10 |
* | | Merge commit '07acdd651d1e2f4cfa5f610e616e70e323bb69cd' | Michael Niedermayer | 2012-12-14 | 1 | -1/+2 |
|\| |
|
| * | asyncts: ignore min_delta only if first_pts is set | Justin Ruggles | 2012-12-13 | 1 | -1/+2 |
* | | Merge commit 'c0dc57f1264dad1e121772d03abdb9e14ed8857f' | Michael Niedermayer | 2012-12-14 | 1 | -7/+2 |
|\| |
|
| * | asyncts: merge two conditions | Justin Ruggles | 2012-12-13 | 1 | -7/+2 |
* | | Merge commit '072be3e8969f24113d599444be4d6a0ed04a6602' | Michael Niedermayer | 2012-12-14 | 1 | -12/+12 |
|\| |
|
| * | asyncts: cosmetics: reindent | Justin Ruggles | 2012-12-13 | 1 | -12/+12 |
* | | Merge commit 'b35e5d985dd12acf9a0aaa52334134edcf35d68e' | Michael Niedermayer | 2012-12-14 | 1 | -9/+55 |
|\| |
|
| * | asyncts: fix the asyncts behavior when using the first_pts option | Justin Ruggles | 2012-12-13 | 1 | -9/+55 |
* | | Merge commit '8083332c2de9ee189f96844ff4c2d9be1844116f' | Michael Niedermayer | 2012-12-14 | 1 | -8/+8 |
|\| |
|
| * | asyncts: use clipped delta value when setting resample compensation | Justin Ruggles | 2012-12-13 | 1 | -1/+1 |
| * | asyncts: fix flushing of final samples at EOF | Justin Ruggles | 2012-12-13 | 1 | -7/+7 |
| * | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -5/+5 |
* | | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -5/+5 |
* | | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' | Michael Niedermayer | 2012-10-11 | 1 | -9/+21 |
|\| |
|
| * | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -9/+21 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 1 | -4/+4 |
|\| |
|
| * | lavr: change the type of the data buffers to uint8_t**. | Anton Khirnov | 2012-10-05 | 1 | -4/+4 |
* | | 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 |
* | | 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 remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-24 | 1 | -1/+1 |
|\| |
|
| * | AVOptions: store defaults for INT64 options in int64 union member. | Anton Khirnov | 2012-08-24 | 1 | -1/+1 |
* | | lavfi/asyncts: Fix compilation with GCC 4.7 | Thomas Weber | 2012-08-21 | 1 | -1/+1 |
* | | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -4/+6 |
* | | 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-30 | 1 | -3/+2 |
|\| |
|
| * | af_asyncts: avoid overflow in out_size with large delta values | Justin Ruggles | 2012-07-29 | 1 | -1/+1 |
| * | af_asyncts: add first_pts option | Justin Ruggles | 2012-07-29 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-09 | 1 | -17/+31 |
|\| |
|
| * | lavfi: add error handling to filter_samples(). | Anton Khirnov | 2012-07-09 | 1 | -16/+22 |
| * | af_asyncts: fix request_frame() behavior. | Anton Khirnov | 2012-07-09 | 1 | -1/+9 |
* | | 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/+3 |
* | | lavfi: use designated initializers for AVClass | Paul B Mahol | 2012-06-17 | 1 | -1/+2 |
|/ |
|
* | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -1/+2 |
* | asyncts: reset delta to 0 when it's not used. | Anton Khirnov | 2012-05-22 | 1 | -4/+7 |
* | lavfi: add asyncts filter. | Anton Khirnov | 2012-05-14 | 1 | -0/+237 |