51 Commits (21f9fbce5cf91456d3c2da3a05f58fdce667e517)

Author SHA1 Message Date
Kip Warner cc4c242081 avresample: Mark avresample_buffer() as pointer to const 9 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Vittorio Giovara 088eca2816 avresample: prevent theoretical division by zero 10 years ago
Luca Barbato fb1ddcdc8f avresample: Introduce AVFrame-based API 10 years ago
Justin Ruggles fbc0b86599 lavr: Do not change the sample format for mono audio 10 years ago
Luca Barbato b2d4565422 avresample: Add avresample_get_out_samples 11 years ago
Anton Khirnov ac976ed91e lavr: allocate the resampling buffer with a positive size 11 years ago
Anton Khirnov 1db03a6864 lavr: return an error if a avresample_open() is called on an open context 11 years ago
Anton Khirnov 7e86c27b4e lavr: add a function for checking whether AVAudioResampleContext is open 11 years ago
Justin Ruggles 211ca69b13 lavr: check that current_buffer is not NULL before using it 11 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 11 years ago
Justin Ruggles 074a00d192 lavr: add a public function for setting a custom channel map 12 years ago
Justin Ruggles 4d68269d58 lavr: typedef internal structs in internal.h 12 years ago
Justin Ruggles b2fe6756e3 lavr: add option for dithering during sample format conversion to s16 12 years ago
Justin Ruggles 42b5688d5e lavr: fix segfault due to overlooked change needed in 14758e3 12 years ago
Justin Ruggles 14758e3211 lavr: temporarily store custom matrix in AVAudioResampleContext 12 years ago
Justin Ruggles 1d86aa8b0f lavr: do not pass consumed samples as a parameter to ff_audio_resample() 12 years ago
Justin Ruggles 7f534d11ed lavr: do not pass sample count as a parameter to ff_audio_convert() 12 years ago
Justin Ruggles 02738792c5 lavr: fix the decision for writing directly to the output buffer 12 years ago
Anton Khirnov e7ba5b1de0 lavr: change the type of the data buffers to uint8_t**. 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Justin Ruggles 8821ae649e lavr: fix handling of custom mix matrices 12 years ago
Justin Ruggles 2f096bb10e lavr: add x86-optimized mixing functions 12 years ago
Justin Ruggles 6410397600 lavr: resampling: add support for s32p, fltp, and dblp internal sample formats 13 years ago
Justin Ruggles 8ca08066fc lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample format 13 years ago
Anton Khirnov 9684341346 lavr: do not try to copy to uninitialized output audio data. 13 years ago
Anton Khirnov 0982b0a431 lavr: make avresample_read() with NULL output discard samples. 13 years ago
Justin Ruggles c8af852b97 Add libavresample 13 years ago