summaryrefslogtreecommitdiffstats
path: root/libavdevice/alsa-audio-dec.c
Commit message (Expand)AuthorAgeFilesLines
* lavd/alsa: implement get_device_list callbacksLukasz Marek2014-11-011-0/+6
* lavd: add categories to device implementationsLukasz Marek2014-03-031-0/+1
* avformat/avdevice: add missing time.h includesMichael Niedermayer2013-03-121-0/+1
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-2/+2
|\
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-2/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | alsa: fix timefilter usage.Nicolas George2012-03-051-1/+2
* | timefilter: internally compute feedback factors.Nicolas George2012-03-051-3/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-2/+1
|\ \ | |/
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-1/+2
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\ \ | |/
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-2/+2
|\ \ | |/
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-9/+8
|\ \ | |/
| * Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-241-9/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-151-8/+0
|\ \ | |/
| * lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-8/+0
* | alsa: remove too unused variables.Clément Bœsch2011-08-101-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
* | ALSA demuxer: use av_gettime and a timefilter.Nicolas George2011-07-021-31/+13
* | ALSA: fix use of period_size.Nicolas George2011-07-011-2/+2
* | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini2011-05-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-261-15/+24
|\ \ | |/
| * lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov2011-05-251-0/+2
| * ALSA: add channels and sample_rate private options.Anton Khirnov2011-05-251-15/+22
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon2010-01-281-1/+1
* Include alsa headers before the internal FFmpeg headers.Matthieu Castet2009-11-291-1/+1
* consistency with other files: av_cold static ---> static av_coldIvo van Poorten2009-11-291-1/+1
* Fix icc warning #188: enumerated type mixed with another type.Carl Eugen Hoyos2009-04-141-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add ALSA support in libavdevice.Nicolas George2009-01-261-0/+175
OpenPOWER on IntegriCloud