Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-29avresample: Add avresample_get_out_samplesLuca Barbato
2014-04-13lavr: allocate the resampling buffer with a positive sizeAnton Khirnov
2014-02-22lavr: return an error if a avresample_open() is called on an open contextAnton Khirnov
2014-02-22lavr: add a function for checking whether AVAudioResampleContext is openAnton Khirnov
2013-10-27lavr: check that current_buffer is not NULL before using itJustin Ruggles
2013-01-08lavr: add a public function for setting a custom channel mapJustin Ruggles
2013-01-08lavr: typedef internal structs in internal.hJustin Ruggles
2012-12-20lavr: add option for dithering during sample format conversion to s16Justin Ruggles
2012-12-12lavr: fix segfault due to overlooked change needed in 14758e3Justin Ruggles
2012-12-11lavr: temporarily store custom matrix in AVAudioResampleContextJustin Ruggles
2012-11-28lavr: do not pass consumed samples as a parameter to ff_audio_resample()Justin Ruggles
2012-11-28lavr: do not pass sample count as a parameter to ff_audio_convert()Justin Ruggles
2012-11-18lavr: fix the decision for writing directly to the output bufferJustin Ruggles
2012-10-05lavr: change the type of the data buffers to uint8_t**.Anton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-04lavr: fix handling of custom mix matricesJustin Ruggles
2012-07-27lavr: add x86-optimized mixing functionsJustin Ruggles
2012-07-08lavr: resampling: add support for s32p, fltp, and dblp internal sample formatsJustin Ruggles
2012-07-08lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles
2012-05-09lavr: do not try to copy to uninitialized output audio data.Anton Khirnov
2012-05-09lavr: make avresample_read() with NULL output discard samples.Anton Khirnov
2012-04-25Add libavresampleJustin Ruggles