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: 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