summaryrefslogtreecommitdiffstats
path: root/audio/filter
Commit message (Expand)AuthorAgeFilesLines
* audio: make internal audio format 0 an invalid formatwm42013-08-261-1/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-068-14/+14
* core: change speed option/property to doublewm42013-08-051-2/+2
* Fix some -Wshadow warningswm42013-07-232-5/+5
* options: make legacy hacks for AFs/VFs more explicitwm42013-07-221-0/+1
* af_bs2b: use new option APIwm42013-07-221-84/+28
* af_lavfi: switch to new option APIwm42013-07-221-8/+24
* af_scaletempo: use new option APIwm42013-07-221-84/+44
* af_lavrresample: switch to new option APIwm42013-07-221-51/+45
* af_force: use new option APIwm42013-07-221-34/+21
* audio/filter: use new option APIwm42013-07-222-147/+92
* af_force: add option that causes filter to fail at initializationwm42013-07-221-1/+9
* af: fix recovery code for filter insertion (changing volume with spdif crash)wm42013-07-221-4/+2
* af_lavfi: add libavfilter bridgewm42013-05-232-0/+310
* af_lavrresample: fix inverted conditionwm42013-05-131-1/+1
* audio: fix compilation with older libavresample versionswm42013-05-131-0/+13
* af: improve filter chain setup retry limitwm42013-05-121-1/+10
* af_lavrresample: avoid channel reordering with unknown layoutswm42013-05-121-8/+24
* audio/filters: add af_forcewm42013-05-122-0/+148
* af_ladspa: code cleanupeng2013-05-121-15/+17
* 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
* reorder_ch: remove old channel reorder functionswm42013-05-121-9/+0
* audio: let libavresample do channel reorderingwm42013-05-121-3/+49
* af_lavrresample: context is always allocated herewm42013-05-121-2/+1
* af_pan: set unknown channel layout for outputwm42013-05-121-2/+11
* af: use mp_chmap for mp_audio, include channel map in format negotiationwm42013-05-1210-54/+39
* audio: add some setters for mp_audio, and require filters to use themwm42013-05-1223-166/+78
* audio: add channel map APIwm42013-05-121-3/+2
* audio/filter: remove unused AF_CONTROLswm42013-05-127-213/+1
* af: fix negotiation endless loopwm42013-04-131-3/+2
* af: streamline format negotiationwm42013-04-132-161/+206
* af_lavrresample: add no-detach suboptionwm42013-04-131-1/+6
* options: remove --af-advwm42013-04-132-22/+0
* af: remove accuracy optionwm42013-04-131-15/+4
* af: remove force optionwm42013-04-131-64/+49
* audio: remove float processing optionwm42013-04-133-14/+3
* audio: switch to libavcodec channel order, use libavresample for mixingwm42013-04-133-42/+42
* 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-134-45/+111
* af: remove automatically inserted filters on full reinitwm42013-04-132-31/+44
* af_lavrresample: allow other ffmpeg sample formats for input/outputwm42013-04-131-17/+48
* audio/filter: replace pointless memcpys with assignmentswm42013-04-134-17/+10
* af: uncrustifywm42013-04-132-466/+496
* af_lavrresample: add new resampling filter to replace the old onesStefano Pigozzi2013-03-135-795/+280
* af_lavcac3enc: switch to avcodec_encode_audio2()wm42013-03-131-45/+71
* Rename af_volnorm to af_drcMartin2013-02-122-20/+20
* Replace strsep() useswm42013-01-131-2/+7
* af_volnorm: fix output range with float inputUoti Urpala2013-01-131-3/+3
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-151-6/+7
* audio: remove support for native alaw/mulaw/adpcm outputwm42012-12-113-1201/+3
* audio: make AC3 pass-through with ad_spdif workreimar2012-12-031-14/+22
* af_lavcac3enc, encode: support planar formatsRudolf Polzer2012-12-031-3/+44
* Fix potential bugs and issues, general cleanupsreimar2012-11-201-1/+3
* Rename directories, move files (step 2 of 2)wm42012-11-126-9/+8
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-1237-0/+10952