aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter
Commit message (Expand)AuthorAge
* 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
* audio/filter: remove redundant log message prefixesGravatar wm42014-01-24
* audio: fix balance controlGravatar wm42014-01-23
* af: fixed out-of-bounds accesses caused by NUM_FMT and co.Gravatar 11rcombs2014-01-19
* af_export: require filename argumentGravatar wm42013-12-21
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* audio/fmt-conversion.c: remove unknown audio format messagesGravatar wm42013-12-21
* audio: mp_msg conversionsGravatar wm42013-12-21
* Reduce recursive config.h inclusions in headersGravatar wm42013-12-18
* Remove the _ macroGravatar wm42013-12-18
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* audio: flush remaining data from the filter chain on EOFGravatar wm42013-12-05
* audio/filter: change filter callback signatureGravatar wm42013-12-05
* af: remove af->setup fieldGravatar wm42013-12-04
* af: remove legacy option parsing hacksGravatar wm42013-12-04
* af_pan: change options, use option parserGravatar wm42013-12-04
* af_ladspa: change options, use option parserGravatar wm42013-12-04
* af_delay: change option parsing, fix bugs, use option parserGravatar wm42013-12-04
* af_channels: use "unknown" channel layoutsGravatar wm42013-12-04
* af_channels: change options, fix bugs, use option parserGravatar wm42013-12-04
* af_sweep: use option parserGravatar wm42013-12-04
* af_surround: use option parserGravatar wm42013-12-04
* af_sub: use option parserGravatar wm42013-12-04
* af_sinesuppress: use option parserGravatar wm42013-12-04
* af_hrtf: use option parserGravatar wm42013-12-04
* af_extrastereo: use option parserGravatar wm42013-12-04