aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter
Commit message (Expand)AuthorAge
* af: remove old filter compatibility hackGravatar wm42015-01-15
* audio/filter: switch remaining filters to refcountingGravatar wm42015-01-15
* audio/filter: switch remaining in-place filters to refcountingGravatar wm42015-01-15
* af: verify filter input formatsGravatar wm42015-01-15
* af_lavcac3enc: use refcounted framesGravatar wm42015-01-14
* af_lavfi: use refcounted framesGravatar wm42015-01-14
* audio/filter: actually set fmt_in/fmt_out fieldsGravatar wm42015-01-14
* af_scaletempo: use refcounted framesGravatar wm42015-01-14
* af_lavrresample: use refcounted framesGravatar wm42015-01-14
* af_convert24: use refcounted framesGravatar wm42015-01-13
* audio/filters: use refcounted frames for some in-place filtersGravatar wm42015-01-13
* audio/filters: use refcounted frames for some simple filtersGravatar wm42015-01-13
* af_volume: use refcounted framesGravatar wm42015-01-13
* audio: use refcounted frames in the filter chainGravatar wm42015-01-13
* audio/filter: remove unused af_calc_filter_multiplier()Gravatar wm42015-01-13
* af_volume: dump applied replaygain in verbose modeGravatar wm42015-01-04
* win32: add mmap() emulationGravatar wm42014-12-26
* af_hrtf: Fix out-of-range read.Gravatar reimar2014-12-06
* audio: make mp_audio_config_to_str return a stack-allocated stringGravatar wm42014-11-25
* af_scaletempo: use float division for rateGravatar wm42014-11-21
* Remove some unneeded NULL checksGravatar wm42014-11-21
* af: remove redundant functionGravatar wm42014-11-12
* af: check audio params for validityGravatar wm42014-11-12
* audio: make decoders output refcounted framesGravatar wm42014-11-10
* audio: change how filters are inserted on playback speed changesGravatar wm42014-11-10
* af_format: remove redundant message prefixesGravatar wm42014-11-10
* af_lavcac3enc: fix byte orderGravatar wm42014-10-12
* audio/filter: allow removing filters by labelGravatar wm42014-10-02
* audio: refactor some aspects of filter chain setupGravatar wm42014-10-02
* audio/filter: don't wipe full filter chain if adding a filter failsGravatar wm42014-10-02
* audio: cleanup spdif format definitionsGravatar wm42014-09-23
* audio: drop swapped-endian audio formatsGravatar wm42014-09-23
* audio: remove swapped-endian spdif formatsGravatar wm42014-09-23
* af_hrtf: initialize coefficient arraysGravatar wm42014-09-19
* af_lavrresample: fix crash with size 0Gravatar wm42014-09-15
* af_hrtf: request required samplerate, instead of erroring outGravatar wm42014-09-05
* af_hrtf: cosmetics: reindent misaligned code blockGravatar wm42014-09-05
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* af_lavrresample: minor cosmeticsGravatar wm42014-08-17
* af_lavcac3enc: lower minimum channel number to 3Gravatar wm42014-08-12
* af_lavcac3enc: change default bitrate to 640Gravatar wm42014-08-12
* Improve setting AVOptionsGravatar wm42014-08-02
* audio: remove unused metadata fieldGravatar wm42014-07-21
* Remove some mp_msg calls with no trailing \nGravatar wm42014-07-13
* af_volume: fix calculations including replay-gainGravatar Mohammad Alsaleh2014-06-28
* Add more constGravatar wm42014-06-11
* af_lavcac3enc: detach on any passthrough format, not just ac3Gravatar wm42014-04-16
* Kill all tabsGravatar wm42014-04-13
* af_volume: fix clang -Wsometimes-uninitializedGravatar Kevin Mitchell2014-04-13
* af_lavfi: fix graph parse deprecation warningGravatar Kevin Mitchell2014-04-13