summaryrefslogtreecommitdiffstats
path: root/stream/ai_sndio.c
Commit message (Collapse)AuthorAgeFilesLines
* Kill all tabswm42014-04-131-5/+5
| | | | | | | | | | | I hate tabs. This replaces all tabs in all source files with spaces. The only exception is old-makefile. The replacement was made by running the GNU coreutils "expand" command on every file. Since the replacement was automatic, it's possible that some formatting was destroyed (but perhaps only if it was assuming that the end of a tab does not correspond to aligning the end to multiples of 8 spaces).
* demux: mp_msg conversionswm42013-12-211-2/+2
| | | | | | | The TV code pretends to be part of stream/, but it's actually demuxer code too. The audio_in code is shared between the TV code and stream_radio.c, so stream_radio.c needs a small hack until stream.c is converted.
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
|
* audio/out: add sndio supportChristian Neukirchen2013-10-031-0/+49
Based on an earlier patch for mplayer by Alexandre Ratchov <alex@caoua.org>