summaryrefslogtreecommitdiffstats
path: root/libavdevice/sndio_dec.c
Commit message (Collapse)AuthorAgeFilesLines
* sndio_dec: Add missing includes for av_gettime()Martin Storsjö2013-03-241-0/+1
| | | | | | | This is necessary after the old av_gettime in libavformat was dropped. Signed-off-by: Martin Storsjö <martin@martin.st>
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-2/+2
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
|
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
| | | | It's supposed to be called only from (de)muxers.
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
| | | | | Trivial replacements with sed are done in this commit: sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/'
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-2/+2
|
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-7/+0
| | | | | | AVFormatParameters are converted into corresponding private options in av_open_input_file/stream() compat wrappers, so accessing them from demuxers is redundant.
* lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov2011-05-251-0/+2
|
* sndio: add channels and sample_rate private options.Anton Khirnov2011-05-251-5/+19
|
* sndio support for playback and recordBrad2011-03-271-0/+108
Signed-off-by: Anton Khirnov <anton@khirnov.net>
OpenPOWER on IntegriCloud