aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter/af.c
Commit message (Expand)AuthorAge
* Add more constGravatar wm42014-06-11
* af: add replaygain_data field to af_stream and af_instanceGravatar Alessandro Ghedini2014-04-04
* build: simplify libavfilter configure checksGravatar wm42014-03-16
* af: add metadata field to af_stream and af_instanceGravatar Alessandro Ghedini2014-03-13
* af: fixed out-of-bounds accesses caused by NUM_FMT and co.Gravatar 11rcombs2014-01-19
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* audio: mp_msg conversionsGravatar wm42013-12-21
* Reduce recursive config.h inclusions in headersGravatar wm42013-12-18
* 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/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: returning NULL on filtering means errorGravatar wm42013-12-04
* options: add options that set defaults for af/vf/ao/voGravatar wm42013-12-01
* audio: drop buffered filter data when seekingGravatar wm42013-11-18
* audio/filter: remove unneeded AF_CONTROLs, convert to enumGravatar wm42013-11-18
* af: cleanup documentation commentsGravatar wm42013-11-18
* audio: fix mid-stream audio reconfigurationGravatar wm42013-11-18
* audio/filter: fix mul/delay scale and valuesGravatar wm42013-11-12
* af: don't require filters to allocate af_instance->data, redo buffersGravatar wm42013-11-12
* audio/filter: prepare filter chain for non-interleaved audioGravatar wm42013-11-12
* af: don't skip filtering if there's no more audioGravatar wm42013-11-10
* af: allow filters to return AF_OK, even if format doesn't matchGravatar wm42013-11-09
* af: always remove auto-inserted filters, improve error messageGravatar wm42013-11-09
* af: remove a pointless macroGravatar wm42013-11-07
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* af_volume: remove unused featuresGravatar wm42013-10-26
* audio/filter: split af_format into separate filters, rename af_forceGravatar wm42013-10-23
* af: merge af_reinit() and fix_output_format()Gravatar wm42013-09-20
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* Fix some -Wshadow warningsGravatar wm42013-07-23
* options: make legacy hacks for AFs/VFs more explicitGravatar wm42013-07-22
* audio/filter: use new option APIGravatar wm42013-07-22
* af: fix recovery code for filter insertion (changing volume with spdif crash)Gravatar wm42013-07-22
* af_lavfi: add libavfilter bridgeGravatar wm42013-05-23
* af: improve filter chain setup retry limitGravatar wm42013-05-12
* audio/filters: add af_forceGravatar wm42013-05-12
* audio: print channel map additionally to channel count on terminalGravatar wm42013-05-12
* af: print filter chain info on errorGravatar wm42013-05-12
* af: use mp_chmap for mp_audio, include channel map in format negotiationGravatar wm42013-05-12
* audio: add some setters for mp_audio, and require filters to use themGravatar wm42013-05-12
* af: fix negotiation endless loopGravatar wm42013-04-13
* af: streamline format negotiationGravatar wm42013-04-13
* options: remove --af-advGravatar wm42013-04-13
* af: remove accuracy optionGravatar wm42013-04-13
* af: remove force optionGravatar wm42013-04-13
* audio: remove float processing optionGravatar wm42013-04-13
* audio: switch to libavcodec channel order, use libavresample for mixingGravatar wm42013-04-13
* af: simplificationGravatar wm42013-04-13