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
*
ao_alsa: add more shitty workarounds
wm4
2016-05-06
1
-9
/
+25
*
ao_alsa: log final hwparams too
wm4
2016-05-03
1
-1
/
+2
*
win32: replace libuuid.a usage with initguid.h
James Ross-Gowan
2016-05-01
1
-0
/
+1
*
ao_alsa: log hwparams while restricting them
wm4
2016-04-28
1
-0
/
+43
*
ao_coreaudio: remove detected_device
wm4
2016-04-26
1
-5
/
+0
*
ad_spdif: take care of deprecated libavcodec API usage
wm4
2016-04-20
1
-0
/
+7
*
ao_coreaudio_exclusive: list formats when searching substream
wm4
2016-04-15
1
-0
/
+3
*
ao_coreaudio: remove unused function
wm4
2016-04-15
2
-25
/
+0
*
encode_lavc: Migrate to codecpar API.
Rudolf Polzer
2016-04-11
1
-41
/
+41
*
ao_coreaudio_exclusive: add missing newline to log message
wm4
2016-04-01
1
-1
/
+1
*
demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API change
wm4
2016-03-31
2
-2
/
+5
*
ad_lavc, vd_lavc: support new Libav decoding API
wm4
2016-03-24
1
-0
/
+14
*
ad_lavc: add codec_timebase hack too
wm4
2016-03-24
1
-2
/
+5
*
ao_lavc: use new af_select_best_samplerate function
Kevin Mitchell
2016-03-17
1
-0
/
+5
*
ao_wasapi: use new af_select_best_samplerate function
Kevin Mitchell
2016-03-17
1
-11
/
+3
*
audio: add af_select_best_samplerate function
Kevin Mitchell
2016-03-17
2
-0
/
+32
*
ao_wasapi: make wait for audio thread termination infinite
Kevin Mitchell
2016-02-26
1
-4
/
+3
*
ao_wasapi: further flatten/simplify volume control
Kevin Mitchell
2016-02-26
1
-39
/
+34
*
ao_wasapi: use MP_FATAL for stuff that leads to init failure
Kevin Mitchell
2016-02-26
2
-5
/
+5
*
ao_wasapi: move pre-resume reset into resume function
Kevin Mitchell
2016-02-26
1
-16
/
+14
*
ao_wasapi: move resetting the thread state into main loop
Kevin Mitchell
2016-02-26
1
-11
/
+3
*
ao_wasapi: set buffer size to device period in exclusive mode
Kevin Mitchell
2016-02-26
1
-7
/
+12
*
ao_wasapi: replace laggy COM messaging with mp_dispatch_queue
Kevin Mitchell
2016-02-26
3
-175
/
+80
*
ao_wasapi: avoid under-run cascade in exclusive mode.
Kevin Mitchell
2016-02-26
1
-24
/
+36
*
ao_wasapi: fix typo in comment
Kevin Mitchell
2016-02-26
1
-1
/
+1
*
ao_wasapi: use SUCCEEDED/FAILED macros
Kevin Mitchell
2016-02-26
2
-13
/
+9
*
ao: initial OpenSL ES support
Ilya Zhuravlev
2016-02-27
2
-0
/
+254
*
audio: make mp_audio_skip_samples() adjust the PTS
wm4
2016-02-22
2
-3
/
+3
*
ad_lavc: skip AVCodecContext.delay samples at beginning
wm4
2016-02-22
1
-0
/
+9
*
ad_lavc: make sample trimming symmetric to skipping
wm4
2016-02-22
1
-6
/
+8
*
ad_lavc: move skipping logic out of the HAVE_AVFRAME_SKIP_SAMPLES block
wm4
2016-02-22
1
-10
/
+13
*
ad_lavc: interpolate missing timestamps
wm4
2016-02-22
1
-0
/
+9
*
audio: move frame clipping to a generic function
wm4
2016-02-21
3
-33
/
+37
*
Rewrite ordered chapters and timeline stuff
wm4
2016-02-15
2
-1
/
+75
*
audio/video: expose codec info as separate field
wm4
2016-02-15
3
-6
/
+6
*
ad_lavc: fix --ad-lavc-threads range
wm4
2016-02-11
1
-1
/
+1
*
Initial Android support
Jan Ekström
2016-02-10
1
-0
/
+1
*
audio: minor simplification
wm4
2016-02-05
1
-3
/
+0
*
build: make libavfilter mandatory
wm4
2016-02-05
1
-2
/
+0
*
ao_coreaudio: fix 7.1(rear) channel mapping
wm4
2016-02-04
1
-0
/
+27
*
af_lavrresample: change fudged channels
wm4
2016-02-04
1
-2
/
+2
*
audio/video: merge decoder return values
wm4
2016-02-01
2
-16
/
+11
*
Fix build on Libav
wm4
2016-01-30
1
-0
/
+1
*
audio: move pts reset check
wm4
2016-01-29
2
-14
/
+1
*
audio: move mp_audio->AVFrame conversion to a function
wm4
2016-01-29
3
-20
/
+76
*
ao_wasapi: add "wasapi" prefix to non-static find_deviceID function
Kevin Mitchell
2016-01-28
3
-3
/
+3
*
ao_wasapi: correct check for specified device on default change
Kevin Mitchell
2016-01-28
3
-5
/
+11
*
ao_wasapi: fix check for already found device
Kevin Mitchell
2016-01-28
1
-1
/
+1
*
command: always allow setting volume/mute properties
wm4
2016-01-26
1
-0
/
+1
*
af_lavfi, vf_lavfi: fix compilation on Libav
wm4
2016-01-22
1
-0
/
+1
*
command: add af-command command
wm4
2016-01-22
3
-0
/
+21
*
ao_wasapi: use correct UINT type for device enumeration
Kevin Mitchell
2016-01-22
1
-5
/
+5
*
ao_wasapi: exit earlier if there are zero playback devices found
Kevin Mitchell
2016-01-22
1
-0
/
+5
*
audio: refactor: work towards unentangling audio decoding and filtering
wm4
2016-01-22
4
-148
/
+102
*
ad_spdif: if DTS-HD is requested, and profile unknown, use DTS-HD
wm4
2016-01-20
1
-1
/
+2
*
audio: change downmix behavior, add --audio-normalize-downmix
wm4
2016-01-20
3
-4
/
+10
*
audio: remove initial decoding retry limitation
wm4
2016-01-19
1
-3
/
+0
*
audio: move direct packet reading from decoders to common code
wm4
2016-01-19
5
-29
/
+27
*
audio: move dec_audio.pool to ad_spdif
wm4
2016-01-19
2
-2
/
+3
*
ao_coreaudio_chmap: change license to LGPL
wm4
2016-01-19
2
-14
/
+14
*
Relicense some non-MPlayer source files to LGPL 2.1 or later
wm4
2016-01-19
15
-105
/
+105
*
ao_wasapi: use share_mode value instead of raw option opt_exclusive
Kevin Mitchell
2016-01-18
1
-1
/
+1
*
ao_openal: wipe out global context on init error
Kevin Mitchell
2016-01-18
1
-0
/
+1
*
af_lavrresample: fudge some channel layout conversion
wm4
2016-01-18
1
-0
/
+33
*
demux: merge sh_video/sh_audio/sh_sub
wm4
2016-01-12
2
-18
/
+17
*
mpv_talloc.h: rename from talloc.h
Dmitrij D. Czarkoff
2016-01-11
10
-10
/
+10
*
ao_coreaudio: replace fourcc_repr()
wm4
2016-01-11
3
-35
/
+7
*
ao_wasapi: move out some utility functions
wm4
2016-01-11
2
-76
/
+1
*
player: detect audio PTS jumps, make video PTS heuristic less aggressive
wm4
2016-01-09
2
-1
/
+14
*
ao_dsound: remove this audio output
wm4
2016-01-06
2
-711
/
+0
*
ao_wasapi: remove unnecessary header file
Kevin Mitchell
2016-01-05
5
-74
/
+31
*
ao_wasapi: initialize change notify in main thread
Kevin Mitchell
2016-01-05
2
-3
/
+6
*
ao_wasapi: remove old vistablob prototype
Kevin Mitchell
2016-01-05
1
-2
/
+0
*
ao_wasapi: make find_deviceID read only wrt struct ao
Kevin Mitchell
2016-01-05
3
-19
/
+20
*
ao_wasapi: move device selection to main thread
Kevin Mitchell
2016-01-05
3
-8
/
+10
*
ao_wasapi: avoid some redundant error messages in device selection
Kevin Mitchell
2016-01-05
1
-15
/
+7
*
ao_wasapi: alloc later to avoid free on error
Kevin Mitchell
2016-01-05
1
-2
/
+1
*
ao_pulse: attempt to fall back to an arbitrary sample format
wm4
2016-01-05
1
-2
/
+7
*
ao_pulse: check for sample rate bounds
wm4
2016-01-05
1
-1
/
+1
*
ao_pulse: move format setting into a function
wm4
2016-01-05
1
-20
/
+26
*
ao_wasapi: remove +x flag from files
wm4
2016-01-04
4
-0
/
+0
*
chmap_sel: prefer inexact equivalents over perfect upmix
wm4
2016-01-04
1
-8
/
+14
*
ao_wasapi: just use a pointer to the deviceID in change_notify
Kevin Mitchell
2016-01-04
1
-3
/
+1
*
ao_wasapi: correctly name the IMMNotificationClientVtbl
Kevin Mitchell
2016-01-04
1
-2
/
+2
*
ao_wasapi: make persistent enumerator local to change_notify
Kevin Mitchell
2016-01-04
4
-21
/
+12
*
ao_wasapi: rewrite device listing and selection
Kevin Mitchell
2016-01-04
2
-225
/
+187
*
ao_wasapi: fix delay calculation again
Kevin Mitchell
2016-01-02
1
-6
/
+12
*
ao_wasapi: fix delay calculation
Kevin Mitchell
2015-12-21
1
-21
/
+36
*
Fix some typos in code comments
Aman Gupta
2015-12-21
1
-1
/
+1
*
ao_wasapi: move volume control init to it's own function
Kevin Mitchell
2015-12-21
1
-21
/
+34
*
ao_wasapi: correctly handle audio session display failure
Kevin Mitchell
2015-12-21
1
-10
/
+14
*
ao_wasapi: non-fatal error handling for COM marshalling
Kevin Mitchell
2015-12-21
3
-55
/
+65
*
ao_wasapi: wrap long lines and use only c99 comment style
Kevin Mitchell
2015-12-21
4
-119
/
+172
*
ao_wasapi: reorganize private structure
Kevin Mitchell
2015-12-21
1
-37
/
+36
*
ao_wasapi: remove useless buffer_block_size
Kevin Mitchell
2015-12-21
2
-7
/
+0
*
ao_wasapi: move exclusive and shared-specific controls to functions
Kevin Mitchell
2015-12-21
1
-75
/
+87
*
ao_wasapi: call the class-specific release functions
Kevin Mitchell
2015-12-20
1
-6
/
+6
*
ao_wasapi: check for proxy availability in control
Kevin Mitchell
2015-12-20
1
-22
/
+37
*
ao_wasapi: actually use hw volume support information for exclusive mode
Kevin Mitchell
2015-12-20
2
-17
/
+30
*
ao_wasapi: don't cast control arg to something it isn't
Kevin Mitchell
2015-12-20
1
-9
/
+14
*
ao_wasapi: remove volume "restore" on exit
Kevin Mitchell
2015-12-20
3
-48
/
+10
*
ao_wasapi: split exclusive/shared specific ao controls
Kevin Mitchell
2015-12-20
1
-37
/
+60
*
ao_wasapi: add E_NOINTERFACE to error list
Kevin Mitchell
2015-12-20
1
-0
/
+1
*
mixer: fix volume initialization with --af=volume
wm4
2015-12-11
1
-0
/
+2
*
mixer: minor simplification
wm4
2015-12-11
1
-4
/
+7
*
ao: disambiguate default device list entries
wm4
2015-11-27
1
-2
/
+6
*
af_lavrresample: fix build on Libav
wm4
2015-11-26
1
-1
/
+1
*
af_lavrresample: clamp float output to range
wm4
2015-11-25
1
-0
/
+12
*
ao_alsa: filter audio device list
wm4
2015-11-24
1
-1
/
+15
*
ao_alsa: list bidirectional devices too
wm4
2015-11-24
1
-1
/
+1
*
ao_wasapi: get rid of Vistablob hack
Kevin Mitchell
2015-11-24
4
-51
/
+6
*
ao_wasapi: only report per-app volume in shared mode
Kevin Mitchell
2015-11-19
1
-1
/
+2
*
ao_wasapi: work around DTS passthrough failure
wm4
2015-11-19
1
-1
/
+18
*
ao_openal: fix sign of speaker angle in comment
Kevin Mitchell
2015-11-18
1
-1
/
+1
*
ao_openal: fix virtual speaker positioning
Justas Lavišius
2015-11-18
1
-10
/
+10
*
ao_openal: accommodate more sample formats
Kevin Mitchell
2015-11-17
1
-7
/
+44
*
ao_openal: move uninit before init
Kevin Mitchell
2015-11-17
1
-12
/
+12
*
af_lavrresample: simplify set_compensation usage
wm4
2015-11-11
1
-13
/
+12
*
dec_audio: add missing include
wm4
2015-11-08
1
-0
/
+1
*
audio: interpolate audio timestamps
wm4
2015-11-08
1
-2
/
+12
*
audio: move PTS setting out of the decoder
wm4
2015-11-08
4
-18
/
+16
*
chmap: remove MPlayer layouts
wm4
2015-11-07
4
-39
/
+0
*
ao_jack: remove "alsa" std-channel-layout choice
wm4
2015-11-07
1
-5
/
+1
*
ao_alsa: remove the last bits of legacy channel map fallback
wm4
2015-11-07
1
-3
/
+1
*
audio: fix af_fmt_change_bytes() with spdif formats
wm4
2015-11-07
1
-1
/
+1
*
audio: do not require full audio chain reinit for speed changes
wm4
2015-11-04
1
-3
/
+0
*
af_lavcac3enc: simplify/fix AVPacket handling
wm4
2015-11-04
1
-16
/
+21
*
ao_alsa: fix 7.1 over HDMI
wm4
2015-11-04
1
-0
/
+26
*
ao_alsa: map mp_chmaps back to ALSA in a different way
wm4
2015-11-04
1
-39
/
+54
*
ao_alsa: print more chmap info at debug verbosity
wm4
2015-11-04
1
-9
/
+11
*
Revert "af_lavrresample: don't drop sl/sr channels for 7.1 on ALSA"
wm4
2015-11-04
1
-28
/
+5
*
af_lavrresample: don't drop sl/sr channels for 7.1 on ALSA
wm4
2015-11-03
2
-6
/
+29
*
ao_alsa: minor cleanups
wm4
2015-11-03
1
-34
/
+18
*
ao_alsa: simplify dmix non-NA hack
wm4
2015-11-03
1
-58
/
+43
*
ao_alsa: move channel map setting code out of main init function
wm4
2015-11-03
1
-104
/
+125
*
ao_alsa: make failure of buffer parameter setting non-fatal
wm4
2015-11-03
1
-4
/
+12
*
ao_alsa: disable resampling first thing
wm4
2015-11-03
1
-7
/
+7
*
ao_alsa: set access type before format
wm4
2015-11-03
1
-11
/
+13
*
ao_alsa: handle channel count mismatch safeguard after chmap negotiation
wm4
2015-11-03
1
-12
/
+12
*
ao_alsa: apply non-NA fallback only if input is stereo
wm4
2015-11-03
1
-0
/
+1
*
ao_alsa: treat SND_CHMAP_UNKNOWN as NA channel too
wm4
2015-11-03
1
-0
/
+1
*
ao_alsa: remove log message on pausing
wm4
2015-11-03
1
-1
/
+2
*
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