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
/
filter
/
af.c
Commit message (
Expand
)
Author
Age
*
Update license headers
Marcin Kurczewski
2015-04-13
*
audio/filter: fully renegotiate audio formats on every reconfig
wm4
2015-04-12
*
audio: automatically deatch filters if spdif prevents their use
wm4
2015-04-07
*
audio: change a detail about filter insertion
wm4
2015-04-07
*
audio: change playback speed directly in resampler
wm4
2015-03-02
*
af: account for queued frames in audio position calculation
wm4
2015-02-11
*
af_rubberband: pitch correction with librubberband
wm4
2015-02-11
*
af: remove old filter compatibility hack
wm4
2015-01-15
*
af: verify filter input formats
wm4
2015-01-15
*
audio/filter: actually set fmt_in/fmt_out fields
wm4
2015-01-14
*
audio: use refcounted frames in the filter chain
wm4
2015-01-13
*
audio/filter: remove unused af_calc_filter_multiplier()
wm4
2015-01-13
*
win32: add mmap() emulation
wm4
2014-12-26
*
audio: make mp_audio_config_to_str return a stack-allocated string
wm4
2014-11-25
*
af: remove redundant function
wm4
2014-11-12
*
af: check audio params for validity
wm4
2014-11-12
*
audio: make decoders output refcounted frames
wm4
2014-11-10
*
audio: change how filters are inserted on playback speed changes
wm4
2014-11-10
*
audio/filter: allow removing filters by label
wm4
2014-10-02
*
audio: refactor some aspects of filter chain setup
wm4
2014-10-02
*
audio/filter: don't wipe full filter chain if adding a filter fails
wm4
2014-10-02
*
audio: remove unused metadata field
wm4
2014-07-21
*
Remove some mp_msg calls with no trailing \n
wm4
2014-07-13
*
Add more const
wm4
2014-06-11
*
af: add replaygain_data field to af_stream and af_instance
Alessandro Ghedini
2014-04-04
*
build: simplify libavfilter configure checks
wm4
2014-03-16
*
af: add metadata field to af_stream and af_instance
Alessandro Ghedini
2014-03-13
*
af: fixed out-of-bounds accesses caused by NUM_FMT and co.
11rcombs
2014-01-19
*
m_option, m_config: mp_msg conversions
wm4
2013-12-21
*
audio: mp_msg conversions
wm4
2013-12-21
*
Reduce recursive config.h inclusions in headers
wm4
2013-12-18
*
Move options/config related files from mpvcore/ to options/
wm4
2013-12-17
*
Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg
wm4
2013-12-16
*
audio/filter: change filter callback signature
wm4
2013-12-05
*
af: remove af->setup field
wm4
2013-12-04
*
af: remove legacy option parsing hacks
wm4
2013-12-04
*
af: returning NULL on filtering means error
wm4
2013-12-04
*
options: add options that set defaults for af/vf/ao/vo
wm4
2013-12-01
*
audio: drop buffered filter data when seeking
wm4
2013-11-18
*
audio/filter: remove unneeded AF_CONTROLs, convert to enum
wm4
2013-11-18
*
af: cleanup documentation comments
wm4
2013-11-18
*
audio: fix mid-stream audio reconfiguration
wm4
2013-11-18
*
audio/filter: fix mul/delay scale and values
wm4
2013-11-12
*
af: don't require filters to allocate af_instance->data, redo buffers
wm4
2013-11-12
*
audio/filter: prepare filter chain for non-interleaved audio
wm4
2013-11-12
*
af: don't skip filtering if there's no more audio
wm4
2013-11-10
*
af: allow filters to return AF_OK, even if format doesn't match
wm4
2013-11-09
*
af: always remove auto-inserted filters, improve error message
wm4
2013-11-09
*
af: remove a pointless macro
wm4
2013-11-07
*
configure: uniform the defines to #define HAVE_xxx (0|1)
Stefano Pigozzi
2013-11-03
[next]