- 06 Jul, 2011 5 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Ronald S. Bultje authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
- 05 Jul, 2011 11 commits
-
-
Jason Garrett-Glaser authored
-
Diego Biurrun authored
-
Diego Biurrun authored
This fixes the warning: libavcodec/libopencore-amr.c:91: warning: missing braces around initializer
-
Mans Rullgard authored
Some versions of the GNU assembler do not handle 64-bit immediate operands containing arithmetic. Writing the value out in full works correctly. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Clément Bœsch authored
-
Diego Biurrun authored
This naming scheme is used elsewhere, so it's sensible to be consistent.
-
Reimar Döffinger authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Clément Bœsch authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Mans Rullgard authored
The Altivec IMDCT works with size 32 and higher only. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Clément Bœsch authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
Lists of ':'-separated directories can be passed to -rpath-link directly.
-
- 04 Jul, 2011 24 commits
-
-
Mans Rullgard authored
This function is called with only 8-byte alignment from imdct for size 16. The fft4 function is not called for the larger FFT or MDCT sizes, so this has no impact on typical uses. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This tests sizes from 16 to 4096, not only the default 512. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
John Stebbins authored
Set the frame size when decoding DTS audio. This has the side effect of fixing the computation of timestamps for DTS-HD in compute_pkt_fields. Since frame_size is not currently set, the duration of a frame is being guessed based on the streams bitrate. But for DTS-HD, the bitrate currently used is the rate of the DTS core which is much different than the whole DTS-HD stream and leads to a wildly inaccurate frame duration estimate. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Daniel Kang authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Daniel Kang authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Mans Rullgard authored
Change the test program to output text instead of binary files so it can be compared easily in FATE. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Nicolas George authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Jason Garrett-Glaser authored
filter_mb_fast assumed that qscale_table was padded like many of the other tables.
-
Diego Biurrun authored
-
Mans Rullgard authored
This prevents random values from the stack being used as "variables" in expressions. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
The reference function can be inferred from the direction of the transform, no need for storing it with each entry. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Reimar Döffinger authored
Fixes Bugzilla #11. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Clément Bœsch authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Kostya Shishkov authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Christian Schmidt authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This tests the IDCT implementations available in the build. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
IDCTs are partially evaluated according to IEEE 1180-1990 (more or less). An override is added to the table for implementations known to not meet the spec requirements. These variants are run but not checked for accuracy. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-