aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_sdl.c
Commit message (Expand)AuthorAge
* ao_sdl: fix default buffer sizeGravatar wm42018-03-08
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* options: deprecate suboptions for the remaining AO/VOsGravatar wm42016-09-05
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* audio: remove S8, U16, U24, U32 formatsGravatar wm42015-06-16
* Update license headersGravatar Marcin Kurczewski2015-04-13
* Add some missing "const"sGravatar wm42014-10-10
* audio: drop swapped-endian audio formatsGravatar wm42014-09-23
* audio/out/pull: remove race conditionsGravatar wm42014-05-29
* ao_sdl: make sure our buffer is always larger than what SDL requestsGravatar wm42014-03-10
* ao_sdl: use new pull API helpersGravatar wm42014-03-09
* audio/out: make draining a separate operationGravatar wm42014-03-09
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* audio/out: prepare for non-interleaved audioGravatar wm42013-11-12
* audio/out: reject non-interleaved formatsGravatar wm42013-11-12
* audio/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* audio/out: do some mp_msg conversionsGravatar wm42013-08-22
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* audio/out: remove options argument from init()Gravatar wm42013-07-22
* ao_sdl: use new option APIGravatar wm42013-07-21
* audio/out: remove ao->outburst/buffersize fieldsGravatar wm42013-06-16
* audio/out: don't require AOs to set ao->bpsGravatar wm42013-06-16
* Replace all calls to GetTimer()/GetTimerMS()Gravatar wm42013-05-26
* audio/out: channel map selectionGravatar wm42013-05-12
* ao: remove ao_driver.is_new fieldGravatar wm42013-05-12
* audio/out: switch to channel mapGravatar wm42013-05-12
* ao_sdl: fix compilation with LibavGravatar wm42013-01-06
* sdl, encode_lavc: fix copyright headersGravatar Rudolf Polzer2012-12-28
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverGravatar Rudolf Polzer2012-12-28