- 19 Jul, 2012 21 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
It does not need to be unsigned.
-
Justin Ruggles authored
-
Justin Ruggles authored
It is already unconditionally set to 0 prior to this, so we can modify it only when needed.
-
Justin Ruggles authored
x_modified is just unnecessary, and final_val can be removed by simplifying the unsigned-to-signed conversion.
-
Justin Ruggles authored
avoids some unnecessary arithmetic in certain situations
-
Justin Ruggles authored
-
Justin Ruggles authored
reduces the number of parameters to decode_scalar() and slightly simplifies the code
-
Justin Ruggles authored
Use the ALACContext fields directly instead.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
It is used to store a value read by avio_rb64().
-
Justin Ruggles authored
according to the CAF specification: "... the value for mChunkSize can be greater than the actual valid content of the packet table chunk"
-
Justin Ruggles authored
-
Mans Rullgard authored
This provides a more precise identification of the compiler used. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Reversing the lpc coefficient order simplifies indexing in the filter. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
- 18 Jul, 2012 8 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This moves all VP3-specific function pointers from dsputil to a new vp3dsp context. There is no reason to ever use the VP3 IDCT where an MPEG2 IDCT is expected or vice versa. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Kostya Shishkov authored
It turns out that the reference decoder subtracts 128 from DC during block decode but adds it back during reordering block with zigzag pattern. Transforming block with incorrect DC caused heavy visual artifacts for many quantisers.
-
Kostya Shishkov authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 17 Jul, 2012 7 commits
-
-
Diego Biurrun authored
-
Michael Bradshaw authored
Based on FFmpeg version from commit 713a7854Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Michael Bradshaw authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
Also exit in such a case if -xerror is used. Fixes bug 329.
-
Kostya Shishkov authored
This fixes decoding some TSCC2 files with large quantisers.
-
- 16 Jul, 2012 3 commits
-
-
Samuel Pitoiset authored
The prefix makes it easier to distinguish the proper end-user protocols from the internal ones. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Jordi Ortiz authored
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
Martin Storsjö authored
This makes the two checks (general vs winsock) fit in better. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 15 Jul, 2012 1 commit
-
-
Martin Storsjö authored
This is only used for checking for a certain library, but the code doesn't need to know whether the function was found. Signed-off-by: Martin Storsjö <martin@martin.st>
-