aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter/af_lavrresample.c
Commit message (Expand)AuthorAge
* audio/filter: fix mul/delay scale and valuesGravatar wm42013-11-12
* af: don't require filters to allocate af_instance->data, redo buffersGravatar wm42013-11-12
* af_lavrresample: add support for non-interleaved audioGravatar wm42013-11-12
* audio/filter: prepare filter chain for non-interleaved audioGravatar wm42013-11-12
* af: don't skip filtering if there's no more audioGravatar wm42013-11-10
* af_lavrresample: reconfigure libavresample only on successful initGravatar wm42013-11-09
* af_lavrresample: move libavresample setup to separate functionGravatar wm42013-11-09
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* audio/filter: remove useless af_info fieldsGravatar wm42013-10-23
* af_lavrresample: actually free resamplerGravatar wm42013-10-19
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* af_lavrresample: switch to new option APIGravatar wm42013-07-22
* af_lavrresample: fix inverted conditionGravatar wm42013-05-13
* audio: fix compilation with older libavresample versionsGravatar wm42013-05-13
* af_lavrresample: avoid channel reordering with unknown layoutsGravatar wm42013-05-12
* audio: let libavresample do channel reorderingGravatar wm42013-05-12
* af_lavrresample: context is always allocated hereGravatar wm42013-05-12
* af: use mp_chmap for mp_audio, include channel map in format negotiationGravatar wm42013-05-12
* audio: add some setters for mp_audio, and require filters to use themGravatar wm42013-05-12
* af_lavrresample: add no-detach suboptionGravatar wm42013-04-13
* audio: switch to libavcodec channel order, use libavresample for mixingGravatar wm42013-04-13
* af: use af_lavrresample for format conversions, if possibleGravatar wm42013-04-13
* af_lavrresample: allow other ffmpeg sample formats for input/outputGravatar wm42013-04-13
* af_lavrresample: add new resampling filter to replace the old onesGravatar Stefano Pigozzi2013-03-13