summaryrefslogtreecommitdiffstats
path: root/libavdevice/sndio_dec.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-4/+4
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* avdevice: Apply a more consistent file naming schemeDiego Biurrun2015-04-091-1/+1
* avdevice: Add missing header for NULL_IF_CONFIG_SMALLDiego Biurrun2015-04-091-2/+4
* sndio_dec: Add missing includes for av_gettime()Martin Storsjö2013-03-241-0/+1
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-2/+2
* 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
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* 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
* 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
OpenPOWER on IntegriCloud