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_alsa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
audio/out: consistently use double return type for get_delay
wm4
2014-11-09
1
-5
/
+5
*
ao_alsa: don't make snd_pcm_hw_params_set_buffer_time_near() error fatal
wm4
2014-10-31
1
-1
/
+7
*
ao_alsa: move parameter append code to a function
wm4
2014-10-23
1
-16
/
+27
*
audio: change internal device listing API
wm4
2014-10-10
1
-2
/
+2
*
ao_alsa: implement device listing & selection
wm4
2014-10-09
1
-0
/
+27
*
audio: cleanup spdif format definitions
wm4
2014-09-23
1
-11
/
+13
*
audio: drop swapped-endian audio formats
wm4
2014-09-23
1
-18
/
+14
*
audio: remove swapped-endian spdif formats
wm4
2014-09-23
1
-6
/
+4
*
audio/out: always round get_space on period size
wm4
2014-09-06
1
-1
/
+1
*
ao_alsa: disable use of non-interleaved formats by default
wm4
2014-07-30
1
-0
/
+6
*
Audit and replace all ctype.h uses
wm4
2014-07-01
1
-1
/
+0
*
Add more const
wm4
2014-06-11
1
-1
/
+1
*
ao_alsa: make device the first sub option
wm4
2014-05-31
1
-1
/
+1
*
ao_alsa: reduce spurious wakeups
wm4
2014-05-30
1
-8
/
+14
*
ao_alsa: use poll() to wait for device
wm4
2014-05-30
1
-0
/
+30
*
af_lavrresample: remove avresample_set_channel_mapping() fallbacks
wm4
2014-03-16
1
-1
/
+0
*
ao_alsa: reduce default buffer size
wm4
2014-03-10
1
-1
/
+1
*
ao_alsa: fix return value for volume operations with spdif
wm4
2014-03-10
1
-1
/
+1
*
ao_alsa: remove unneeded initializations
wm4
2014-03-09
1
-6
/
+0
*
ao_alsa: check ALSA PCM state before pause and resume
foo86
2014-03-09
1
-5
/
+9
*
audio/out: make draining a separate operation
wm4
2014-03-09
1
-6
/
+10
*
audio/out: make ao struct opaque
wm4
2014-03-09
1
-0
/
+1
*
ao_alsa: remove 9 year old typo
wm4
2014-01-02
1
-1
/
+0
*
ao_alsa: Unbreak pause/resume
Martin Herkt
2014-01-02
1
-11
/
+10
*
ao_alsa: Fix PCM resume after suspend
Martin Herkt
2014-01-02
1
-15
/
+15
*
ao_alsa: don't set ALSA message callback
wm4
2013-12-21
1
-21
/
+0
*
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
-2
/
+2
*
ao_alsa: remove unneeded checks
wm4
2013-11-30
1
-19
/
+11
*
ao_alsa: enable "plug" for non-interleaved float formats too
wm4
2013-11-30
1
-2
/
+1
*
ao_alsa: disable ALSA resampling by default again
wm4
2013-11-29
1
-0
/
+9
*
ao_alsa: do not forcibly disable ALSA resampling
Martin Herkt
2013-11-26
1
-6
/
+0
*
audio: drop "_NE"/"ne" suffix from audio formats
wm4
2013-11-15
1
-2
/
+2
*
ao_alsa: non-interleaved access is not always available
wm4
2013-11-14
1
-0
/
+5
*
ao_alsa: support non-interleaved audio
wm4
2013-11-12
1
-25
/
+23
*
audio/out: prepare for non-interleaved audio
wm4
2013-11-12
1
-11
/
+5
*
audio/out: reject non-interleaved formats
wm4
2013-11-12
1
-0
/
+2
*
ao: add ao_play_silence, use for ao_alsa and ao_oss
wm4
2013-11-10
1
-6
/
+2
*
ao_alsa: use correct magic spdif flags
wm4
2013-11-09
1
-14
/
+11
*
ao: print requested audio format on init
wm4
2013-11-09
1
-3
/
+0
*
ao_alsa: add magic spdif parameters
wm4
2013-11-09
1
-1
/
+25
*
ao_alsa: redo the way parameters are added in the spdif case
wm4
2013-11-09
1
-38
/
+24
*
audio: replace af_fmt2str_short -> af_fmt_to_str
wm4
2013-11-07
1
-1
/
+1
*
ao_alsa: return negative value on error in play()
wm4
2013-10-30
1
-3
/
+3
*
ao_alsa: don't include alloca.h
wm4
2013-10-25
1
-1
/
+0
*
audio/out: remove useless info struct and redundant fields
wm4
2013-10-23
1
-6
/
+3
*
mixer: make struct opaque
wm4
2013-09-20
1
-1
/
+0
*
audio/out: do some mp_msg conversions
wm4
2013-08-22
1
-54
/
+35
*
core: move contents to mpvcore (2/2)
Stefano Pigozzi
2013-08-06
1
-3
/
+3
*
audio/out: remove options argument from init()
wm4
2013-07-22
1
-1
/
+1
*
Remove subopt-helper
wm4
2013-07-22
1
-1
/
+1
*
options: remove --mixer and --mixer-channel, turn them into alsa/oss subopts
wm4
2013-07-21
1
-32
/
+16
*
ao_alsa: use new option API (changes syntax)
wm4
2013-07-21
1
-66
/
+25
*
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
*
ao_alsa: always unset ALSA error handler, cleanup on init error
wm4
2013-05-26
1
-8
/
+9
*
audio: fix ALSA 4 channel surround output
wm4
2013-05-13
1
-1
/
+1
*
ao_alsa: set fallback if format unknown
wm4
2013-05-12
1
-4
/
+6
*
audio/out: channel map selection
wm4
2013-05-12
1
-23
/
+30
*
ao: remove ao_driver.is_new field
wm4
2013-05-12
1
-1
/
+0
*
ao_alsa: remove global variables
wm4
2013-05-12
1
-110
/
+116
*
ao_alsa: switch to new AO API
wm4
2013-05-12
1
-39
/
+54
*
ao_alsa: map to exact channel layout
wm4
2013-05-12
1
-38
/
+48
*
ao_alsa: move format lookup into separate function
wm4
2013-05-12
1
-58
/
+36
*
ao_alsa: more reformat
wm4
2013-05-12
1
-118
/
+113
*
ao_alsa: cosmetics, macro-fy error reporting
wm4
2013-05-12
1
-321
/
+181
*
ao_alsa: uncrustify
wm4
2013-05-12
1
-623
/
+717
*
audio/out: switch to channel map
wm4
2013-05-12
1
-17
/
+14
*
ao_alsa: reorder channels from internal to alsa order
wm4
2013-04-13
1
-0
/
+6
*
ao_alsa: do not call snd_pcm_delay() when paused
wm4
2013-01-06
1
-0
/
+8
*
audio: remove support for native alaw/mulaw/adpcm output
wm4
2012-12-11
1
-6
/
+0
*
audio: make AC3 pass-through with ad_spdif work
reimar
2012-12-03
1
-3
/
+3
*
Fix potential bugs and issues, general cleanups
reimar
2012-11-20
1
-2
/
+2
*
Rename directories, move files (step 2 of 2)
wm4
2012-11-12
1
-5
/
+5
*
Rename directories, move files (step 1 of 2) (does not compile)
wm4
2012-11-12
1
-0
/
+868