index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
audio
/
out
/
ao_null.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
options: transition options from OPT_FLAG to OPT_BOOL
Christoph Heinrich
2023-02-21
1
-6
/
+6
*
various: drop unused #include "config.h"
Thomas Weißschuh
2023-02-20
1
-1
/
+0
*
audio: fix inefficient behavior with ao_alsa, remove period_size field
wm4
2020-08-29
1
-2
/
+0
*
audio: require certain AOs to set device_buffer
wm4
2020-06-09
1
-2
/
+2
*
audio: further simplify internal audio API somewhat
wm4
2020-06-02
1
-7
/
+2
*
audio: redo internal AO API
wm4
2020-06-01
1
-47
/
+42
*
ao_null: remove unreferenced function
wm4
2020-05-27
1
-8
/
+0
*
audio: remove ao_driver.drain
wm4
2020-05-27
1
-1
/
+0
*
options: change option macros and all option declarations
wm4
2020-03-18
1
-9
/
+9
*
ao_null: add --ao-null-format option for debugging
wm4
2018-01-30
1
-0
/
+5
*
audio/out: require AO drivers to report period size and correct buffer
wm4
2017-06-25
1
-0
/
+2
*
audio/out: change license of some core files to LGPL
wm4
2017-05-20
1
-7
/
+7
*
options: remove deprecated sub-option handling for --vo and --ao
wm4
2016-11-25
1
-1
/
+1
*
options: deprecate suboptions for the remaining AO/VOs
wm4
2016-09-05
1
-0
/
+1
*
ao_null: use channel list option type for channel-layouts suboption
wm4
2016-08-05
1
-11
/
+5
*
mpv_talloc.h: rename from talloc.h
Dmitrij D. Czarkoff
2016-01-11
1
-1
/
+1
*
ao_null: add an option for testing channel layout selection
wm4
2015-04-27
1
-2
/
+16
*
Update license headers
Marcin Kurczewski
2015-04-13
1
-5
/
+4
*
ao_null: add emulation for certain broken behavior
wm4
2015-01-30
1
-1
/
+12
*
audio/out: consistently use double return type for get_delay
wm4
2014-11-09
1
-1
/
+1
*
audio/out: always round get_space on period size
wm4
2014-09-06
1
-1
/
+2
*
ao_null: never fail at initialization
wm4
2014-07-26
1
-1
/
+1
*
ao_null: disable latency emulation
wm4
2014-07-07
1
-1
/
+0
*
ao_null: fix unit mismatch with latency option
wm4
2014-05-04
1
-5
/
+8
*
ao_null: add simulated device latency, simulate EOF problems
wm4
2014-04-17
1
-3
/
+19
*
audio/out: make draining a separate operation
wm4
2014-03-09
1
-2
/
+8
*
ao_null: add option for simulated device speed
wm4
2014-03-09
1
-2
/
+8
*
audio/out: make ao struct opaque
wm4
2014-03-09
1
-0
/
+1
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
1
-1
/
+1
*
Move options/config related files from mpvcore/ to options/
wm4
2013-12-17
1
-1
/
+1
*
ao_null: fix simulated buffer size
wm4
2013-11-19
1
-1
/
+1
*
ao_null: properly simulate final chunk, add buffer options
wm4
2013-11-17
1
-19
/
+50
*
ao_null: add untimed sub-option
wm4
2013-11-13
1
-2
/
+18
*
ao_null: support pausing properly
wm4
2013-11-13
1
-4
/
+14
*
ao_null: support non-interleaved audio
wm4
2013-11-12
1
-17
/
+20
*
audio/out: prepare for non-interleaved audio
wm4
2013-11-12
1
-3
/
+4
*
audio/out: reject non-interleaved formats
wm4
2013-11-12
1
-0
/
+2
*
audio/out: remove useless info struct and redundant fields
wm4
2013-10-23
1
-6
/
+2
*
audio/out: remove options argument from init()
wm4
2013-07-22
1
-1
/
+1
*
audio/out: remove ao->outburst/buffersize fields
wm4
2013-06-16
1
-7
/
+9
*
audio/out: don't require AOs to set ao->bps
wm4
2013-06-16
1
-1
/
+0
*
Replace all calls to GetTimer()/GetTimerMS()
wm4
2013-05-26
1
-4
/
+4
*
audio/out: channel map selection
wm4
2013-05-12
1
-0
/
+6
*
ao: remove ao_driver.is_new field
wm4
2013-05-12
1
-1
/
+0
*
audio/out: switch to channel map
wm4
2013-05-12
1
-2
/
+2
*
Rename directories, move files (step 2 of 2)
wm4
2012-11-12
1
-2
/
+2
*
Rename directories, move files (step 1 of 2) (does not compile)
wm4
2012-11-12
1
-0
/
+129