summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-28Merge commit '211ca69b13eb0a127a9ef7e70ddaccdab125d1c5'Michael Niedermayer1-1/+2
2013-10-27lavr: check that current_buffer is not NULL before using itJustin Ruggles1-1/+2
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann145-580/+580
2013-01-08Merge commit '074a00d192c0e749d677b008b337da42597e780f'Michael Niedermayer15-41/+328
2013-01-08lavr: add a public function for setting a custom channel mapJustin Ruggles11-27/+305
2013-01-08lavr: typedef internal structs in internal.hJustin Ruggles8-14/+16
2012-12-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer12-15/+586
2012-12-19lavr: add option for dithering during sample format conversion to s16Justin Ruggles10-12/+583
2012-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-1/+1
2012-12-12Merge commit '14758e3211d34a97c42b07acae117ce5627d7f57'Michael Niedermayer7-159/+221
2012-12-12lavr: fix segfault due to overlooked change needed in 14758e3Justin Ruggles1-1/+1
2012-12-11lavr: temporarily store custom matrix in AVAudioResampleContextJustin Ruggles6-158/+216
2012-11-28Merge commit 'f5fa03660db16f9d78abc5a626438b4d0b54f563'Michael Niedermayer6-83/+73
2012-11-27lavr: do not pass consumed samples as a parameter to ff_audio_resample()Justin Ruggles3-10/+6
2012-11-27lavr: do not pass sample count as a parameter to ff_audio_convert()Justin Ruggles3-8/+11
2012-11-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer3-5/+22
2012-11-18lavr: fix the decision for writing directly to the output bufferJustin Ruggles1-4/+5
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer77-293/+269
2012-10-05lavr: change the type of the data buffers to uint8_t**.Anton Khirnov8-20/+20
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-08-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer52-181/+254
2012-08-04lavr: fix handling of custom mix matricesJustin Ruggles3-10/+26
2012-07-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-256/+807
2012-07-27lavr: add x86-optimized mixing functionsJustin Ruggles3-3/+427
2012-07-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer45-339/+648
2012-07-08lavr: resampling: add support for s32p, fltp, and dblp internal sample formatsJustin Ruggles3-88/+199
2012-07-08lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles4-20/+17
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer101-1455/+2366
2012-05-09lavr: do not try to copy to uninitialized output audio data.Anton Khirnov1-1/+2
2012-05-09lavr: make avresample_read() with NULL output discard samples.Anton Khirnov3-2/+5
2012-04-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer33-27/+3875
2012-04-25Add libavresampleJustin Ruggles27-8/+3838