summaryrefslogtreecommitdiffstats
path: root/audio/filter
Commit message (Expand)AuthorAgeFilesLines
* af: fix behavior with pathologic filter chainswm42015-07-071-0/+2
* af_lavrresample: log actual channel layout conversionswm42015-06-301-3/+6
* audio: fix format function consistency issueswm42015-06-264-5/+5
* af: move af_from_dB() function to af_volume.cwm42015-06-233-22/+11
* af_volume: add a replaygain fallback optionwm42015-06-231-0/+5
* af_lavrresample: free and reallocate resample context on reconfigwm42015-06-221-30/+35
* af_lavrresample: fix commentwm42015-06-221-4/+4
* af: restore detaching of PCM filters when using spdifwm42015-06-223-1/+14
* af_lavrresample: don't flush in uninitialized statewm42015-06-221-1/+2
* Various spelling fixesMarcin Kurczewski2015-06-185-8/+8
* af_lavrresample: include osdep/endian.hwm42015-06-171-0/+1
* af: remove conversion filter searchwm42015-06-163-94/+4
* af_convert24: remove this filterwm42015-06-162-123/+0
* af_lavrresample: integrate 24 bit (3 bytes per sample) outputwm42015-06-161-9/+48
* af_lavrresample: always fill reorderwm42015-06-161-1/+1
* audio: remove S8, U16, U24, U32 formatswm42015-06-164-116/+1
* af_lavcac3enc: fix A/V syncwm42015-06-151-3/+17
* af: fix an aspect of filter chain flushingwm42015-06-151-0/+11
* audio: fill NA channels with silencewm42015-06-121-11/+29
* af_lavrresample: slightly better computation of total delaywm42015-06-041-6/+9
* af_lavrresample: use a new libswresample function if availablewm42015-06-041-0/+4
* af_lavrresample: change output samples calculationwm42015-06-041-2/+2
* af_lavrresample: use native libavresample function for output sizewm42015-06-021-7/+6
* af_lavrresample: fix and simplify flushing on playback speed changewm42015-06-021-23/+1
* audio: make softvol scale cubicwm42015-05-221-2/+5
* af: don't attempt to remove last filter for spdif filter removalwm42015-05-051-1/+1
* af_lavrresample: remove dead undefswm42015-05-051-3/+0
* audio: introduce support for padding channelswm42015-05-051-37/+82
* af_lavrresample: fix drainingwm42015-04-181-8/+8
* Update license headersMarcin Kurczewski2015-04-1331-156/+126
* af_lavrresample: minor simplificationwm42015-04-121-4/+4
* af_lavrresample: allow resetting output sample formatwm42015-04-121-2/+3
* audio/filter: fully renegotiate audio formats on every reconfigwm42015-04-121-0/+10
* audio: automatically deatch filters if spdif prevents their usewm42015-04-072-5/+17
* audio: change a detail about filter insertionwm42015-04-072-8/+12
* audio: make all format query shortcuts macrosKevin Mitchell2015-04-032-2/+2
* af_lavrresample: always normalize (libswresample is stupid)wm42015-04-021-0/+4
* af: remove unused functionswm42015-04-012-34/+0
* af_bs2b: fix option default valuewm42015-03-221-1/+2
* af_lavfi: handle seekingwm42015-03-171-1/+27
* audio: refuse to change playback speed with spdifwm42015-03-071-1/+1
* af_scaletempo: minor simplificationwm42015-03-061-15/+6
* af_scaletempo: restore confusing mplayer behaviorwm42015-03-061-3/+9
* audio: change playback speed directly in resamplerwm42015-03-023-90/+73
* af_rubberband: actually fix deadlockMartin Herkt2015-02-121-1/+1
* af_rubberband: fix filter error deadlockwm42015-02-121-2/+2
* af_rubberband: change defaultsMartin Herkt2015-02-121-9/+6
* af_rubberband: fix breakagewm42015-02-111-1/+3
* af_rubberband: make all librubberband options configurablewm42015-02-111-4/+43
* af_rubberband: attempt to fix audio position calculationwm42015-02-111-4/+17
* af_rubberband: always calculate and set delaywm42015-02-111-12/+11
* af: account for queued frames in audio position calculationwm42015-02-111-0/+2
* af_rubberband: improve EOF handlingwm42015-02-111-5/+11
* af_rubberband: pitch correction with librubberbandwm42015-02-112-0/+173
* af_scaletempo: allow changing speed at runtime without reinitwm42015-02-101-18/+21
* af_scaletempo: drop detaching or skipping init on speed=1wm42015-02-101-7/+5
* af: remove old filter compatibility hackwm42015-01-152-42/+1
* audio/filter: switch remaining filters to refcountingwm42015-01-154-44/+58
* audio/filter: switch remaining in-place filters to refcountingwm42015-01-159-127/+134
* af: verify filter input formatswm42015-01-151-1/+4
* af_lavcac3enc: use refcounted frameswm42015-01-141-89/+95
* af_lavfi: use refcounted frameswm42015-01-141-44/+57
* audio/filter: actually set fmt_in/fmt_out fieldswm42015-01-141-0/+2
* af_scaletempo: use refcounted frameswm42015-01-141-11/+23
* af_lavrresample: use refcounted frameswm42015-01-141-23/+46
* af_convert24: use refcounted frameswm42015-01-131-8/+13
* audio/filters: use refcounted frames for some in-place filterswm42015-01-133-7/+31
* audio/filters: use refcounted frames for some simple filterswm42015-01-134-10/+18
* af_volume: use refcounted frameswm42015-01-131-8/+15
* audio: use refcounted frames in the filter chainwm42015-01-132-53/+190
* audio/filter: remove unused af_calc_filter_multiplier()wm42015-01-136-31/+2
* af_volume: dump applied replaygain in verbose modewm42015-01-041-1/+5
* win32: add mmap() emulationwm42014-12-262-3/+0
* af_hrtf: Fix out-of-range read.reimar2014-12-061-2/+7
* audio: make mp_audio_config_to_str return a stack-allocated stringwm42014-11-251-8/+3
* af_scaletempo: use float division for ratewm42014-11-211-1/+1
* Remove some unneeded NULL checkswm42014-11-211-5/+6
* af: remove redundant functionwm42014-11-121-9/+2
* af: check audio params for validitywm42014-11-121-0/+5
* audio: make decoders output refcounted frameswm42014-11-102-10/+38
* audio: change how filters are inserted on playback speed changeswm42014-11-103-0/+72
* af_format: remove redundant message prefixeswm42014-11-101-2/+2
* af_lavcac3enc: fix byte orderwm42014-10-121-2/+2
* audio/filter: allow removing filters by labelwm42014-10-022-1/+33
* audio: refactor some aspects of filter chain setupwm42014-10-022-13/+15
* audio/filter: don't wipe full filter chain if adding a filter failswm42014-10-021-2/+5
* audio: cleanup spdif format definitionswm42014-09-232-2/+2
* audio: drop swapped-endian audio formatswm42014-09-233-90/+30
* audio: remove swapped-endian spdif formatswm42014-09-231-4/+12
* af_hrtf: initialize coefficient arrayswm42014-09-191-0/+25
* af_lavrresample: fix crash with size 0wm42014-09-151-2/+3
* af_hrtf: request required samplerate, instead of erroring outwm42014-09-051-8/+1
* af_hrtf: cosmetics: reindent misaligned code blockwm42014-09-051-8/+8
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-1/+1
* af_lavrresample: minor cosmeticswm42014-08-171-4/+2
* af_lavcac3enc: lower minimum channel number to 3wm42014-08-121-1/+1
* af_lavcac3enc: change default bitrate to 640wm42014-08-121-1/+2
* Improve setting AVOptionswm42014-08-022-13/+9
* audio: remove unused metadata fieldwm42014-07-212-3/+0
* Remove some mp_msg calls with no trailing \nwm42014-07-131-6/+6
* af_volume: fix calculations including replay-gainMohammad Alsaleh2014-06-281-2/+2
* Add more constwm42014-06-1126-60/+60
* af_lavcac3enc: detach on any passthrough format, not just ac3wm42014-04-161-1/+1
* Kill all tabswm42014-04-1321-524/+524
* af_volume: fix clang -Wsometimes-uninitializedKevin Mitchell2014-04-131-1/+1
* af_lavfi: fix graph parse deprecation warningKevin Mitchell2014-04-131-1/+1
* demux: move metadata-based replaygain decoding out of af_volumeAlessandro Ghedini2014-04-041-80/+9
* af_volume: use replaygain side dataAlessandro Ghedini2014-04-041-7/+19
* af: add replaygain_data field to af_stream and af_instanceAlessandro Ghedini2014-04-042-0/+3
* af_volume: fix replaygainwm42014-03-271-2/+3
* af_lavcac3enc: use new AVFrame APIwm42014-03-161-3/+3
* build: simplify libavfilter configure checkswm42014-03-161-1/+1
* Remove some more unneeded version checkswm42014-03-161-13/+3
* af_lavrresample: remove avresample_set_channel_mapping() fallbackswm42014-03-161-24/+0
* af_volume: don't print missing replaygain tags as errorwm42014-03-141-1/+1
* af_volume: add detach optionwm42014-03-141-0/+4
* af_volume: separate softvol volume control from replaygain levelwm42014-03-141-5/+8
* af_volume: remove double-negated suboptionwm42014-03-141-3/+3
* af_volume: add support for replaygain pre-amp and clipping preventionAlessandro Ghedini2014-03-131-11/+74
* af_volume: add replaygain supportAlessandro Ghedini2014-03-131-0/+22
* af: add metadata field to af_stream and af_instanceAlessandro Ghedini2014-03-132-0/+3
* af_lavfi: beat it into working with Libavwm42014-03-131-23/+39
* audio/filter: remove redundant log message prefixeswm42014-01-2413-44/+44
* audio: fix balance controlwm42014-01-231-2/+2
* af: fixed out-of-bounds accesses caused by NUM_FMT and co.11rcombs2014-01-191-18/+18
* af_export: require filename argumentwm42013-12-211-4/+3
* m_option, m_config: mp_msg conversionswm42013-12-211-1/+1
* audio/fmt-conversion.c: remove unknown audio format messageswm42013-12-211-0/+3
* audio: mp_msg conversionswm42013-12-2118-145/+136
* Reduce recursive config.h inclusions in headerswm42013-12-183-3/+3
* Remove the _ macrowm42013-12-181-0/+2
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-1714-15/+15
* Move options/config related files from mpvcore/ to options/wm42013-12-178-9/+9
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-163-6/+6
* audio: flush remaining data from the filter chain on EOFwm42013-12-051-2/+2
* audio/filter: change filter callback signaturewm42013-12-0527-143/+144
* af: remove af->setup fieldwm42013-12-043-9/+7
* af: remove legacy option parsing hackswm42013-12-042-10/+2
* af_pan: change options, use option parserwm42013-12-041-42/+38
* af_ladspa: change options, use option parserwm42013-12-041-158/+103
* af_delay: change option parsing, fix bugs, use option parserwm42013-12-041-27/+36
* af_channels: use "unknown" channel layoutswm42013-12-041-2/+4
* af_channels: change options, fix bugs, use option parserwm42013-12-041-65/+45
* af_sweep: use option parserwm42013-12-041-16/+7
* af_surround: use option parserwm42013-12-041-24/+8
* af_sub: use option parserwm42013-12-041-36/+9
* af_sinesuppress: use option parserwm42013-12-041-24/+8
* af_hrtf: use option parserwm42013-12-041-34/+23
* af_extrastereo: use option parserwm42013-12-041-22/+8
* af_export: use option parserwm42013-12-041-48/+16
* af_equalizer: use option parserwm42013-12-041-26/+17
* af_drc: use option parserwm42013-12-041-35/+18
* af_center: use option parserwm42013-12-041-27/+8
* af: returning NULL on filtering means errorwm42013-12-041-2/+4
* options: add options that set defaults for af/vf/ao/vowm42013-12-012-1/+2
* Use O_CLOEXEC when creating FDswm42013-11-301-1/+3
* af_lavi: actually free the filter graph on uninitwm42013-11-271-5/+1
* audio/filter: rename af_tools.c to tools.cwm42013-11-181-0/+0
* audio: drop buffered filter data when seekingwm42013-11-184-0/+25
* audio/filter: remove unneeded AF_CONTROLs, convert to enumwm42013-11-1814-229/+66
* af: cleanup documentation commentswm42013-11-183-139/+22
* audio: fix mid-stream audio reconfigurationwm42013-11-181-0/+2
* af_lavrresample: set cutoff as double, not intwm42013-11-171-1/+1
* audio: drop "_NE"/"ne" suffix from audio formatswm42013-11-1519-33/+33
* af_lavcac3enc: use option parserwm42013-11-151-35/+37
* af_lavcac3enc: use planar formatswm42013-11-121-134/+82
* af_lavcac3enc: simplify format negotiationwm42013-11-121-28/+33
* audio/filter: fix mul/delay scale and valueswm42013-11-1227-51/+20
* af: don't require filters to allocate af_instance->data, redo bufferswm42013-11-1227-211/+36
* af_lavfi: add support for non-interleaved audiowm42013-11-121-30/+24
* af_volume: add support for non-interleaved audiowm42013-11-121-16/+25
* af_lavrresample: add support for non-interleaved audiowm42013-11-121-27/+45
* audio/filter: prepare filter chain for non-interleaved audiowm42013-11-1225-155/+163
* af: don't skip filtering if there's no more audiowm42013-11-102-3/+5
* af_volume: use only one volume setting for all channelswm42013-11-091-22/+14
* af_scaletempo: uncrustifywm42013-11-091-404/+388
*