aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter/af_lavrresample.c
Commit message (Expand)AuthorAge
...
* af_lavrresample: minor simplificationGravatar wm42015-04-12
* af_lavrresample: allow resetting output sample formatGravatar wm42015-04-12
* audio: make all format query shortcuts macrosGravatar Kevin Mitchell2015-04-03
* af_lavrresample: always normalize (libswresample is stupid)Gravatar wm42015-04-02
* audio: change playback speed directly in resamplerGravatar wm42015-03-02
* af_lavrresample: use refcounted framesGravatar wm42015-01-14
* audio/filter: remove unused af_calc_filter_multiplier()Gravatar wm42015-01-13
* af_lavrresample: fix crash with size 0Gravatar wm42014-09-15
* af_lavrresample: minor cosmeticsGravatar wm42014-08-17
* Improve setting AVOptionsGravatar wm42014-08-02
* Add more constGravatar wm42014-06-11
* af_lavrresample: remove avresample_set_channel_mapping() fallbacksGravatar wm42014-03-16
* audio/filter: remove redundant log message prefixesGravatar wm42014-01-24
* audio: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* audio/filter: change filter callback signatureGravatar wm42013-12-05
* audio: drop buffered filter data when seekingGravatar wm42013-11-18
* audio/filter: remove unneeded AF_CONTROLs, convert to enumGravatar wm42013-11-18
* af_lavrresample: set cutoff as double, not intGravatar wm42013-11-17
* audio: drop "_NE"/"ne" suffix from audio formatsGravatar wm42013-11-15
* 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