../
|
bitstream/
|
79
(22 years ago)
by edgomez:
Sorry, the previous patch was buggy. This one shoud fix the problem
|
dct/
|
76
(22 years ago)
by canard:
dct altivec
|
image/
|
69
(22 years ago)
by h:
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)
|
motion/
|
78
(22 years ago)
by edgomez:
Big patch, use it with care (tests done with GNU/Linux) :
- Trivial warnings in encoder.c line 282 ret1 = ret 2 = 0;
- Lot of "New line at end of file missing" warnings fixed (gcc3)
- All 2d arrays have been turned into 1d arrays
To force alignment of matrices on stack, use DECLARE_ALIGNED_MATRIX
(read portab.h)
Win32 users should give feedback.
|
prediction/
|
78
(22 years ago)
by edgomez:
Big patch, use it with care (tests done with GNU/Linux) :
- Trivial warnings in encoder.c line 282 ret1 = ret 2 = 0;
- Lot of "New line at end of file missing" warnings fixed (gcc3)
- All 2d arrays have been turned into 1d arrays
To force alignment of matrices on stack, use DECLARE_ALIGNED_MATRIX
(read portab.h)
Win32 users should give feedback.
|
quant/
|
78
(22 years ago)
by edgomez:
Big patch, use it with care (tests done with GNU/Linux) :
- Trivial warnings in encoder.c line 282 ret1 = ret 2 = 0;
- Lot of "New line at end of file missing" warnings fixed (gcc3)
- All 2d arrays have been turned into 1d arrays
To force alignment of matrices on stack, use DECLARE_ALIGNED_MATRIX
(read portab.h)
Win32 users should give feedback.
|
utils/
|
82
(22 years ago)
by h:
interlacing speedup - transfer strides used instead of manual field-to-frame conversion
|
decoder.c
|
81
(22 years ago)
by h:
interlacing fix and speedup - compensated data wasn't being used in block reconstruction
|
decoder.h
|
69
(22 years ago)
by h:
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)
|
divx4.c
|
67
(22 years ago)
by edgomez:
Changed rc_buffersize to 16 as decided in the forum
|
divx4.h
|
3
(22 years ago)
by Isibaar:
moved sources
|
encoder.c
|
78
(22 years ago)
by edgomez:
Big patch, use it with care (tests done with GNU/Linux) :
- Trivial warnings in encoder.c line 282 ret1 = ret 2 = 0;
- Lot of "New line at end of file missing" warnings fixed (gcc3)
- All 2d arrays have been turned into 1d arrays
To force alignment of matrices on stack, use DECLARE_ALIGNED_MATRIX
(read portab.h)
Win32 users should give feedback.
|
encoder.h
|
3
(22 years ago)
by Isibaar:
moved sources
|
global.h
|
78
(22 years ago)
by edgomez:
Big patch, use it with care (tests done with GNU/Linux) :
- Trivial warnings in encoder.c line 282 ret1 = ret 2 = 0;
- Lot of "New line at end of file missing" warnings fixed (gcc3)
- All 2d arrays have been turned into 1d arrays
To force alignment of matrices on stack, use DECLARE_ALIGNED_MATRIX
(read portab.h)
Win32 users should give feedback.
|
portab.h
|
80
(22 years ago)
by h:
win32 fix - #define can't immediately follow #define ;-)
|
xvid.c
|
76
(22 years ago)
by canard:
dct altivec
|