summaryrefslogtreecommitdiff
path: root/libavdevice/alsa-audio-enc.c
Commit message (Expand)AuthorAge
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-24
* ALSA: implement channel layout for playback.Nicolas George2011-06-23
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Include alsa headers before the internal FFmpeg headers.Matthieu Castet2009-11-29
* consistency with other files: av_cold static ---> static av_coldIvo van Poorten2009-11-29
* Change codec_id type to enum CodecID, fix warning.Daniel Verkamp2009-05-06
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add ALSA support in libavdevice.Nicolas George2009-01-26