summaryrefslogtreecommitdiff
path: root/libavdevice/alsa-audio-common.c
Commit message (Expand)AuthorAge
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Make channel layout masks unsignedMans Rullgard2011-11-25
* alsa: add missing headerAnton Khirnov2011-09-21
* alsa: limit buffer_size to 32768 frames.Justin Ruggles2011-07-09
* alsa: fallback to buffer_size/4 for period_size.Justin Ruggles2011-07-09
* ALSA: implement channel layout for playback.Nicolas George2011-06-23
* alsa: support unsigned variants of already supported signed formats.Carl Eugen Hoyos2011-06-23
* alsa: add support for more formats.Carl Eugen Hoyos2011-06-23
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-13
* Include alsa headers before the internal FFmpeg headers.Matthieu Castet2009-11-29
* Fix two icc warnings #188: enumerated type mixed with another type.Carl Eugen Hoyos2009-04-14
* Fix AVFMT_FLAG_NONBLOCK in alsaLuca Abeni2009-03-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add ALSA support in libavdevice.Nicolas George2009-01-26