summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_sdl.c
Commit message (Expand)AuthorAgeFilesLines
* audio: remove S8, U16, U24, U32 formatswm42015-06-161-2/+0
* Update license headersMarcin Kurczewski2015-04-131-4/+3
* Add some missing "const"swm42014-10-101-1/+1
* audio: drop swapped-endian audio formatswm42014-09-231-44/+32
* audio/out/pull: remove race conditionswm42014-05-291-2/+2
* ao_sdl: make sure our buffer is always larger than what SDL requestswm42014-03-101-0/+6
* ao_sdl: use new pull API helperswm42014-03-091-165/+15
* audio/out: make draining a separate operationwm42014-03-091-8/+8
* audio/out: make ao struct opaquewm42014-03-091-0/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* audio/out: prepare for non-interleaved audiowm42013-11-121-4/+5
* audio/out: reject non-interleaved formatswm42013-11-121-0/+2
* audio/out: remove useless info struct and redundant fieldswm42013-10-231-6/+2
* audio/out: do some mp_msg conversionswm42013-08-221-16/+14
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-2/+2
* audio/out: remove options argument from init()wm42013-07-221-1/+1
* ao_sdl: use new option APIwm42013-07-211-29/+19
* audio/out: remove ao->outburst/buffersize fieldswm42013-06-161-3/+1
* audio/out: don't require AOs to set ao->bpswm42013-06-161-22/+20
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-261-10/+10
* audio/out: channel map selectionwm42013-05-121-2/+12
* ao: remove ao_driver.is_new fieldwm42013-05-121-1/+0
* audio/out: switch to channel mapwm42013-05-121-3/+4
* ao_sdl: fix compilation with Libavwm42013-01-061-0/+1
* sdl, encode_lavc: fix copyright headersRudolf Polzer2012-12-281-2/+2
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverRudolf Polzer2012-12-281-0/+379