summaryrefslogtreecommitdiff
path: root/libavdevice/alsa-audio-common.c
Commit message (Expand)AuthorAge
* lavd/alsa: simplify reordering functions definition.Nicolas George2013-02-02
* Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
|\
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-26
|\|
| * Make channel layout masks unsignedMans Rullgard2011-11-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-21
|\|
| * alsa: add missing headerAnton Khirnov2011-09-21
* | Fix compilation with --disable-everything --enable-outdev=alsa.Carl Eugen Hoyos2011-09-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-10
|\|
| * 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 demuxer: use av_gettime and a timefilter.Nicolas George2011-07-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-24
|\|
| * 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
* | Support u8, s8, alaw and mulaw channel reordering in alsa.Anton Khirnov2011-06-23
* | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini2011-05-27
* | Allow to print wider unsupported channel layouts.Carl Eugen Hoyos2011-04-15
* | AV_CH_LAYOUT_2_2 does not need channel reordering for alsa output.Carl Eugen Hoyos2011-04-14
* | Cosmetics: Fix indentation and move one line.Carl Eugen Hoyos2011-04-14
* | Support alsa channel reordering for float.Carl Eugen Hoyos2011-04-14
* | Add forgotten line to silence a warning for int32.Carl Eugen Hoyos2011-04-14
* | Also support alsa channel reordering for u16 and u32 formats.Carl Eugen Hoyos2011-04-14
* | Rename the s16 and s32 alsa reorder functions as int16 and int32.Carl Eugen Hoyos2011-04-14
* | Support unsigned variants of already supported signed formats in alsa.Carl Eugen Hoyos2011-04-14
* | Support a-law and mu-law output in alsa.Carl Eugen Hoyos2011-04-14
* | Fix output of AV_CH_LAYOUT_5POINT0 via alsa by reordering channels.Carl Eugen Hoyos2011-04-12
* | Support CODEC_ID_PCM_F64* output via alsa (stereo only).Carl Eugen Hoyos2011-04-12
* | Support CODEC_ID_PCM_S24* output via alsa (stereo only).Carl Eugen Hoyos2011-04-12
* | Add support for pcm_f32* to alsa.Carl Eugen Hoyos2011-04-05
* | Support s32 output via alsa audio device.Carl Eugen Hoyos2011-04-05
* | Template alsa reordering functions.Carl Eugen Hoyos2011-04-05
* | ALSA: fix a stupid bad use of av_freep.Nicolas George2011-03-31
* | Also use alsa_reorder_s16_out_51() for AV_CH_LAYOUT_5POINT1.Carl Eugen Hoyos2011-03-30
* | ALSA: implement channel layout for playback.Nicolas George2011-03-26
|/
* 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