summaryrefslogtreecommitdiff
path: root/tests/fate/libswresample.mak
Commit message (Collapse)AuthorAge
* fate: add swr-resample_exact_async testsMuhammad Faiz2016-06-16
| | | | Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* fate: add libswresample exact_rational testMuhammad Faiz2016-06-13
| | | | Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* swresample/resample: increase precision for compensationMichael Niedermayer2015-11-11
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* swresample: Choose 16bit internally only if input and output is 16bit or lessMichael Niedermayer2015-06-21
| | | | | | | | | | | | | or if no rematrix and no resampling is performed and the input is 16bit note reampling and rematrix itself always use more than 16bit internally the "internal" sampling format is the format between these steps Its unlikely the difference from this commit is audible in any case unless there is some bug either before or after the change. but multiple people prefer this and it slightly improves the precission of computations. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swresample: Fix swr_drop_output so it does not flush the buffersMichael Niedermayer2014-11-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* tests/swr: move the results out of the functionsTimothy Gu2014-06-05
| | | | | | | This prevents all results from being declared whenever the function is called. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: add simple test for asyncMichael Niedermayer2014-06-02
| | | | | | | | | This only checks that things havnt changed, the values provide little help in determining if a change is good or bad. Improvements welcome! Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swresample: add swri_resample_double_sse2James Almer2014-04-25
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate/libswresample: use linear interpolation on both aresample filtersMichael Niedermayer2014-04-23
| | | | | | | This also tests LINEAR_CORE_FLT_SSE Found-by: jamrial Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swresample/resample_template: try to consider src_size more exactlyMichael Niedermayer2014-04-15
| | | | | | | This should avoid slight differences in the output causes by input size alignment differences between archs Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* swresample/resample: Fix fractional part of index in the filter_size = 1 ↵Michael Niedermayer2014-04-14
| | | | | | filters = 1 case Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate/libswresample: add tests with filter_size=1 phase_shift=0Michael Niedermayer2014-04-14
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: add tests for linearly interpolated resamplingMichael Niedermayer2014-03-24
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: add synthetic swresample resampling testsMichael Niedermayer2013-10-21
this is based on libavresample.mak These tests do not depend on external samples Signed-off-by: Michael Niedermayer <michaelni@gmx.at>