aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/ai_sndio.c
Commit message (Collapse)AuthorAge
* demux: mp_msg conversionsGravatar wm42013-12-21
| | | | | | | 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/Gravatar wm42013-12-17
|
* audio/out: add sndio supportGravatar Christian Neukirchen2013-10-03
Based on an earlier patch for mplayer by Alexandre Ratchov <alex@caoua.org>