| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | af_lavrresample: simplify set_compensation usage | wm4 | 2015-11-11 | 1 | -13/+12 |
* | 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 |
* | 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 | 1 | -5/+28 |
* | Replace deprecated av_free_packet() calls | wm4 | 2015-10-28 | 1 | -1/+1 |
* | audio: use AVFrames with more than 8 channels correctly | wm4 | 2015-10-26 | 1 | -3/+5 |
* | af_lavrresample: make planarization pass work with >8 channels | wm4 | 2015-10-26 | 1 | -4/+5 |
* | af: prevent endless loop when removing filters due to spdif | wm4 | 2015-10-26 | 1 | -1/+2 |
* | af_lavrresample: fix unintended audio drift when setting playback speed | wm4 | 2015-10-14 | 1 | -3/+9 |
* | af_lavrresample: reinit resampler on large speed changes | wm4 | 2015-10-12 | 1 | -15/+19 |
* | af_lavrresample: use libswsresample dynamic rate adjustment feature | wm4 | 2015-10-07 | 1 | -9/+26 |
* | audio/filter: remove reentrancy flag | wm4 | 2015-09-20 | 5 | -22/+1 |
* | af_lavfi: implement af-metadata property | wm4 | 2015-09-11 | 3 | -0/+37 |
* | af: use generic statuc codes | wm4 | 2015-09-11 | 1 | -7/+7 |
* | af_lavrresample: remove unnecessary indirections | wm4 | 2015-09-08 | 1 | -35/+30 |
* | af_lavrresample: add normalize suboption | wm4 | 2015-09-08 | 1 | -1/+6 |
* | af_lavrresample: add missing include statement | wm4 | 2015-09-04 | 1 | -0/+1 |
* | audio/filter: remove af_bs2b too | wm4 | 2015-09-04 | 2 | -171/+0 |
* | audio/filter: remove some useless filters | wm4 | 2015-09-03 | 17 | -3934/+0 |
* | audio: remove unused legacy libavutil header | wm4 | 2015-08-07 | 2 | -2/+0 |
* | audio: remove af_dummy | wm4 | 2015-08-01 | 2 | -63/+0 |
* | af_lavrresample: always reinit resampler on filter reinit | wm4 | 2015-07-19 | 1 | -18/+1 |
* | af_lavrresample: don't unnecessarily print remix message | wm4 | 2015-07-19 | 1 | -8/+8 |
* | af: fix behavior with pathologic filter chains | wm4 | 2015-07-07 | 1 | -0/+2 |
* | af_lavrresample: log actual channel layout conversions | wm4 | 2015-06-30 | 1 | -3/+6 |
* | audio: fix format function consistency issues | wm4 | 2015-06-26 | 4 | -5/+5 |
* | af: move af_from_dB() function to af_volume.c | wm4 | 2015-06-23 | 3 | -22/+11 |
* | af_volume: add a replaygain fallback option | wm4 | 2015-06-23 | 1 | -0/+5 |
* | af_lavrresample: free and reallocate resample context on reconfig | wm4 | 2015-06-22 | 1 | -30/+35 |
* | af_lavrresample: fix comment | wm4 | 2015-06-22 | 1 | -4/+4 |
* | af: restore detaching of PCM filters when using spdif | wm4 | 2015-06-22 | 3 | -1/+14 |
* | af_lavrresample: don't flush in uninitialized state | wm4 | 2015-06-22 | 1 | -1/+2 |
* | Various spelling fixes | Marcin Kurczewski | 2015-06-18 | 5 | -8/+8 |
* | af_lavrresample: include osdep/endian.h | wm4 | 2015-06-17 | 1 | -0/+1 |
* | af: remove conversion filter search | wm4 | 2015-06-16 | 3 | -94/+4 |
* | af_convert24: remove this filter | wm4 | 2015-06-16 | 2 | -123/+0 |
* | af_lavrresample: integrate 24 bit (3 bytes per sample) output | wm4 | 2015-06-16 | 1 | -9/+48 |
* | af_lavrresample: always fill reorder | wm4 | 2015-06-16 | 1 | -1/+1 |
* | audio: remove S8, U16, U24, U32 formats | wm4 | 2015-06-16 | 4 | -116/+1 |
* | af_lavcac3enc: fix A/V sync | wm4 | 2015-06-15 | 1 | -3/+17 |
* | af: fix an aspect of filter chain flushing | wm4 | 2015-06-15 | 1 | -0/+11 |
* | audio: fill NA channels with silence | wm4 | 2015-06-12 | 1 | -11/+29 |
* | af_lavrresample: slightly better computation of total delay | wm4 | 2015-06-04 | 1 | -6/+9 |
* | af_lavrresample: use a new libswresample function if available | wm4 | 2015-06-04 | 1 | -0/+4 |
* | af_lavrresample: change output samples calculation | wm4 | 2015-06-04 | 1 | -2/+2 |
* | af_lavrresample: use native libavresample function for output size | wm4 | 2015-06-02 | 1 | -7/+6 |
* | af_lavrresample: fix and simplify flushing on playback speed change | wm4 | 2015-06-02 | 1 | -23/+1 |
* | audio: make softvol scale cubic | wm4 | 2015-05-22 | 1 | -2/+5 |
* | af: don't attempt to remove last filter for spdif filter removal | wm4 | 2015-05-05 | 1 | -1/+1 |
* | af_lavrresample: remove dead undefs | wm4 | 2015-05-05 | 1 | -3/+0 |
* | audio: introduce support for padding channels | wm4 | 2015-05-05 | 1 | -37/+82 |
* | af_lavrresample: fix draining | wm4 | 2015-04-18 | 1 | -8/+8 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 31 | -156/+126 |
* | af_lavrresample: minor simplification | wm4 | 2015-04-12 | 1 | -4/+4 |
* | af_lavrresample: allow resetting output sample format | wm4 | 2015-04-12 | 1 | -2/+3 |
* | audio/filter: fully renegotiate audio formats on every reconfig | wm4 | 2015-04-12 | 1 | -0/+10 |
* | audio: automatically deatch filters if spdif prevents their use | wm4 | 2015-04-07 | 2 | -5/+17 |
* | audio: change a detail about filter insertion | wm4 | 2015-04-07 | 2 | -8/+12 |
* | audio: make all format query shortcuts macros | Kevin Mitchell | 2015-04-03 | 2 | -2/+2 |
* | af_lavrresample: always normalize (libswresample is stupid) | wm4 | 2015-04-02 | 1 | -0/+4 |
* | af: remove unused functions | wm4 | 2015-04-01 | 2 | -34/+0 |
* | af_bs2b: fix option default value | wm4 | 2015-03-22 | 1 | -1/+2 |
* | af_lavfi: handle seeking | wm4 | 2015-03-17 | 1 | -1/+27 |
* | audio: refuse to change playback speed with spdif | wm4 | 2015-03-07 | 1 | -1/+1 |
* | af_scaletempo: minor simplification | wm4 | 2015-03-06 | 1 | -15/+6 |
* | af_scaletempo: restore confusing mplayer behavior | wm4 | 2015-03-06 | 1 | -3/+9 |
* | audio: change playback speed directly in resampler | wm4 | 2015-03-02 | 3 | -90/+73 |
* | af_rubberband: actually fix deadlock | Martin Herkt | 2015-02-12 | 1 | -1/+1 |
* | af_rubberband: fix filter error deadlock | wm4 | 2015-02-12 | 1 | -2/+2 |
* | af_rubberband: change defaults | Martin Herkt | 2015-02-12 | 1 | -9/+6 |
* | af_rubberband: fix breakage | wm4 | 2015-02-11 | 1 | -1/+3 |
* | af_rubberband: make all librubberband options configurable | wm4 | 2015-02-11 | 1 | -4/+43 |
* | af_rubberband: attempt to fix audio position calculation | wm4 | 2015-02-11 | 1 | -4/+17 |
* | af_rubberband: always calculate and set delay | wm4 | 2015-02-11 | 1 | -12/+11 |
* | af: account for queued frames in audio position calculation | wm4 | 2015-02-11 | 1 | -0/+2 |
* | af_rubberband: improve EOF handling | wm4 | 2015-02-11 | 1 | -5/+11 |
* | af_rubberband: pitch correction with librubberband | wm4 | 2015-02-11 | 2 | -0/+173 |
* | af_scaletempo: allow changing speed at runtime without reinit | wm4 | 2015-02-10 | 1 | -18/+21 |
* | af_scaletempo: drop detaching or skipping init on speed=1 | wm4 | 2015-02-10 | 1 | -7/+5 |
* | af: remove old filter compatibility hack | wm4 | 2015-01-15 | 2 | -42/+1 |
* | audio/filter: switch remaining filters to refcounting | wm4 | 2015-01-15 | 4 | -44/+58 |
* | audio/filter: switch remaining in-place filters to refcounting | wm4 | 2015-01-15 | 9 | -127/+134 |
* | af: verify filter input formats | wm4 | 2015-01-15 | 1 | -1/+4 |
* | af_lavcac3enc: use refcounted frames | wm4 | 2015-01-14 | 1 | -89/+95 |
* | af_lavfi: use refcounted frames | wm4 | 2015-01-14 | 1 | -44/+57 |
* | audio/filter: actually set fmt_in/fmt_out fields | wm4 | 2015-01-14 | 1 | -0/+2 |
* | af_scaletempo: use refcounted frames | wm4 | 2015-01-14 | 1 | -11/+23 |
* | af_lavrresample: use refcounted frames | wm4 | 2015-01-14 | 1 | -23/+46 |
* | af_convert24: use refcounted frames | wm4 | 2015-01-13 | 1 | -8/+13 |
* | audio/filters: use refcounted frames for some in-place filters | wm4 | 2015-01-13 | 3 | -7/+31 |
* | audio/filters: use refcounted frames for some simple filters | wm4 | 2015-01-13 | 4 | -10/+18 |
* | af_volume: use refcounted frames | wm4 | 2015-01-13 | 1 | -8/+15 |
* | audio: use refcounted frames in the filter chain | wm4 | 2015-01-13 | 2 | -53/+190 |
* | audio/filter: remove unused af_calc_filter_multiplier() | wm4 | 2015-01-13 | 6 | -31/+2 |
* | af_volume: dump applied replaygain in verbose mode | wm4 | 2015-01-04 | 1 | -1/+5 |
* | win32: add mmap() emulation | wm4 | 2014-12-26 | 2 | -3/+0 |
* | af_hrtf: Fix out-of-range read. | reimar | 2014-12-06 | 1 | -2/+7 |
* | audio: make mp_audio_config_to_str return a stack-allocated string | wm4 | 2014-11-25 | 1 | -8/+3 |
* | af_scaletempo: use float division for rate | wm4 | 2014-11-21 | 1 | -1/+1 |
* | Remove some unneeded NULL checks | wm4 | 2014-11-21 | 1 | -5/+6 |
* | af: remove redundant function | wm4 | 2014-11-12 | 1 | -9/+2 |
* | af: check audio params for validity | wm4 | 2014-11-12 | 1 | -0/+5 |
* | audio: make decoders output refcounted frames | wm4 | 2014-11-10 | 2 | -10/+38 |
* | audio: change how filters are inserted on playback speed changes | wm4 | 2014-11-10 | 3 | -0/+72 |
* | af_format: remove redundant message prefixes | wm4 | 2014-11-10 | 1 | -2/+2 |
* | af_lavcac3enc: fix byte order | wm4 | 2014-10-12 | 1 | -2/+2 |
* | audio/filter: allow removing filters by label | wm4 | 2014-10-02 | 2 | -1/+33 |
* | audio: refactor some aspects of filter chain setup | wm4 | 2014-10-02 | 2 | -13/+15 |
* | audio/filter: don't wipe full filter chain if adding a filter fails | wm4 | 2014-10-02 | 1 | -2/+5 |
* | audio: cleanup spdif format definitions | wm4 | 2014-09-23 | 2 | -2/+2 |
* | audio: drop swapped-endian audio formats | wm4 | 2014-09-23 | 3 | -90/+30 |
* | audio: remove swapped-endian spdif formats | wm4 | 2014-09-23 | 1 | -4/+12 |
* | af_hrtf: initialize coefficient arrays | wm4 | 2014-09-19 | 1 | -0/+25 |
* | af_lavrresample: fix crash with size 0 | wm4 | 2014-09-15 | 1 | -2/+3 |
* | af_hrtf: request required samplerate, instead of erroring out | wm4 | 2014-09-05 | 1 | -8/+1 |
* | af_hrtf: cosmetics: reindent misaligned code block | wm4 | 2014-09-05 | 1 | -8/+8 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 1 | -1/+1 |
* | af_lavrresample: minor cosmetics | wm4 | 2014-08-17 | 1 | -4/+2 |
* | af_lavcac3enc: lower minimum channel number to 3 | wm4 | 2014-08-12 | 1 | -1/+1 |
* | af_lavcac3enc: change default bitrate to 640 | wm4 | 2014-08-12 | 1 | -1/+2 |
* | Improve setting AVOptions | wm4 | 2014-08-02 | 2 | -13/+9 |
* | audio: remove unused metadata field | wm4 | 2014-07-21 | 2 | -3/+0 |
* | Remove some mp_msg calls with no trailing \n | wm4 | 2014-07-13 | 1 | -6/+6 |
* | af_volume: fix calculations including replay-gain | Mohammad Alsaleh | 2014-06-28 | 1 | -2/+2 |
* | Add more const | wm4 | 2014-06-11 | 26 | -60/+60 |
* | af_lavcac3enc: detach on any passthrough format, not just ac3 | wm4 | 2014-04-16 | 1 | -1/+1 |
* | Kill all tabs | wm4 | 2014-04-13 | 21 | -524/+524 |
* | af_volume: fix clang -Wsometimes-uninitialized | Kevin Mitchell | 2014-04-13 | 1 | -1/+1 |
* | af_lavfi: fix graph parse deprecation warning | Kevin Mitchell | 2014-04-13 | 1 | -1/+1 |
* | demux: move metadata-based replaygain decoding out of af_volume | Alessandro Ghedini | 2014-04-04 | 1 | -80/+9 |
* | af_volume: use replaygain side data | Alessandro Ghedini | 2014-04-04 | 1 | -7/+19 |
* | af: add replaygain_data field to af_stream and af_instance | Alessandro Ghedini | 2014-04-04 | 2 | -0/+3 |
* | af_volume: fix replaygain | wm4 | 2014-03-27 | 1 | -2/+3 |
* | af_lavcac3enc: use new AVFrame API | wm4 | 2014-03-16 | 1 | -3/+3 |
* | build: simplify libavfilter configure checks | wm4 | 2014-03-16 | 1 | -1/+1 |
* | Remove some more unneeded version checks | wm4 | 2014-03-16 | 1 | -13/+3 |
* | af_lavrresample: remove avresample_set_channel_mapping() fallbacks | wm4 | 2014-03-16 | 1 | -24/+0 |
* | af_volume: don't print missing replaygain tags as error | wm4 | 2014-03-14 | 1 | -1/+1 |
* | af_volume: add detach option | wm4 | 2014-03-14 | 1 | -0/+4 |
* | af_volume: separate softvol volume control from replaygain level | wm4 | 2014-03-14 | 1 | -5/+8 |
* | af_volume: remove double-negated suboption | wm4 | 2014-03-14 | 1 | -3/+3 |
* | af_volume: add support for replaygain pre-amp and clipping prevention | Alessandro Ghedini | 2014-03-13 | 1 | -11/+74 |
* | af_volume: add replaygain support | Alessandro Ghedini | 2014-03-13 | 1 | -0/+22 |
* | af: add metadata field to af_stream and af_instance | Alessandro Ghedini | 2014-03-13 | 2 | -0/+3 |
* | af_lavfi: beat it into working with Libav | wm4 | 2014-03-13 | 1 | -23/+39 |
* | audio/filter: remove redundant log message prefixes | wm4 | 2014-01-24 | 13 | -44/+44 |
* | audio: fix balance control | wm4 | 2014-01-23 | 1 | -2/+2 |
* | af: fixed out-of-bounds accesses caused by NUM_FMT and co. | 11rcombs | 2014-01-19 | 1 | -18/+18 |
* | af_export: require filename argument | wm4 | 2013-12-21 | 1 | -4/+3 |
* | m_option, m_config: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | audio/fmt-conversion.c: remove unknown audio format messages | wm4 | 2013-12-21 | 1 | -0/+3 |
* | audio: mp_msg conversions | wm4 | 2013-12-21 | 18 | -145/+136 |
* | Reduce recursive config.h inclusions in headers | wm4 | 2013-12-18 | 3 | -3/+3 |
* | Remove the _ macro | wm4 | 2013-12-18 | 1 | -0/+2 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 14 | -15/+15 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 8 | -9/+9 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 3 | -6/+6 |
* | audio: flush remaining data from the filter chain on EOF | wm4 | 2013-12-05 | 1 | -2/+2 |
* | audio/filter: change filter callback signature | wm4 | 2013-12-05 | 27 | -143/+144 |
* | af: remove af->setup field | wm4 | 2013-12-04 | 3 | -9/+7 |
* | af: remove legacy option parsing hacks | wm4 | 2013-12-04 | 2 | -10/+2 |
* | af_pan: change options, use option parser | wm4 | 2013-12-04 | 1 | -42/+38 |
* | af_ladspa: change options, use option parser | wm4 | 2013-12-04 | 1 | -158/+103 |
* | af_delay: change option parsing, fix bugs, use option parser | wm4 | 2013-12-04 | 1 | -27/+36 |
* | af_channels: use "unknown" channel layouts | wm4 | 2013-12-04 | 1 | -2/+4 |
* | af_channels: change options, fix bugs, use option parser | wm4 | 2013-12-04 | 1 | -65/+45 |
* | af_sweep: use option parser | wm4 | 2013-12-04 | 1 | -16/+7 |
* | af_surround: use option parser | wm4 | 2013-12-04 | 1 | -24/+8 |
* | af_sub: use option parser | wm4 | 2013-12-04 | 1 | -36/+9 |
* | af_sinesuppress: use option parser | wm4 | 2013-12-04 | 1 | -24/+8 |
* | af_hrtf: use option parser | wm4 | 2013-12-04 | 1 | -34/+23 |
* | af_extrastereo: use option parser | wm4 | 2013-12-04 | 1 | -22/+8 |
* | af_export: use option parser | wm4 | 2013-12-04 | 1 | |