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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace deprecated av_free_packet() calls
wm4
2015-10-28
1
-1
/
+1
*
player: add audio drop/duplicate mode
wm4
2015-10-27
2
-0
/
+10
*
ao_coreaudio_exclusive: check for maximum channel count
wm4
2015-10-26
1
-0
/
+6
*
ao_coreaudio_exclusive: fallback to stereo on unknown channel layouts
wm4
2015-10-26
1
-1
/
+10
*
ao_coreaudio_chmap: minor refactor
wm4
2015-10-26
1
-26
/
+22
*
ao_coreaudio_chmap: allow stereo as fallback; avoid mono fallback
wm4
2015-10-26
1
-2
/
+5
*
ao_coreaudio: fix another minor memory leak
wm4
2015-10-26
1
-1
/
+2
*
audio: bump maximum number of channels to 16
wm4
2015-10-26
1
-1
/
+1
*
audio: use AVFrames with more than 8 channels correctly
wm4
2015-10-26
3
-8
/
+15
*
af_lavrresample: make planarization pass work with >8 channels
wm4
2015-10-26
1
-4
/
+5
*
audio: improve mp_chmap_to_lavc_unchecked() unknown chmap behavior
wm4
2015-10-26
1
-2
/
+10
*
audio: always log channel maps before determining final map
wm4
2015-10-26
5
-17
/
+33
*
ao_coreaudio: fix potential UB in error cases
wm4
2015-10-26
1
-3
/
+2
*
ao_coreaudio_chmap: add more logging
wm4
2015-10-26
1
-8
/
+10
*
af: prevent endless loop when removing filters due to spdif
wm4
2015-10-26
1
-1
/
+2
*
ao_alsa: log format probing in verbose mode
wm4
2015-10-25
1
-2
/
+1
*
ao_coreaudio_exclusive: fix build
wm4
2015-10-21
1
-2
/
+2
*
ao_coreaudio: do not accept unknown channel layouts
wm4
2015-10-21
1
-1
/
+1
*
ao_coreaudio_exclusive: deal with devices return different channel count
wm4
2015-10-21
3
-1
/
+33
*
ao_coreaudio: avoid unnecessary format changes
wm4
2015-10-21
1
-0
/
+6
*
ao_coreaudio: log current format before setting new format
wm4
2015-10-21
1
-0
/
+2
*
ao_coreaudio: fix some minor memory leaks
wm4
2015-10-21
1
-0
/
+6
*
ao_coreaudio: raise timeout for change-physical-format
wm4
2015-10-20
1
-1
/
+1
*
af_lavrresample: fix unintended audio drift when setting playback speed
wm4
2015-10-14
1
-3
/
+9
*
af_lavrresample: reinit resampler on large speed changes
wm4
2015-10-12
1
-15
/
+19
*
af_lavrresample: use libswsresample dynamic rate adjustment feature
wm4
2015-10-07
1
-9
/
+26
*
audio: make spdif re-probe from normal decoding work
wm4
2015-10-06
1
-1
/
+1
*
ao_alsa: add debug messages for format search
Kevin Mitchell
2015-10-06
1
-0
/
+2
*
ao_alsa: fix failure to find any sampleformat
Kevin Mitchell
2015-10-06
1
-4
/
+7
*
audio: add option for falling back to ao_null
wm4
2015-10-05
2
-0
/
+7
*
ao: rework audio output driver probing
wm4
2015-10-05
1
-38
/
+42
*
ao_alsa: improve handling of device disconnection
wm4
2015-09-28
1
-3
/
+20
*
ao_coreaudio_utils: fix error handling in device listing code
wm4
2015-09-28
1
-3
/
+10
*
audio/filter: remove reentrancy flag
wm4
2015-09-20
5
-22
/
+1
*
af_lavfi: implement af-metadata property
wm4
2015-09-11
3
-0
/
+37
*
af: use generic statuc codes
wm4
2015-09-11
1
-7
/
+7
*
ao_lavc: minor simplification
wm4
2015-09-11
1
-2
/
+2
*
ao_alsa: use sample format determination code
Kevin Mitchell
2015-09-10
1
-12
/
+10
*
ao_alsa: add double to sample format list
Kevin Mitchell
2015-09-10
1
-0
/
+1
*
ao_alsa: put spdif formats into find_alsa_format
Kevin Mitchell
2015-09-10
1
-9
/
+9
*
audio/format: revise af_format_conversion_score
Kevin Mitchell
2015-09-10
1
-8
/
+13
*
ao_oss: use new sample format determination code
wm4
2015-09-10
1
-1
/
+2
*
ao_lavc: use new sample format determination code
wm4
2015-09-10
3
-24
/
+16
*
audio/format: add function for determining sample conversion candidates
wm4
2015-09-10
2
-0
/
+32
*
audio/format: fix interlaved vs. non-interleaved conversions
wm4
2015-09-10
1
-1
/
+1
*
audio/format: actually prefer float over double sample format
wm4
2015-09-10
1
-1
/
+1
*
af_lavrresample: remove unnecessary indirections
wm4
2015-09-08
1
-35
/
+30
*
af_lavrresample: add normalize suboption
wm4
2015-09-08
1
-1
/
+6
*
af_lavrresample: add missing include statement
wm4
2015-09-04
1
-0
/
+1
*
audio/filter: remove af_bs2b too
wm4
2015-09-04
2
-171
/
+0
*
audio/filter: remove some useless filters
wm4
2015-09-03
19
-3942
/
+0
*
ao_alsa: fix minor memory leak
wm4
2015-08-25
1
-8
/
+11
*
audio: remove unused legacy libavutil header
wm4
2015-08-07
3
-3
/
+0
*
audio: remove af_dummy
wm4
2015-08-01
2
-63
/
+0
*
win32: revert wchar_t changes
wm4
2015-08-01
4
-14
/
+13
*
win32: more wchar_t -> WCHAR replacements
wm4
2015-07-30
3
-9
/
+9
*
win32: replace wchar_t with WCHAR
wm4
2015-07-29
3
-4
/
+5
*
audio: fix restoring volume
shdown
2015-07-27
1
-1
/
+1
*
af_lavrresample: always reinit resampler on filter reinit
wm4
2015-07-19
1
-18
/
+1
*
af_lavrresample: don't unnecessarily print remix message
wm4
2015-07-19
1
-8
/
+8
*
af: fix behavior with pathologic filter chains
wm4
2015-07-07
1
-0
/
+2
*
ao_coreaudio: fix device latency, share the code
wm4
2015-07-06
4
-23
/
+25
*
ao_coreaudio_exclusive: continue even if setting physical format fails
wm4
2015-07-06
2
-2
/
+4
*
ao_coreaudio_exclusive: fix some verbose output
wm4
2015-07-04
1
-2
/
+2
*
ao: don't pass along AO arguments when redirecting
wm4
2015-07-03
1
-1
/
+1
*
ao_coreaudio: add exclusive suboption
wm4
2015-07-03
1
-2
/
+4
*
ao_coreaudio_exclusive: support PCM
wm4
2015-07-03
1
-15
/
+35
*
ao_coraudio: reject all non-PCM formats
wm4
2015-07-03
1
-1
/
+1
*
ao_coreaudio_utils: reduce spam
wm4
2015-07-03
1
-1
/
+0
*
ao_coreaudio_utils: fix format back-mapping
wm4
2015-07-03
1
-5
/
+7
*
ao_coreaudio_exclusive: do not set ao->bps
wm4
2015-07-03
1
-3
/
+0
*
ao_coreaudio_exclusive: dump all latency info in verbose mode
wm4
2015-07-03
1
-1
/
+4
*
ao_coreaudio_exclusive: factor format selection
wm4
2015-07-03
1
-35
/
+44
*
ao_coreaudio_exclusive: separate out stream selection
wm4
2015-07-03
1
-61
/
+76
*
af_lavrresample: log actual channel layout conversions
wm4
2015-06-30
1
-3
/
+6
*
ao_coreaudio: restore physical format if it can't be set exactly
wm4
2015-06-30
2
-2
/
+14
*
ao_coreaudio: support native mono output
wm4
2015-06-29
1
-0
/
+2
*
ao_coreaudio: log hotplug events explicitly
wm4
2015-06-29
1
-3
/
+6
*
ao_wasapi: fix regression
wm4
2015-06-27
1
-1
/
+1
*
chmap_sel: add a mechanism for preferred conversions
wm4
2015-06-27
1
-9
/
+39
*
chmap_sel: remove outdated incomplete comment
wm4
2015-06-27
1
-3
/
+0
*
audio: fix format function consistency issues
wm4
2015-06-26
20
-86
/
+83
*
audio: replace format name table
wm4
2015-06-26
3
-52
/
+23
*
audio: remove bitmask format definition mess
wm4
2015-06-26
2
-92
/
+80
*
ao_coreaudio_utils: use a macro
wm4
2015-06-26
1
-1
/
+1
*
ao_sndio: fix comment
wm4
2015-06-26
1
-2
/
+1
*
ao_coreaudio: support non-interleaved output
wm4
2015-06-26
2
-5
/
+12
*
ao_coreaudio: explicitly skip input streams
wm4
2015-06-26
2
-4
/
+22
*
ao_coreaudio_utils: compare full AudioStreamBasicDescription
wm4
2015-06-25
1
-1
/
+3
*
audio: output human-readable channel layouts too
wm4
2015-06-25
4
-10
/
+30
*
audio: fix channel map fallback selection (again)
wm4
2015-06-25
1
-36
/
+61
*
ao: standardize channel layout name in debug output further
wm4
2015-06-25
1
-0
/
+2
*
af: move af_from_dB() function to af_volume.c
wm4
2015-06-23
3
-22
/
+11
*
af_volume: add a replaygain fallback option
wm4
2015-06-23
1
-0
/
+5
*
af_lavrresample: free and reallocate resample context on reconfig
wm4
2015-06-22
1
-30
/
+35
*
af_lavrresample: fix comment
wm4
2015-06-22
1
-4
/
+4
*
af: restore detaching of PCM filters when using spdif
wm4
2015-06-22
3
-1
/
+14
*
af_lavrresample: don't flush in uninitialized state
wm4
2015-06-22
1
-1
/
+2
*
ao_alsa: fix a log message
wm4
2015-06-21
1
-4
/
+5
*
demux: merge extradata fields
wm4
2015-06-21
1
-5
/
+1
*
demux: rename sh_stream.format to sh_stream.codec_tag
wm4
2015-06-21
1
-1
/
+1
*
Various spelling fixes
Marcin Kurczewski
2015-06-18
8
-13
/
+13
*
ao_wasapi: fix crash on hotplug init error
wm4
2015-06-17
1
-0
/
+1
*
af_lavrresample: include osdep/endian.h
wm4
2015-06-17
1
-0
/
+1
*
af: remove conversion filter search
wm4
2015-06-16
3
-94
/
+4
*
af_convert24: remove this filter
wm4
2015-06-16
2
-123
/
+0
*
af_lavrresample: integrate 24 bit (3 bytes per sample) output
wm4
2015-06-16
1
-9
/
+48
*
af_lavrresample: always fill reorder
wm4
2015-06-16
1
-1
/
+1
*
audio: remove S8, U16, U24, U32 formats
wm4
2015-06-16
12
-197
/
+26
*
audio: fix crash on uninit
wm4
2015-06-15
1
-1
/
+1
*
af_lavcac3enc: fix A/V sync
wm4
2015-06-15
1
-3
/
+17
*
af: fix an aspect of filter chain flushing
wm4
2015-06-15
1
-0
/
+11
*
audio: remove unused readonly field
wm4
2015-06-15
2
-3
/
+1
*
chmap: make up some channel layout names
wm4
2015-06-12
1
-0
/
+3
*
ao_alsa: if possible, reorder device maps to std layouts
wm4
2015-06-12
1
-0
/
+2
*
ao_alsa: make it accept 7.1 over HDMI
wm4
2015-06-12
1
-0
/
+2
*
chmap_sel: improve speaker replacement handling
wm4
2015-06-12
1
-17
/
+33
*
chmap_sel: do naive speaker replacements last
wm4
2015-06-12
1
-3
/
+4
*
audio: fill NA channels with silence
wm4
2015-06-12
1
-11
/
+29
*
audio: use unknown channel layouts if there is no standard layout
wm4
2015-06-12
1
-5
/
+5
*
audio: fix messed up channel reordering
wm4
2015-06-12
1
-2
/
+2
*
audio: deal with AVFrame-style buffer assignments
wm4
2015-06-12
2
-4
/
+17
*
ao_alsa: change ALSA braindeath heuristic
wm4
2015-06-11
1
-3
/
+4
*
ao_coreaudio: change physical stream format synchronously
wm4
2015-06-09
2
-5
/
+2
*
audio/out/pull: avoid dropping some audio when draining
wm4
2015-06-09
1
-9
/
+18
*
audio/out/pull: correctly pad partial frames with silence
wm4
2015-06-09
1
-1
/
+1
*
ao_alsa: refine channel count mismatch error message
wm4
2015-06-09
1
-2
/
+2
*
audio: add --audio-spdif as new method for enabling passthrough
wm4
2015-06-05
2
-8
/
+21
*
ad_spdif: use a pseudo codec entry to select DTS-HD instead of an option
wm4
2015-06-05
1
-1
/
+10
*
ao_alsa: refuse to use spdif if AES flags can't be set
wm4
2015-06-04
1
-6
/
+6
*
af_lavrresample: slightly better computation of total delay
wm4
2015-06-04
1
-6
/
+9
*
af_lavrresample: use a new libswresample function if available
wm4
2015-06-04
1
-0
/
+4
*
af_lavrresample: change output samples calculation
wm4
2015-06-04
1
-2
/
+2
*
ao_alsa: hack against potential spdif failure
wm4
2015-06-04
1
-3
/
+16
*
af_lavrresample: use native libavresample function for output size
wm4
2015-06-02
1
-7
/
+6
*
ao_coreaudio_exclusive: move generic functions to utils
wm4
2015-06-02
3
-207
/
+209
*
ao_coreaudio_exclusive: react to device removal
wm4
2015-06-02
1
-12
/
+27
*
ao_coreaudio_exclusive: make property listeners event-based
wm4
2015-06-02
1
-105
/
+82
*
ao: allow ao_uninit(NULL)
wm4
2015-06-02
1
-1
/
+2
*
af_lavrresample: fix and simplify flushing on playback speed change
wm4
2015-06-02
1
-23
/
+1
*
ao_alsa: hack back mono output
wm4
2015-05-25
1
-1
/
+6
*
audio: make softvol scale cubic
wm4
2015-05-22
1
-2
/
+5
*
audio: change range of volume option/property
wm4
2015-05-22
2
-16
/
+15
*
chmap: use av_popcount64()
wm4
2015-05-21
1
-9
/
+3
*
ad_spdif: use DTS-HD passthrough only if the audio is really DTS-HD
wm4
2015-05-19
1
-4
/
+54
*
ad_spdif: set output format lazily
wm4
2015-05-19
1
-15
/
+27
*
threads: use utility+POSIX functions instead of weird wrappers
wm4
2015-05-11
1
-3
/
+6
*
ao: make better use of atomics
wm4
2015-05-11
2
-14
/
+11
*
audio: simplify further
wm4
2015-05-08
2
-16
/
+8
*
audio: remove mp_chmap_contains()
wm4
2015-05-08
2
-12
/
+0
*
ao: log reordered versions of channel maps
wm4
2015-05-08
1
-3
/
+10
*
audio: redo channel map fallback selection
wm4
2015-05-08
1
-59
/
+27
*
audio: add chmap utility function
wm4
2015-05-08
2
-0
/
+10
*
ao_alsa: log requested numbers of channels if ALSA rejects them
wm4
2015-05-08
1
-2
/
+3
*
audio: fix messed up assert()
wm4
2015-05-07
1
-1
/
+1
*
audio: remove UNKNOWN pseudo speakers
wm4
2015-05-07
2
-11
/
+8
*
audio: define only a single NA speaker ID
wm4
2015-05-07
5
-34
/
+16
*
ao_coreaudio_utils: don't list some formats as "unusable"
wm4
2015-05-07
1
-1
/
+1
*
ao_sndio: add notice about padding channels
wm4
2015-05-06
1
-1
/
+3
*
ao_alsa: use new padding channels support
wm4
2015-05-06
1
-21
/
+26
*
ao_alsa: move ALSA -> mp channel map to a function
wm4
2015-05-06
1
-11
/
+18
*
ao_coreaudio_exclusive: check new format before waiting for change
wm4
2015-05-06
1
-12
/
+13
*
ao_coreaudio_exclusive: use atomics instead of volatile
wm4
2015-05-06
1
-19
/
+16
*
ao_coreaudio_exclusive: rename "digital" -> "compressed"
wm4
2015-05-06
1
-22
/
+20
*
ao_coreaudio_exclusive: explicitly check for spdif formats
wm4
2015-05-06
1
-8
/
+5
*
ao_coreaudio_exclusive: merge init_digital() function
wm4
2015-05-06
1
-15
/
+3
*
ao_coreaudio_utils: decide formats by comparing raw bits
wm4
2015-05-05
1
-5
/
+6
*
ao_coreaudio: log considered physical formats
wm4
2015-05-05
1
-0
/
+4
*
ao_coreaudio: restore old physical format if format was changed
wm4
2015-05-05
1
-0
/
+16