summaryrefslogtreecommitdiff
path: root/libavresample
Commit message (Expand)AuthorAge
* Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer2013-03-28
|\
| * cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-27
* | Merge commit '45235ac488363e3360bf2f2275102d1ec66eba0f'Michael Niedermayer2013-02-24
|\|
| * lavr: allow setting internal_sample_fmt option by stringJustin Ruggles2013-02-23
| * lavr: Add "resample_cutoff" option as a duplicate of "cutoff"Justin Ruggles2013-02-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-13
|\|
| * lavr: fix mixing matrix reduction when normalization is disabledJustin Ruggles2013-02-12
| * lavr: fix matrix reduction for upmixing in certain casesJustin Ruggles2013-02-12
| * lavr: cosmetics: reindentJustin Ruggles2013-02-12
* | Merge commit '1647da89dd8ac09a55c111589f7a30d7e6b87d90'Michael Niedermayer2013-02-13
|\|
| * lavr: make sure that the mix function is reset even if no mixing will be doneJustin Ruggles2013-02-12
| * lavr: print out the mix matrix in ff_audio_mix_set_matrix()Justin Ruggles2013-02-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-18
|\|
| * lavr: always reset mix function names and pointers in mix_function_init()Justin Ruggles2013-01-17
| * lavr: call mix_function_init() in ff_audio_mix_set_matrix()Justin Ruggles2013-01-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-09
|\|
| * x86: lavr: add SSE2/AVX dither_int_to_float()Justin Ruggles2013-01-08
* | Merge commit '1fb8f6a44f06e48386450fe0363aefc02583d24a'Michael Niedermayer2013-01-09
|\|
| * x86: lavr: add SSE2 quantize() for ditheringJustin Ruggles2013-01-08
* | Merge commit '8729698d50739524665090e083d1bfdf28235724'Michael Niedermayer2013-01-08
|\|
| * lavr: log channel conversion description for any-to-any functionsJustin Ruggles2013-01-07
| * lavr: mix: reduce the mixing matrix when possibleJustin Ruggles2013-01-07
| * lavr: cosmetics: reindentJustin Ruggles2013-01-07
* | Merge commit '074a00d192c0e749d677b008b337da42597e780f'Michael Niedermayer2013-01-08
|\|
| * lavr: add a public function for setting a custom channel mapJustin Ruggles2013-01-07
| * lavr: typedef internal structs in internal.hJustin Ruggles2013-01-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-06
|\|
| * x86: lavr: use the x86inc.asm automatic stack alignment in mixing functionsJustin Ruggles2013-01-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-04
|\|
| * lavr: fix missing " in header documentationPeter Meerwald2013-01-04
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-21
|\|
| * miscellaneous typo fixesDiego Biurrun2012-12-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-20
|\|
| * lavr: add option for dithering during sample format conversion to s16Justin Ruggles2012-12-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-17
|\|
| * avresample: use valid log context in mixing functionsHendrik Leppkes2012-12-16
| * lavr: remove automatic context close/open for resampling compensationJustin Ruggles2012-12-16
* | Merge commit 'f322b2073581119de5da74f92a03309a36891cfa'Michael Niedermayer2012-12-17
|\|
| * lavr: only save/restore the mixing matrix if mixing is being doneJustin Ruggles2012-12-16
* | Merge commit '27c8337e595a058347150269d5c2c48281e4285b'Michael Niedermayer2012-12-16
|\|
| * lavr: move AudioMix struct definition to audio_mix.cJustin Ruggles2012-12-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-12
|\|
| * lavr: fix segfault due to overlooked change needed in 14758e3Justin Ruggles2012-12-12
* | Merge commit '14758e3211d34a97c42b07acae117ce5627d7f57'Michael Niedermayer2012-12-12
|\|
| * lavr: temporarily store custom matrix in AVAudioResampleContextJustin Ruggles2012-12-11
| * lavr: clarify documentation for avresample_get/set_matrix()Justin Ruggles2012-12-11
* | Merge commit 'f5fa03660db16f9d78abc5a626438b4d0b54f563'Michael Niedermayer2012-11-28
|\|
| * lavr: do not pass consumed samples as a parameter to ff_audio_resample()Justin Ruggles2012-11-27
| * lavr: correct the documentation for the ff_audio_resample() return valueJustin Ruggles2012-11-27
| * lavr: do not pass sample count as a parameter to ff_audio_convert()Justin Ruggles2012-11-27