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