aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter
Commit message (Expand)AuthorAge
* 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
* demux: move metadata-based replaygain decoding out of af_volumeGravatar Alessandro Ghedini2014-04-04
* af_volume: use replaygain side dataGravatar Alessandro Ghedini2014-04-04
* af: add replaygain_data field to af_stream and af_instanceGravatar Alessandro Ghedini2014-04-04
* af_volume: fix replaygainGravatar wm42014-03-27
* af_lavcac3enc: use new AVFrame APIGravatar wm42014-03-16
* build: simplify libavfilter configure checksGravatar wm42014-03-16
* Remove some more unneeded version checksGravatar wm42014-03-16
* af_lavrresample: remove avresample_set_channel_mapping() fallbacksGravatar wm42014-03-16
* af_volume: don't print missing replaygain tags as errorGravatar wm42014-03-14
* af_volume: add detach optionGravatar wm42014-03-14
* af_volume: separate softvol volume control from replaygain levelGravatar wm42014-03-14
* af_volume: remove double-negated suboptionGravatar wm42014-03-14
* af_volume: add support for replaygain pre-amp and clipping preventionGravatar Alessandro Ghedini2014-03-13
* af_volume: add replaygain supportGravatar Alessandro Ghedini2014-03-13
* af: add metadata field to af_stream and af_instanceGravatar Alessandro Ghedini2014-03-13
* af_lavfi: beat it into working with LibavGravatar wm42014-03-13