summaryrefslogtreecommitdiffstats
path: root/audio/filter/af.c
Commit message (Expand)AuthorAgeFilesLines
* build: make libavfilter mandatorywm42016-02-051-2/+0
* command: add af-command commandwm42016-01-221-0/+11
* audio: change downmix behavior, add --audio-normalize-downmixwm42016-01-201-0/+1
* af: prevent endless loop when removing filters due to spdifwm42015-10-261-1/+2
* audio/filter: remove reentrancy flagwm42015-09-201-14/+1
* af_lavfi: implement af-metadata propertywm42015-09-111-0/+12
* audio/filter: remove af_bs2b toowm42015-09-041-3/+0
* audio/filter: remove some useless filterswm42015-09-031-23/+0
* audio: remove af_dummywm42015-08-011-2/+0
* af: fix behavior with pathologic filter chainswm42015-07-071-0/+2
* audio: fix format function consistency issueswm42015-06-261-2/+2
* af: restore detaching of PCM filters when using spdifwm42015-06-221-1/+6
* Various spelling fixesMarcin Kurczewski2015-06-181-1/+1
* af: remove conversion filter searchwm42015-06-161-86/+4
* af_convert24: remove this filterwm42015-06-161-3/+0
* audio: remove S8, U16, U24, U32 formatswm42015-06-161-2/+0
* af: fix an aspect of filter chain flushingwm42015-06-151-0/+11
* af: don't attempt to remove last filter for spdif filter removalwm42015-05-051-1/+1
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* audio/filter: fully renegotiate audio formats on every reconfigwm42015-04-121-0/+10
* audio: automatically deatch filters if spdif prevents their usewm42015-04-071-0/+17
* audio: change a detail about filter insertionwm42015-04-071-7/+10
* audio: change playback speed directly in resamplerwm42015-03-021-2/+0
* af: account for queued frames in audio position calculationwm42015-02-111-0/+2
* af_rubberband: pitch correction with librubberbandwm42015-02-111-0/+4
* af: remove old filter compatibility hackwm42015-01-151-37/+1
* af: verify filter input formatswm42015-01-151-1/+4
* audio/filter: actually set fmt_in/fmt_out fieldswm42015-01-141-0/+2
* audio: use refcounted frames in the filter chainwm42015-01-131-49/+166
* audio/filter: remove unused af_calc_filter_multiplier()wm42015-01-131-17/+0
* win32: add mmap() emulationwm42014-12-261-2/+0
* audio: make mp_audio_config_to_str return a stack-allocated stringwm42014-11-251-8/+3
* 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-101-9/+35
* audio: change how filters are inserted on playback speed changeswm42014-11-101-0/+2
* audio/filter: allow removing filters by labelwm42014-10-021-1/+30
* audio: refactor some aspects of filter chain setupwm42014-10-021-13/+13
* audio/filter: don't wipe full filter chain if adding a filter failswm42014-10-021-2/+5
* audio: remove unused metadata fieldwm42014-07-211-1/+0
* Remove some mp_msg calls with no trailing \nwm42014-07-131-6/+6
* Add more constwm42014-06-111-31/+31
* af: add replaygain_data field to af_stream and af_instanceAlessandro Ghedini2014-04-041-0/+1
* build: simplify libavfilter configure checkswm42014-03-161-1/+1
* af: add metadata field to af_stream and af_instanceAlessandro Ghedini2014-03-131-0/+1
* af: fixed out-of-bounds accesses caused by NUM_FMT and co.11rcombs2014-01-191-18/+18
* m_option, m_config: mp_msg conversionswm42013-12-211-1/+1
* audio: mp_msg conversionswm42013-12-211-22/+21
* Reduce recursive config.h inclusions in headerswm42013-12-181-0/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-2/+2
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-1/+1
* audio/filter: change filter callback signaturewm42013-12-051-10/+12
* af: remove af->setup fieldwm42013-12-041-4/+4
* af: remove legacy option parsing hackswm42013-12-041-9/+2
* af: returning NULL on filtering means errorwm42013-12-041-2/+4
* options: add options that set defaults for af/vf/ao/vowm42013-12-011-0/+2
* audio: drop buffered filter data when seekingwm42013-11-181-0/+7
* audio/filter: remove unneeded AF_CONTROLs, convert to enumwm42013-11-181-6/+6
* af: cleanup documentation commentswm42013-11-181-4/+6
* audio: fix mid-stream audio reconfigurationwm42013-11-181-0/+2
* audio/filter: fix mul/delay scale and valueswm42013-11-121-5/+3
* af: don't require filters to allocate af_instance->data, redo bufferswm42013-11-121-36/+1
* audio/filter: prepare filter chain for non-interleaved audiowm42013-11-121-22/+24
* af: don't skip filtering if there's no more audiowm42013-11-101-2/+0
* af: allow filters to return AF_OK, even if format doesn't matchwm42013-11-091-0/+2
* af: always remove auto-inserted filters, improve error messagewm42013-11-091-4/+3
* af: remove a pointless macrowm42013-11-071-12/+15
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-4/+4
* af_volume: remove unused featureswm42013-10-261-3/+0
* audio/filter: split af_format into separate filters, rename af_forcewm42013-10-231-18/+92
* af: merge af_reinit() and fix_output_format()wm42013-09-201-29/+12
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-2/+2
* Fix some -Wshadow warningswm42013-07-231-2/+2
* options: make legacy hacks for AFs/VFs more explicitwm42013-07-221-0/+1
* audio/filter: use new option APIwm42013-07-221-111/+84
* af: fix recovery code for filter insertion (changing volume with spdif crash)wm42013-07-221-4/+2
* af_lavfi: add libavfilter bridgewm42013-05-231-0/+4
* af: improve filter chain setup retry limitwm42013-05-121-1/+10
* audio/filters: add af_forcewm42013-05-121-0/+2
* audio: print channel map additionally to channel count on terminalwm42013-05-121-15/+8
* af: print filter chain info on errorwm42013-05-121-15/+16
* af: use mp_chmap for mp_audio, include channel map in format negotiationwm42013-05-121-6/+9
* audio: add some setters for mp_audio, and require filters to use themwm42013-05-121-18/+2
* af: fix negotiation endless loopwm42013-04-131-3/+2
* af: streamline format negotiationwm42013-04-131-160/+199
* options: remove --af-advwm42013-04-131-3/+0
* af: remove accuracy optionwm42013-04-131-15/+4
* af: remove force optionwm42013-04-131-64/+49
* audio: remove float processing optionwm42013-04-131-3/+1
* audio: switch to libavcodec channel order, use libavresample for mixingwm42013-04-131-28/+4
* af: simplificationwm42013-04-131-35/+20
* af: factor channel filter insertionwm42013-04-131-30/+45
* af: use af_lavrresample for format conversions, if possiblewm42013-04-131-42/+91
* af: remove automatically inserted filters on full reinitwm42013-04-131-29/+40
* audio/filter: replace pointless memcpys with assignmentswm42013-04-131-13/+3
* af: uncrustifywm42013-04-131-464/+495
* af_lavrresample: add new resampling filter to replace the old onesStefano Pigozzi2013-03-131-17/+3
* Rename af_volnorm to af_drcMartin2013-02-121-2/+2
* Replace strsep() useswm42013-01-131-2/+7
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+700