- 07 Apr, 2011 1 commit
-
-
Anton Khirnov authored
-
- 06 Apr, 2011 1 commit
-
-
Janne Grunau authored
-
- 04 Apr, 2011 1 commit
-
-
Justin Ruggles authored
full-bandwidth channels. This reduces high-frequency artifacts and improves the quality of the lower frequency audio at low bit rates.
-
- 03 Apr, 2011 3 commits
-
-
Mans Rullgard authored
This makes the AC3 encoder use the shared fixed-point MDCT rather than its own implementation. The checksum changes are due to different rounding in the MDCT. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anssi Hannula authored
As per issue2629, most 23.976fps matroska H.264 files are incorrectly detected as 24fps, as the matroska timestamps usually have only millisecond precision. Fix that by doubling the amount of timestamps inspected for frame rate for streams that have coarse time base. This also fixes 29.970 detection in matroska. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Apr, 2011 2 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 30 Mar, 2011 2 commits
-
-
Baptiste Coudurier authored
ipod shuffle doesn't support anything else.
-
Baptiste Coudurier authored
-
- 26 Mar, 2011 4 commits
-
-
Ronald S. Bultje authored
-
Peter Ross authored
-
Peter Ross authored
-
Peter Ross authored
-
- 23 Mar, 2011 3 commits
-
-
Justin Ruggles authored
in the ac3_fixed encoder.
-
Luca Barbato authored
Factor ffmpeg calls using run_ffmpeg()
-
Luca Barbato authored
Add a THREADS variable to fate calls.
-
- 22 Mar, 2011 2 commits
-
-
Mans Rullgard authored
This updates the wmv8-drm reference after c47d3835. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
-
- 19 Mar, 2011 2 commits
-
-
Mans Rullgard authored
This script was used to import Mike's old fate database and is no longer needed. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 18 Mar, 2011 1 commit
-
-
Janne Grunau authored
-
- 17 Mar, 2011 1 commit
-
-
Mans Rullgard authored
This updates the seek test reference to match de11ee90. Before this change, most of the seeks requested positions before the supposed start of the file (the preroll time), resulting in the first packet being returned. With the preroll subtracted, some of these seeks will land within the file and some beyond the end, thus returning a different set of packets. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 15 Mar, 2011 1 commit
-
-
Michael Niedermayer authored
This reverts commit 7e0a284b. revert at authors request due to better impementation Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Mar, 2011 1 commit
-
-
Justin authored
This increases the accuracy of coefficients, leading to improved quality. Rescaling of the coefficients to full 25-bit accuracy is done rather than offsetting the exponent values. This requires coefficient scaling to be done before determining the rematrixing strategy. Also, the rematrixing strategy calculation must use 64-bit math to prevent overflow due to the higher precision coefficients.
-
- 08 Mar, 2011 1 commit
-
-
Justin Ruggles authored
This makes channel coupling more accurate, increasing quality for stereo content. It also simplifies exponent extraction and mantissa quantization by no longer needing to apply an offset to the exponents. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Feb, 2011 3 commits
-
-
Peter Ross authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit e211e255)
-
Justin Ruggles authored
There is no need to expand to 16-bits. Just use memcpy() to copy the raw data. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 1108f899)
-
Justin Ruggles authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 9b73f786)
-
- 25 Feb, 2011 1 commit
-
-
Peter Ross authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 24 Feb, 2011 2 commits
-
-
Justin Ruggles authored
There is no need to expand to 16-bits. Just use memcpy() to copy the raw data. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Justin Ruggles authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 18 Feb, 2011 1 commit
-
-
Justin Ruggles authored
The rematrixing strategy reuse flags are not reset between frames, so they need to be initialized for all blocks, not just block 0. Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 5b54d4b3)
-
- 16 Feb, 2011 2 commits
-
-
Justin Ruggles authored
The rematrixing strategy reuse flags are not reset between frames, so they need to be initialized for all blocks, not just block 0. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Justin Ruggles authored
This is to match the value in every (E-)AC-3 file from commercial sources. It has a negligible effect on audio quality. Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 50d71404)
-
- 15 Feb, 2011 1 commit
-
-
Justin Ruggles authored
This is to match the value in every (E-)AC-3 file from commercial sources. It has a negligible effect on audio quality. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 12 Feb, 2011 1 commit
-
-
Baptiste Coudurier authored
Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 646739a0)
-
- 11 Feb, 2011 1 commit
-
-
Baptiste Coudurier authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 04 Feb, 2011 1 commit
-
-
Justin Ruggles authored
This patch changes the exponent difference threshold in the exponent strategy decision function of the AC-3 encoder. I tested lowering in increments of 100. From 1000 down to 500 generally increased in quality with each step, but 400 was generally much worse. Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit c3beafa0)
-
- 02 Feb, 2011 1 commit
-
-
Justin Ruggles authored
This patch changes the exponent difference threshold in the exponent strategy decision function of the AC-3 encoder. I tested lowering in increments of 100. From 1000 down to 500 generally increased in quality with each step, but 400 was generally much worse. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-