- 27 Aug, 2012 19 commits
-
-
Mans Rullgard 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>
-
Mans Rullgard authored
This reverts commit 484a337c. These functions were used in f8bed30d "VC1: merge idct8x8, coeff adjustments and put_pixels" which was reverted in 18b6a69c. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Brad Smith authored
OpenBSD does not expect or require symlinked shared libraries with just the major version in the name. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Derek Buitenhuis authored
Instead, use it on the first member, since by definition, if any member is aligned, the whole struct must be, in order to maintain that alignment. Fixes compilation with some finicky compilers. Idea for fix from Måns Rullgård. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
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 8 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
-