]> git.sesse.net Git - ffmpeg/history - libavresample/avresample.h
hevc: Eliminate pointless variable indirection
[ffmpeg] / libavresample / avresample.h
2016-11-21 Diego BiurrunFix some mismatches between function parameter and...
2015-12-14 Kip Warneravresample: Mark avresample_buffer() as pointer to...
2015-11-05 Luca Barbatoavresample: Document avresample_open() a little better
2014-08-10 Luca Barbatoavresample: Introduce AVFrame-based API
2014-05-28 Luca Barbatoavresample: Add avresample_get_out_samples
2014-02-22 Anton Khirnovlavr: add a function for checking whether AVAudioResamp...
2013-01-08 Justin Ruggleslavr: add a public function for setting a custom channe...
2013-01-04 Peter Meerwaldlavr: fix missing " in header documentation
2012-12-19 Justin Ruggleslavr: add option for dithering during sample format...
2012-12-17 Justin Ruggleslavr: remove automatic context close/open for resamplin...
2012-12-11 Justin Ruggleslavr: clarify documentation for avresample_get/set_matrix()
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-10-29 Anton Khirnovlavr: document upper bound on number of output samples.
2012-10-29 Anton Khirnovlavr: add general API usage doxy
2012-10-05 Anton Khirnovlavr: change the type of the data buffers to uint8_t**.
2012-07-08 Justin Ruggleslavr: resampling: add filter type and Kaiser window...
2012-06-18 John StebbinsAdd Dolby/DPLII downmix support to libavresample
2012-05-09 Anton Khirnovlavr: make avresample_read() with NULL output discard...
2012-05-01 Justin Ruggleslavr: use 8.8 instead of 10.6 as the 16-bit fixed-point...
2012-04-25 Justin RugglesAdd libavresample