aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_null.c
Commit message (Expand)AuthorAge
* ao_null: add --ao-null-format option for debuggingGravatar wm42018-01-30
* audio/out: require AO drivers to report period size and correct bufferGravatar wm42017-06-25
* audio/out: change license of some core files to LGPLGravatar wm42017-05-20
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* options: deprecate suboptions for the remaining AO/VOsGravatar wm42016-09-05
* ao_null: use channel list option type for channel-layouts suboptionGravatar wm42016-08-05
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* ao_null: add an option for testing channel layout selectionGravatar wm42015-04-27
* Update license headersGravatar Marcin Kurczewski2015-04-13
* ao_null: add emulation for certain broken behaviorGravatar wm42015-01-30
* audio/out: consistently use double return type for get_delayGravatar wm42014-11-09
* audio/out: always round get_space on period sizeGravatar wm42014-09-06
* ao_null: never fail at initializationGravatar wm42014-07-26
* ao_null: disable latency emulationGravatar wm42014-07-07
* ao_null: fix unit mismatch with latency optionGravatar wm42014-05-04
* ao_null: add simulated device latency, simulate EOF problemsGravatar wm42014-04-17
* audio/out: make draining a separate operationGravatar wm42014-03-09
* ao_null: add option for simulated device speedGravatar 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
* ao_null: fix simulated buffer sizeGravatar wm42013-11-19
* ao_null: properly simulate final chunk, add buffer optionsGravatar wm42013-11-17
* ao_null: add untimed sub-optionGravatar wm42013-11-13
* ao_null: support pausing properlyGravatar wm42013-11-13
* ao_null: support non-interleaved audioGravatar wm42013-11-12
* 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: remove options argument from init()Gravatar wm42013-07-22
* 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
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12