]> git.sesse.net Git - ffmpeg/history - libavresample/utils.c
avconv: fix variable shadowing in configure_input_audio_filter()
[ffmpeg] / libavresample / utils.c
2012-11-27 Justin Ruggleslavr: do not pass consumed samples as a parameter to...
2012-11-27 Justin Ruggleslavr: do not pass sample count as a parameter to ff_aud...
2012-11-18 Justin Ruggleslavr: fix the decision for writing directly to the...
2012-10-05 Anton Khirnovlavr: change the type of the data buffers to uint8_t**.
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-04 Justin Ruggleslavr: fix handling of custom mix matrices
2012-07-27 Justin Ruggleslavr: add x86-optimized mixing functions
2012-07-08 Justin Ruggleslavr: resampling: add support for s32p, fltp, and dblp...
2012-07-08 Justin Ruggleslavr: Use AV_SAMPLE_FMT_NONE to auto-select the interna...
2012-05-09 Anton Khirnovlavr: do not try to copy to uninitialized output audio...
2012-05-09 Anton Khirnovlavr: make avresample_read() with NULL output discard...
2012-04-25 Justin RugglesAdd libavresample