| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | af_asyncts: fix offset calculation | Anton Khirnov | 2013-05-10 | 1 | -4/+9 |
* | avfilter: Add av_cold attributes to init/uninit functions | Diego Biurrun | 2013-05-04 | 1 | -2/+3 |
* | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | af_asyncts: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -10/+1 |
* | af_asyncts: fix compensation and PTS monotonicity | Jindřich Makovička | 2013-03-22 | 1 | -6/+25 |
* | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -12/+10 |
* | asyncts: ignore min_delta only if first_pts is set | Justin Ruggles | 2012-12-13 | 1 | -1/+2 |
* | asyncts: merge two conditions | Justin Ruggles | 2012-12-13 | 1 | -7/+2 |
* | asyncts: cosmetics: reindent | Justin Ruggles | 2012-12-13 | 1 | -12/+12 |
* | asyncts: fix the asyncts behavior when using the first_pts option | Justin Ruggles | 2012-12-13 | 1 | -9/+55 |
* | 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: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -9/+21 |
* | lavr: change the type of the data buffers to uint8_t**. | Anton Khirnov | 2012-10-05 | 1 | -4/+4 |
* | af_asyncts: check return value from lavr when flushing. | Anton Khirnov | 2012-09-07 | 1 | -2/+7 |
* | avopt: Explicitly store float/double option defaults in .dbl | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -2/+2 |
* | AVOptions: store defaults for INT64 options in int64 union member. | Anton Khirnov | 2012-08-24 | 1 | -1/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | 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 |