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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-08Merge commit '074a00d192c0e749d677b008b337da42597e780f'Michael Niedermayer
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-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-20lavr: add option for dithering during sample format conversion to s16Justin Ruggles
2012-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-12Merge commit '14758e3211d34a97c42b07acae117ce5627d7f57'Michael Niedermayer
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-28Merge commit 'f5fa03660db16f9d78abc5a626438b4d0b54f563'Michael Niedermayer
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-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-18lavr: fix the decision for writing directly to the output bufferJustin Ruggles
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-05lavr: change the type of the data buffers to uint8_t**.Anton Khirnov
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04lavr: fix handling of custom mix matricesJustin Ruggles
2012-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-27lavr: add x86-optimized mixing functionsJustin Ruggles
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-25Add libavresampleJustin Ruggles