summaryrefslogtreecommitdiffstats
path: root/audio/filter/af_lavrresample.c
Commit message (Expand)AuthorAgeFilesLines
* 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