- 27 Aug, 2012 9 commits
-
-
Kostya Shishkov authored
-
Kostya Shishkov authored
They have most of their code in common.
-
Martin Storsjö authored
This also makes sure the function pointers are stored via the same union member as they are accessed via. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Compilation seems to fail on GCC 3.4 due to this duplicate declaration. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This C99 feature is generally not used in the libav codebase, since it breaks building with some fringe compilers (GCC 2.95, MSVC). Signed-off-by: Martin Storsjö <martin@martin.st>
-
Luca Barbato authored
-
Luca Barbato authored
-
Martin Storsjö authored
The condition for calling the rtpdec cleanup was broken in df8cf076. This fixes a memory leak. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
- 26 Aug, 2012 9 commits
-
-
Diego Biurrun authored
The function is debug-only, so only compile it in debug mode. Make it static as it has no uses outside of the file. Change av_log() to av_dlog().
-
Diego Biurrun authored
-
Mans Rullgard authored
Defining tables in header files is ugly and prone to duplication. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Jan Ekström authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Loren Merritt authored
13% faster on penryn, 16% on sandybridge, 15% on bulldozer Not simd; a compiler should have generated this, but gcc didn't.
-
Loren Merritt authored
-
Anton Khirnov authored
-
- 25 Aug, 2012 4 commits
-
-
Mans Rullgard authored
These functions are not used since the yasm conversion. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This was replaced with a per-file value in 3c0df905. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
The bitstream buffer must be padded, or the bitstream reader might read over the end. Fixes the following valgrind warning: Use of uninitialised value of size 8 at 0x591BAE: cllc_decode_frame (cllc.c:166) Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 24 Aug, 2012 18 commits
-
-
Jan Ekström authored
Put the zero length check in place of code that was never used during decoding, as zero-length slices were generally refused in decode_frame(). Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
Mans Rullgard authored
These values already have the correct types. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This table is used only by mpegaudiodsp and mpegaudioenc. Separating it allows dropping some dependencies from mpc[78] and qdm2. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
Double does not have enough precision to represent all int64 numbers exactly.
-
Anton Khirnov authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Jordi Ortiz authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-