]> git.sesse.net Git - ffmpeg/history - libavresample/utils.c
decode: fix the code reducing cropping to preserve alignment
[ffmpeg] / libavresample / utils.c
2015-12-14 Kip Warneravresample: Mark avresample_buffer() as pointer to...
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2014-10-18 Vittorio Giovaraavresample: prevent theoretical division by zero
2014-08-10 Luca Barbatoavresample: Introduce AVFrame-based API
2014-08-03 Justin Ruggleslavr: Do not change the sample format for mono audio
2014-05-28 Luca Barbatoavresample: Add avresample_get_out_samples
2014-04-13 Anton Khirnovlavr: allocate the resampling buffer with a positive...
2014-02-22 Anton Khirnovlavr: return an error if a avresample_open() is called...
2014-02-22 Anton Khirnovlavr: add a function for checking whether AVAudioResamp...
2013-10-27 Justin Ruggleslavr: check that current_buffer is not NULL before...
2013-01-08 Justin Ruggleslavr: add a public function for setting a custom channe...
2013-01-08 Justin Ruggleslavr: typedef internal structs in internal.h
2012-12-19 Justin Ruggleslavr: add option for dithering during sample format...
2012-12-12 Justin Ruggleslavr: fix segfault due to overlooked change needed...
2012-12-11 Justin Ruggleslavr: temporarily store custom matrix in AVAudioResampl...
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