summaryrefslogtreecommitdiffstats
path: root/libavdevice/sndio_common.c
Commit message (Collapse)AuthorAgeFilesLines
* lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini2011-05-271-1/+1
|
* sndio: allow any endianness when recordingReimar Döffinger2011-03-291-1/+1
| | | | | | | | Since the code already supports both little- and big-endian audio for recording, do not fail just because the endianness is not what we expect. It is possible that 8-bit recording would not have worked at all on some systems without that change.
* sndio: prefer "FFmpeg" over "Libav" in the license headerStefano Sabatini2011-03-281-4/+4
|
* sndio support for playback and recordBrad2011-03-271-0/+120
Signed-off-by: Anton Khirnov <[email protected]>