26 Commits (4b87a088bf5acad2a11e9f9c1dcec8f29bab3ec9)

Author SHA1 Message Date
Stefano Sabatini 6b899e16de lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h 14 years ago
Carl Eugen Hoyos f4bc923ec1 Allow to print wider unsupported channel layouts. 14 years ago
Carl Eugen Hoyos b8a4444266 AV_CH_LAYOUT_2_2 does not need channel reordering for alsa output. 14 years ago
Carl Eugen Hoyos 19de9d5646 Cosmetics: Fix indentation and move one line. 14 years ago
Carl Eugen Hoyos 460acdf059 Support alsa channel reordering for float. 14 years ago
Carl Eugen Hoyos e2049edb4e Add forgotten line to silence a warning for int32. 14 years ago
Carl Eugen Hoyos 47c0c8ca9d Also support alsa channel reordering for u16 and u32 formats. 14 years ago
Carl Eugen Hoyos 1171d45f6c Rename the s16 and s32 alsa reorder functions as int16 and int32. 14 years ago
Carl Eugen Hoyos 0ae2a0366f Support unsigned variants of already supported signed formats in alsa. 14 years ago
Carl Eugen Hoyos 075a55603f Support a-law and mu-law output in alsa. 14 years ago
Carl Eugen Hoyos ff2614ee4c Fix output of AV_CH_LAYOUT_5POINT0 via alsa by reordering channels. 14 years ago
Carl Eugen Hoyos 71306c5d21 Support CODEC_ID_PCM_F64* output via alsa (stereo only). 14 years ago
Carl Eugen Hoyos 5778466e92 Support CODEC_ID_PCM_S24* output via alsa (stereo only). 14 years ago
Carl Eugen Hoyos 2ed05f657f Add support for pcm_f32* to alsa. 14 years ago
Carl Eugen Hoyos 4d1d6f7a3c Support s32 output via alsa audio device. 14 years ago
Carl Eugen Hoyos efec2d7b35 Template alsa reordering functions. 14 years ago
Nicolas George 1e96d4c71e ALSA: fix a stupid bad use of av_freep. 14 years ago
Carl Eugen Hoyos 3efaa24f85 Also use alsa_reorder_s16_out_51() for AV_CH_LAYOUT_5POINT1. 14 years ago
Nicolas George 813dbb4442 ALSA: implement channel layout for playback. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 5ae092ee34 Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark 15 years ago
Matthieu Castet 419bddd366 Include alsa headers before the internal FFmpeg headers. 15 years ago
Carl Eugen Hoyos 899f38df62 Fix two icc warnings #188: enumerated type mixed with another type. 16 years ago
Luca Abeni 3cac2f1301 Fix AVFMT_FLAG_NONBLOCK in alsa 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Nicolas George 35fd81224a Add ALSA support in libavdevice. 16 years ago