summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_null.c
Commit message (Expand)AuthorAgeFilesLines
* ao_null: add --ao-null-format option for debuggingwm42018-01-301-0/+5
* audio/out: require AO drivers to report period size and correct bufferwm42017-06-251-0/+2
* audio/out: change license of some core files to LGPLwm42017-05-201-7/+7
* 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
* ao_null: use channel list option type for channel-layouts suboptionwm42016-08-051-11/+5
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* ao_null: add an option for testing channel layout selectionwm42015-04-271-2/+16
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* ao_null: add emulation for certain broken behaviorwm42015-01-301-1/+12
* audio/out: consistently use double return type for get_delaywm42014-11-091-1/+1
* audio/out: always round get_space on period sizewm42014-09-061-1/+2
* ao_null: never fail at initializationwm42014-07-261-1/+1
* ao_null: disable latency emulationwm42014-07-071-1/+0
* ao_null: fix unit mismatch with latency optionwm42014-05-041-5/+8
* ao_null: add simulated device latency, simulate EOF problemswm42014-04-171-3/+19
* audio/out: make draining a separate operationwm42014-03-091-2/+8
* ao_null: add option for simulated device speedwm42014-03-091-2/+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
* ao_null: fix simulated buffer sizewm42013-11-191-1/+1
* ao_null: properly simulate final chunk, add buffer optionswm42013-11-171-19/+50
* ao_null: add untimed sub-optionwm42013-11-131-2/+18
* ao_null: support pausing properlywm42013-11-131-4/+14
* ao_null: support non-interleaved audiowm42013-11-121-17/+20
* audio/out: prepare for non-interleaved audiowm42013-11-121-3/+4
* 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: remove options argument from init()wm42013-07-221-1/+1
* audio/out: remove ao->outburst/buffersize fieldswm42013-06-161-7/+9
* audio/out: don't require AOs to set ao->bpswm42013-06-161-1/+0
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-261-4/+4
* audio/out: channel map selectionwm42013-05-121-0/+6
* ao: remove ao_driver.is_new fieldwm42013-05-121-1/+0
* audio/out: switch to channel mapwm42013-05-121-2/+2
* Rename directories, move files (step 2 of 2)wm42012-11-121-2/+2
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+129