summaryrefslogtreecommitdiffstats
path: root/audio/filter/af_lavrresample.c
Commit message (Expand)AuthorAgeFilesLines
* af_lavrresample: change fudged channelswm42016-02-041-2/+2
* audio: change downmix behavior, add --audio-normalize-downmixwm42016-01-201-4/+8
* af_lavrresample: fudge some channel layout conversionwm42016-01-181-0/+33
* af_lavrresample: fix build on Libavwm42015-11-261-1/+1
* af_lavrresample: clamp float output to rangewm42015-11-251-0/+12
* af_lavrresample: simplify set_compensation usagewm42015-11-111-13/+12
* Revert "af_lavrresample: don't drop sl/sr channels for 7.1 on ALSA"wm42015-11-041-28/+5
* af_lavrresample: don't drop sl/sr channels for 7.1 on ALSAwm42015-11-031-5/+28
* af_lavrresample: make planarization pass work with >8 channelswm42015-10-261-4/+5
* af_lavrresample: fix unintended audio drift when setting playback speedwm42015-10-141-3/+9
* af_lavrresample: reinit resampler on large speed changeswm42015-10-121-15/+19
* af_lavrresample: use libswsresample dynamic rate adjustment featurewm42015-10-071-9/+26
* af_lavrresample: remove unnecessary indirectionswm42015-09-081-35/+30
* af_lavrresample: add normalize suboptionwm42015-09-081-1/+6
* af_lavrresample: add missing include statementwm42015-09-041-0/+1
* audio: remove unused legacy libavutil headerwm42015-08-071-1/+0
* af_lavrresample: always reinit resampler on filter reinitwm42015-07-191-18/+1
* af_lavrresample: don't unnecessarily print remix messagewm42015-07-191-8/+8
* af_lavrresample: log actual channel layout conversionswm42015-06-301-3/+6
* audio: fix format function consistency issueswm42015-06-261-1/+1
* af_lavrresample: free and reallocate resample context on reconfigwm42015-06-221-30/+35
* af_lavrresample: fix commentwm42015-06-221-4/+4
* af: restore detaching of PCM filters when using spdifwm42015-06-221-0/+6
* af_lavrresample: don't flush in uninitialized statewm42015-06-221-1/+2
* af_lavrresample: include osdep/endian.hwm42015-06-171-0/+1
* af: remove conversion filter searchwm42015-06-161-7/+0
* af_lavrresample: integrate 24 bit (3 bytes per sample) outputwm42015-06-161-9/+48
* af_lavrresample: always fill reorderwm42015-06-161-1/+1
* audio: fill NA channels with silencewm42015-06-121-11/+29
* af_lavrresample: slightly better computation of total delaywm42015-06-041-6/+9
* af_lavrresample: use a new libswresample function if availablewm42015-06-041-0/+4
* af_lavrresample: change output samples calculationwm42015-06-041-2/+2
* af_lavrresample: use native libavresample function for output sizewm42015-06-021-7/+6
* af_lavrresample: fix and simplify flushing on playback speed changewm42015-06-021-23/+1
* af_lavrresample: remove dead undefswm42015-05-051-3/+0
* audio: introduce support for padding channelswm42015-05-051-37/+82
* af_lavrresample: fix drainingwm42015-04-181-8/+8
* Update license headersMarcin Kurczewski2015-04-131-5/+5
* af_lavrresample: minor simplificationwm42015-04-121-4/+4
* af_lavrresample: allow resetting output sample formatwm42015-04-121-2/+3
* audio: make all format query shortcuts macrosKevin Mitchell2015-04-031-1/+1
* af_lavrresample: always normalize (libswresample is stupid)wm42015-04-021-0/+4
* audio: change playback speed directly in resamplerwm42015-03-021-17/+73
* af_lavrresample: use refcounted frameswm42015-01-141-23/+46
* audio/filter: remove unused af_calc_filter_multiplier()wm42015-01-131-2/+0
* af_lavrresample: fix crash with size 0wm42014-09-151-2/+3
* af_lavrresample: minor cosmeticswm42014-08-171-4/+2
* Improve setting AVOptionswm42014-08-021-6/+4
* Add more constwm42014-06-111-1/+1
* af_lavrresample: remove avresample_set_channel_mapping() fallbackswm42014-03-161-24/+0
* audio/filter: remove redundant log message prefixeswm42014-01-241-2/+2
* audio: mp_msg conversionswm42013-12-211-4/+3
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* audio/filter: change filter callback signaturewm42013-12-051-4/+4
* audio: drop buffered filter data when seekingwm42013-11-181-0/+11
* audio/filter: remove unneeded AF_CONTROLs, convert to enumwm42013-11-181-3/+3
* af_lavrresample: set cutoff as double, not intwm42013-11-171-1/+1
* audio: drop "_NE"/"ne" suffix from audio formatswm42013-11-151-1/+1
* audio/filter: fix mul/delay scale and valueswm42013-11-121-6/+2
* af: don't require filters to allocate af_instance->data, redo bufferswm42013-11-121-3/+0
* af_lavrresample: add support for non-interleaved audiowm42013-11-121-27/+45
* audio/filter: prepare filter chain for non-interleaved audiowm42013-11-121-14/+18
* af: don't skip filtering if there's no more audiowm42013-11-101-1/+5
* af_lavrresample: reconfigure libavresample only on successful initwm42013-11-091-7/+6
* af_lavrresample: move libavresample setup to separate functionwm42013-11-091-90/+98
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-4/+4
* audio/filter: remove useless af_info fieldswm42013-10-231-6/+4
* af_lavrresample: actually free resamplerwm42013-10-191-0/+3
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-3/+3
* af_lavrresample: switch to new option APIwm42013-07-221-51/+45
* af_lavrresample: fix inverted conditionwm42013-05-131-1/+1
* audio: fix compilation with older libavresample versionswm42013-05-131-0/+13
* af_lavrresample: avoid channel reordering with unknown layoutswm42013-05-121-8/+24
* audio: let libavresample do channel reorderingwm42013-05-121-3/+49
* af_lavrresample: context is always allocated herewm42013-05-121-2/+1
* af: use mp_chmap for mp_audio, include channel map in format negotiationwm42013-05-121-19/+14
* audio: add some setters for mp_audio, and require filters to use themwm42013-05-121-10/+6
* af_lavrresample: add no-detach suboptionwm42013-04-131-1/+6
* audio: switch to libavcodec channel order, use libavresample for mixingwm42013-04-131-14/+30
* af: use af_lavrresample for format conversions, if possiblewm42013-04-131-1/+8
* af_lavrresample: allow other ffmpeg sample formats for input/outputwm42013-04-131-17/+48
* af_lavrresample: add new resampling filter to replace the old onesStefano Pigozzi2013-03-131-0/+277