aboutsummaryrefslogtreecommitdiffstats
path: root/libavdevice/alsa-audio-common.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: fix a stupid bad use of av_freep.Nicolas George2011-03-311-1/+1
* Also use alsa_reorder_s16_out_51() for AV_CH_LAYOUT_5POINT1.Carl Eugen Hoyos2011-03-301-1/+1
* ALSA: implement channel layout for playback.Nicolas George2011-03-261-0/+90
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-131-3/+3
* Include alsa headers before the internal FFmpeg headers.Matthieu Castet2009-11-291-1/+1
* Fix two icc warnings #188: enumerated type mixed with another type.Carl Eugen Hoyos2009-04-141-2/+2
* Fix AVFMT_FLAG_NONBLOCK in alsaLuca Abeni2009-03-071-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/+186