index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
audio
/
audio.c
Commit message (
Expand
)
Author
Age
*
audio: move libswresample wrapper out of audio filter code
wm4
2017-09-21
*
audio: fix uninitialized data access
wm4
2017-08-18
*
audio: introduce a new type to hold audio frames
wm4
2017-08-16
*
audio: make mp_audio_realloc[_min] ensure frame is writeable
wm4
2016-07-31
*
audio: use idiotic FFmpeg ABI rules for public-except-not-public fields
wm4
2016-07-24
*
af_lavcac3enc: use common code for AVFrame setup
wm4
2016-07-24
*
audio: add a helper for getting frame end PTS
wm4
2016-06-27
*
audio: make mp_audio_skip_samples() adjust the PTS
wm4
2016-02-22
*
audio: move frame clipping to a generic function
wm4
2016-02-21
*
Fix build on Libav
wm4
2016-01-30
*
audio: move mp_audio->AVFrame conversion to a function
wm4
2016-01-29
*
mpv_talloc.h: rename from talloc.h
Dmitrij D. Czarkoff
2016-01-11
*
audio: use AVFrames with more than 8 channels correctly
wm4
2015-10-26
*
audio/filter: remove some useless filters
wm4
2015-09-03
*
audio: fix format function consistency issues
wm4
2015-06-26
*
audio: output human-readable channel layouts too
wm4
2015-06-25
*
audio: remove unused readonly field
wm4
2015-06-15
*
audio: deal with AVFrame-style buffer assignments
wm4
2015-06-12
*
audio: introduce mp_audio readonly bit
wm4
2015-05-04
*
audio: make all format query shortcuts macros
Kevin Mitchell
2015-04-03
*
audio: fix pool allocation
wm4
2015-02-11
*
audio: add some utility functions for refcounted frames
wm4
2015-01-13
*
audio: make mp_audio_config_to_str return a stack-allocated string
wm4
2014-11-25
*
audio: make mp_chmap_to_str() return a stack-allocated string
wm4
2014-11-24
*
audio: make sure AVFrame is actually refcounted
wm4
2014-11-11
*
audio: refuse to allocate frames in invalid format
wm4
2014-11-11
*
audio: add mp_audio_make_writeable()
wm4
2014-11-10
*
audio: clear buffer array too with mp_audio_set_null_data()
wm4
2014-11-10
*
audio: add function to convert AVFrame to mp_audio references
wm4
2014-11-10
*
audio: add mp_audio_pool
wm4
2014-11-10
*
audio: use AVBufferRef to allocate audio frames
wm4
2014-11-10
*
af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriate
Marcoen Hirschberg
2014-05-28
*
audio: preallocate audio buffers on resize
wm4
2014-04-18
*
audio: check for overflows
wm4
2014-01-03
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
*
Merge mp_talloc.h into ta/ta_talloc.h
wm4
2013-12-17
*
audio: better rejection of invalid formats
wm4
2013-11-27
*
audio: fix audio data memory leak
wm4
2013-11-14
*
mp_audio: use av_malloc (cargo cult for libav*)
wm4
2013-11-12
*
audio/filter: prepare filter chain for non-interleaved audio
wm4
2013-11-12
*
audio: replace af_fmt2str_short -> af_fmt_to_str
wm4
2013-11-07
*
core: move contents to mpvcore (2/2)
Stefano Pigozzi
2013-08-06
*
audio: add channel map selection function
wm4
2013-05-12
*
audio/filters: add af_force
wm4
2013-05-12
*
audio: print channel map additionally to channel count on terminal
wm4
2013-05-12
*
af: use mp_chmap for mp_audio, include channel map in format negotiation
wm4
2013-05-12
*
audio: add some setters for mp_audio, and require filters to use them
wm4
2013-05-12