summaryrefslogtreecommitdiff
path: root/libavdevice/pulse.c
Commit message (Collapse)AuthorAgeFilesLines
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-4/+4
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-14/+14
|
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
|
* misc Doxygen markup improvementsDiego Biurrun2011-12-051-1/+0
|
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
| | | | It's supposed to be called only from (de)muxers.
* pulse: compute frame_duration once and fix itLuca Barbato2011-11-141-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 inputLuca Barbato2011-10-261-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>