summaryrefslogtreecommitdiffstats
path: root/libavdevice/alsa-audio-enc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-031-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-11/+9
|\ \ | |/
| * Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-241-11/+9
| * ALSA: implement channel layout for playback.Nicolas George2011-06-231-1/+9
| * 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
* | ALSA: implement get_output_timestamp.Nicolas George2011-07-011-0/+12
* | ALSA encoder: correctly set time_base.Nicolas George2011-07-011-0/+1
* | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini2011-05-271-1/+1
* | ALSA: implement channel layout for playback.Nicolas George2011-03-261-1/+9
* | 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
* 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
* Change codec_id type to enum CodecID, fix warning.Daniel Verkamp2009-05-061-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/+108
OpenPOWER on IntegriCloud