summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_sdl.c
Commit message (Expand)AuthorAgeFilesLines
* ao: convert all timing code to nanosecondsDudemanguy2023-10-161-1/+1
* various: drop unused #include "config.h"Thomas Weißschuh2023-02-201-1/+0
* audio: redo internal AO APIwm42020-06-011-2/+2
* options: change option macros and all option declarationswm42020-03-181-1/+1
* player: consider audio buffer if AO driver does not report underrunswm42020-02-131-1/+0
* audio/out/pull, ao_sdl: implement new underrun reportingwm42019-10-111-0/+1
* ao_sdl: fix default buffer sizewm42018-03-081-5/+6
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-251-1/+1
* options: deprecate suboptions for the remaining AO/VOswm42016-09-051-0/+1
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* 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