Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -4/+4 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -14/+14 |
| | |||||
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
| | |||||
* | misc Doxygen markup improvements | Diego Biurrun | 2011-12-05 | 1 | -1/+0 |
| | |||||
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
| | | | | It's supposed to be called only from (de)muxers. | ||||
* | pulse: compute frame_duration once and fix it | Luca Barbato | 2011-11-14 | 1 | -3/+4 |
| | | | | | | | | The frame duration was calculated without taking in account the bytes per sample. Thanks to Lorenzo Pistone <blaffablaffa@gmail.com> for pointing the issue and providing an initial fix. | ||||
* | pulse: introduce pulseaudio input | Luca Barbato | 2011-10-26 | 1 | -0/+190 |
It currently use the simple api and is using the latency information provided only to offset the stream start. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> |