| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-26 | 1 | -2/+2 |
|\ |
|
| * | Make channel layout masks unsigned | Mans Rullgard | 2011-11-25 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-21 | 1 | -0/+1 |
|\| |
|
| * | alsa: add missing header | Anton Khirnov | 2011-09-21 | 1 | -0/+1 |
* | | Fix compilation with --disable-everything --enable-outdev=alsa. | Carl Eugen Hoyos | 2011-09-18 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-10 | 1 | -0/+3 |
|\| |
|
| * | alsa: limit buffer_size to 32768 frames. | Justin Ruggles | 2011-07-09 | 1 | -0/+1 |
| * | alsa: fallback to buffer_size/4 for period_size. | Justin Ruggles | 2011-07-09 | 1 | -0/+2 |
* | | ALSA demuxer: use av_gettime and a timefilter. | Nicolas George | 2011-07-02 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-24 | 1 | -64/+61 |
|\| |
|
| * | ALSA: implement channel layout for playback. | Nicolas George | 2011-06-23 | 1 | -0/+155 |
| * | alsa: support unsigned variants of already supported signed formats. | Carl Eugen Hoyos | 2011-06-23 | 1 | -0/+7 |
| * | alsa: add support for more formats. | Carl Eugen Hoyos | 2011-06-23 | 1 | -0/+10 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Support u8, s8, alaw and mulaw channel reordering in alsa. | Anton Khirnov | 2011-06-23 | 1 | -0/+14 |
* | | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h | Stefano Sabatini | 2011-05-27 | 1 | -1/+1 |
* | | Allow to print wider unsupported channel layouts. | Carl Eugen Hoyos | 2011-04-15 | 1 | -1/+1 |
* | | AV_CH_LAYOUT_2_2 does not need channel reordering for alsa output. | Carl Eugen Hoyos | 2011-04-14 | 1 | -3/+6 |
* | | Cosmetics: Fix indentation and move one line. | Carl Eugen Hoyos | 2011-04-14 | 1 | -2/+2 |
* | | Support alsa channel reordering for float. | Carl Eugen Hoyos | 2011-04-14 | 1 | -0/+12 |
* | | Add forgotten line to silence a warning for int32. | Carl Eugen Hoyos | 2011-04-14 | 1 | -0/+1 |
* | | Also support alsa channel reordering for u16 and u32 formats. | Carl Eugen Hoyos | 2011-04-14 | 1 | -0/+2 |
* | | Rename the s16 and s32 alsa reorder functions as int16 and int32. | Carl Eugen Hoyos | 2011-04-14 | 1 | -12/+12 |
* | | Support unsigned variants of already supported signed formats in alsa. | Carl Eugen Hoyos | 2011-04-14 | 1 | -0/+7 |
* | | Support a-law and mu-law output in alsa. | Carl Eugen Hoyos | 2011-04-14 | 1 | -0/+2 |
* | | Fix output of AV_CH_LAYOUT_5POINT0 via alsa by reordering channels. | Carl Eugen Hoyos | 2011-04-12 | 1 | -0/+23 |
* | | Support CODEC_ID_PCM_F64* output via alsa (stereo only). | Carl Eugen Hoyos | 2011-04-12 | 1 | -0/+2 |
* | | Support CODEC_ID_PCM_S24* output via alsa (stereo only). | Carl Eugen Hoyos | 2011-04-12 | 1 | -0/+2 |
* | | Add support for pcm_f32* to alsa. | Carl Eugen Hoyos | 2011-04-05 | 1 | -0/+2 |
* | | Support s32 output via alsa audio device. | Carl Eugen Hoyos | 2011-04-05 | 1 | -0/+10 |
* | | Template alsa reordering functions. | Carl Eugen Hoyos | 2011-04-05 | 1 | -32/+37 |
* | | ALSA: fix a stupid bad use of av_freep. | Nicolas George | 2011-03-31 | 1 | -1/+1 |
* | | Also use alsa_reorder_s16_out_51() for AV_CH_LAYOUT_5POINT1. | Carl Eugen Hoyos | 2011-03-30 | 1 | -1/+1 |
* | | ALSA: implement channel layout for playback. | Nicolas George | 2011-03-26 | 1 | -0/+90 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark | Stefano Sabatini | 2010-03-13 | 1 | -3/+3 |
* | Include alsa headers before the internal FFmpeg headers. | Matthieu Castet | 2009-11-29 | 1 | -1/+1 |
* | Fix two icc warnings #188: enumerated type mixed with another type. | Carl Eugen Hoyos | 2009-04-14 | 1 | -2/+2 |
* | Fix AVFMT_FLAG_NONBLOCK in alsa | Luca Abeni | 2009-03-07 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add ALSA support in libavdevice. | Nicolas George | 2009-01-26 | 1 | -0/+186 |