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
/
audio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
audio: make mp_audio_realloc[_min] ensure frame is writeable
wm4
2016-07-31
1
-1
/
+10
*
audio: use idiotic FFmpeg ABI rules for public-except-not-public fields
wm4
2016-07-24
1
-5
/
+5
*
af_lavcac3enc: use common code for AVFrame setup
wm4
2016-07-24
1
-5
/
+19
*
audio: add a helper for getting frame end PTS
wm4
2016-06-27
1
-2
/
+10
*
audio: make mp_audio_skip_samples() adjust the PTS
wm4
2016-02-22
1
-1
/
+3
*
audio: move frame clipping to a generic function
wm4
2016-02-21
1
-0
/
+33
*
Fix build on Libav
wm4
2016-01-30
1
-0
/
+1
*
audio: move mp_audio->AVFrame conversion to a function
wm4
2016-01-29
1
-0
/
+72
*
mpv_talloc.h: rename from talloc.h
Dmitrij D. Czarkoff
2016-01-11
1
-1
/
+1
*
audio: use AVFrames with more than 8 channels correctly
wm4
2015-10-26
1
-5
/
+7
*
audio/filter: remove some useless filters
wm4
2015-09-03
1
-7
/
+0
*
audio: fix format function consistency issues
wm4
2015-06-26
1
-3
/
+3
*
audio: output human-readable channel layouts too
wm4
2015-06-25
1
-2
/
+6
*
audio: remove unused readonly field
wm4
2015-06-15
1
-2
/
+1
*
audio: deal with AVFrame-style buffer assignments
wm4
2015-06-12
1
-3
/
+13
*
audio: introduce mp_audio readonly bit
wm4
2015-05-04
1
-1
/
+2
*
audio: make all format query shortcuts macros
Kevin Mitchell
2015-04-03
1
-2
/
+2
*
audio: fix pool allocation
wm4
2015-02-11
1
-1
/
+2
*
audio: add some utility functions for refcounted frames
wm4
2015-01-13
1
-10
/
+58
*
audio: make mp_audio_config_to_str return a stack-allocated string
wm4
2014-11-25
1
-10
/
+5
*
audio: make mp_chmap_to_str() return a stack-allocated string
wm4
2014-11-24
1
-4
/
+3
*
audio: make sure AVFrame is actually refcounted
wm4
2014-11-11
1
-0
/
+12
*
audio: refuse to allocate frames in invalid format
wm4
2014-11-11
1
-1
/
+1
*
audio: add mp_audio_make_writeable()
wm4
2014-11-10
1
-0
/
+26
*
audio: clear buffer array too with mp_audio_set_null_data()
wm4
2014-11-10
1
-1
/
+3
*
audio: add function to convert AVFrame to mp_audio references
wm4
2014-11-10
1
-0
/
+48
*
audio: add mp_audio_pool
wm4
2014-11-10
1
-4
/
+62
*
audio: use AVBufferRef to allocate audio frames
wm4
2014-11-10
1
-19
/
+9
*
af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriate
Marcoen Hirschberg
2014-05-28
1
-1
/
+1
*
audio: preallocate audio buffers on resize
wm4
2014-04-18
1
-2
/
+7
*
audio: check for overflows
wm4
2014-01-03
1
-0
/
+5
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
1
-1
/
+1
*
Merge mp_talloc.h into ta/ta_talloc.h
wm4
2013-12-17
1
-1
/
+1
*
audio: better rejection of invalid formats
wm4
2013-11-27
1
-0
/
+6
*
audio: fix audio data memory leak
wm4
2013-11-14
1
-1
/
+1
*
mp_audio: use av_malloc (cargo cult for libav*)
wm4
2013-11-12
1
-3
/
+27
*
audio/filter: prepare filter chain for non-interleaved audio
wm4
2013-11-12
1
-11
/
+137
*
audio: replace af_fmt2str_short -> af_fmt_to_str
wm4
2013-11-07
1
-1
/
+1
*
core: move contents to mpvcore (2/2)
Stefano Pigozzi
2013-08-06
1
-1
/
+1
*
audio: add channel map selection function
wm4
2013-05-12
1
-2
/
+1
*
audio/filters: add af_force
wm4
2013-05-12
1
-0
/
+6
*
audio: print channel map additionally to channel count on terminal
wm4
2013-05-12
1
-0
/
+15
*
af: use mp_chmap for mp_audio, include channel map in format negotiation
wm4
2013-05-12
1
-2
/
+20
*
audio: add some setters for mp_audio, and require filters to use them
wm4
2013-05-12
1
-0
/
+38