- 04 Sep, 2001 1 commit
-
-
Michel Lespinasse authored
-
- 03 Sep, 2001 6 commits
-
-
Michel Lespinasse authored
-
Michel Lespinasse authored
-
Michel Lespinasse authored
slices. With this new code libmpeg2's behaviour should be equivalent to that of decoders that have the notion of macroblock addresses. The speed impact should not be measurable as this is outside of the macroblock loop. Also checking that the macroblock position is within the bounds of the image probably helps with robustness.
-
Michel Lespinasse authored
-
Michel Lespinasse authored
slice structure is NOT legal. So this test stream is bogus !
-
Michel Lespinasse authored
behaviour in mpeg1.
-
- 02 Sep, 2001 1 commit
-
-
Michel Lespinasse authored
putenv is posix, setenv is a bsdism
-
- 01 Sep, 2001 1 commit
-
-
Michel Lespinasse authored
-
- 29 Aug, 2001 2 commits
-
-
Michel Lespinasse authored
-
Michel Lespinasse authored
-
- 18 Aug, 2001 2 commits
-
-
Michel Lespinasse authored
-
- 17 Aug, 2001 2 commits
-
-
Michel Lespinasse authored
-
Michel Lespinasse authored
-
- 15 Aug, 2001 2 commits
- 14 Aug, 2001 1 commit
-
-
Michel Lespinasse authored
-
- 26 Jul, 2001 1 commit
-
-
Michel Lespinasse authored
-
- 23 Jul, 2001 2 commits
-
-
Michel Lespinasse authored
-
Michel Lespinasse authored
-
- 22 Jul, 2001 3 commits
-
-
Michel Lespinasse authored
-
Michel Lespinasse authored
-
Michel Lespinasse authored
-
- 21 Jul, 2001 6 commits
-
-
Michel Lespinasse authored
-
Michel Lespinasse authored
dont overflow as much as the reference decoder does :)
-
Michel Lespinasse authored
updated test suite accordingly: -c is always used unless we explicitly specify an idct other than c. That way the regression test should pass on all architectures.
-
Michel Lespinasse authored
-
Michel Lespinasse authored
-
Michel Lespinasse authored
-
- 19 Jul, 2001 2 commits
-
-
Michel Lespinasse authored
-
Michel Lespinasse authored
-
- 20 Jun, 2001 2 commits
-
-
Michel Lespinasse authored
-
Michel Lespinasse authored
fix for --enable-shared also should fix some problems people have seen with the cpu detection routine on some OS/processor combinations (I'm not totally clear about these)
-
- 08 May, 2001 1 commit
-
-
Michel Lespinasse authored
fixed support for mpeg-1 macroblock stuffing.
-
- 18 Mar, 2001 1 commit
-
-
Michel Lespinasse authored
this patch from bradley walken reorders two c instructions in the startcode search and gets us some small speed gain. I dont understand why gcc does not find the proper scheduling by itself here...
-
- 26 Feb, 2001 1 commit
-
-
Michel Lespinasse authored
more MC tweaking
-
- 25 Feb, 2001 1 commit
-
-
Michel Lespinasse authored
First part of MC code rework At some point we need to have the coordinates (in half-pixels) of the MC source data, so that we can check that we do not copy from outside of the source picture boundaries. In the previous code, these coordinates were never explicitly exposed, which made the checking difficult. The new MC code still needs a lot of work, but this is a first step.
-
- 19 Feb, 2001 1 commit
-
-
Michel Lespinasse authored
updated definition for movd - it is illegal between two mmx registers, but it is legal between one mmx register and one register/memory operand.
-
- 18 Feb, 2001 1 commit
-
-
Michel Lespinasse authored
fix for overflow while writing destination macroblocks now all remaining segfaults should be when doing memory reads
-