Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h | Stefano Sabatini | 2011-05-27 | 1 | -1/+1 |
| | |||||
* | sndio: allow any endianness when recording | Reimar Döffinger | 2011-03-29 | 1 | -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 header | Stefano Sabatini | 2011-03-28 | 1 | -4/+4 |
| | |||||
* | sndio support for playback and record | Brad | 2011-03-27 | 1 | -0/+120 |
Signed-off-by: Anton Khirnov <[email protected]> |