- 12 Apr, 2011 1 commit
-
-
Vitor Sessak authored
This allows for more reproducible results when using multi-threading. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 07 Apr, 2011 1 commit
-
-
Anton Khirnov 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 1 commit
-
-
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>
-
- 26 Mar, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 23 Mar, 2011 1 commit
-
-
Justin Ruggles authored
in the ac3_fixed encoder.
-
- 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
-
- 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>
-
- 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.
-
- 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>
-
- 16 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>
-
- 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>
-
- 11 Feb, 2011 1 commit
-
-
Baptiste Coudurier authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 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>
-
- 28 Jan, 2011 1 commit
-
-
Mans Rullgard authored
The output was changed by a7827a17. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 26 Jan, 2011 1 commit
-
-
Georgi Chorbadzhiyski authored
The reserved bits between PCR base and extension fields must be set to 1. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 24 Jan, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 22 Jan, 2011 2 commits
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Instead of saving huge raw files, use the md5: output pseudo-protocol to calculate the checksum of the file directly. This is especially useful when testing on remote targets as it avoids transferring 3.6GB over the network.
-
- 19 Jan, 2011 1 commit
-
-
Justin Ruggles authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 14 Jan, 2011 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 26342 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jan, 2011 1 commit
-
-
Justin Ruggles authored
This improves the audio quality significantly for stereo source with both the fixed-point and floating-point AC-3 encoders. Update acodec-ac3_fixed and seek-ac3_rm test references. Originally committed as revision 26271 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jan, 2011 1 commit
-
-
Vitor Sessak authored
Originally committed as revision 26231 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jan, 2011 1 commit
-
-
Justin Ruggles authored
Fixed-point AC-3 encoder renamed to ac3_fixed. Regression test acodec-ac3 renamed to acodec-ac3_fixed. Regression test lavf-rm changed to use ac3_fixed encoder. Originally committed as revision 26209 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Dec, 2010 1 commit
-
-
Justin Ruggles authored
This gives slightly better quality in PEAQ tests. Code 3 gives a dBpb value of 2816 = -132dB (128 psd units = -6dB), which corresponds to 22 bits. Since the exponents have an offset applied, the 16-bit source looks like 24-bit source to the bit allocation routine. So using dBpb code=3 is a closer match to the exponent range. Regression test refs updated for acodec-ac3, lavf-rm, and seek-ac3_rm. Originally committed as revision 26144 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Dec, 2010 2 commits
-
-
Aurelien Jacobs authored
Originally committed as revision 26119 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
code. Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Dec, 2010 1 commit
-
-
Justin Ruggles authored
This avoids a 16-bit overflow in mdct512() due to a -32768 value in costab. References updated for acodec-ac3, lavf-rm, and seek-ac3_rm tests. Thanks to Måns Rullgård for finding the bug. Originally committed as revision 26071 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Dec, 2010 3 commits
-
-
Reimar Döffinger authored
due to VC-1 decoder overreads resulting in different output. Originally committed as revision 26055 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
to complement the existing video-only decode test. Originally committed as revision 26054 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
Whether the behaviour for streams using scrambling makes sense is unclear. Originally committed as revision 26053 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Dec, 2010 2 commits
-
-
Justin Ruggles authored
The references changed due to r25956. Originally committed as revision 26004 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Turn it into 2 macros, and use av_clip_int16() and lrintf(). This matches the int16 to float sample conversion in audioconvert.c. The regression test output is different due to lrintf() rounding. Originally committed as revision 25956 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Dec, 2010 1 commit
-
-
Michael Chinen authored
Seek test reference updated because FLAC seeking now works properly. Fixes roundup issue 1150. Patch by Michael Chinen [mchinen at gmail] Originally committed as revision 25914 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Nov, 2010 1 commit
-
-
Carl Eugen Hoyos authored
This includes a revert of r25840 Originally committed as revision 25842 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Nov, 2010 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 25840 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Nov, 2010 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 25756 to svn://svn.ffmpeg.org/ffmpeg/trunk
-