Log of /tags/xvidcore/xvidcore/src
Directory Listing
Revision
111 -
Directory Listing
Modified
Mon Apr 8 23:50:16 2002 UTC (21 years, 5 months ago) by
This commit was manufactured by cvs2svn to create tag 'xvidcore'.
Revision
96 -
Directory Listing
Modified
Mon Apr 1 22:47:58 2002 UTC (21 years, 5 months ago) by
chl
Original Path:
trunk/xvidcore/src
Added EPZS and EPZS^2. Unfortunately slower and not really better than PMVfast
Revision
87 -
Directory Listing
Modified
Fri Mar 29 07:24:57 2002 UTC (21 years, 6 months ago) by
h
Original Path:
trunk/xvidcore/src
fixed crash when using lumi masking in cbr mode (i'm such an idiot)
Revision
86 -
Directory Listing
Modified
Fri Mar 29 07:18:30 2002 UTC (21 years, 6 months ago) by
h
Original Path:
trunk/xvidcore/src
fixed crash when using lumi masking in cbr mode (last time..)
Revision
85 -
Directory Listing
Modified
Fri Mar 29 07:08:09 2002 UTC (21 years, 6 months ago) by
h
Original Path:
trunk/xvidcore/src
fixed crash when using lumi masking in cbr mode (removed development code)
Revision
83 -
Directory Listing
Modified
Fri Mar 29 04:25:16 2002 UTC (21 years, 6 months ago) by
h
Original Path:
trunk/xvidcore/src
merged image/pMBs create and destroy stuff into single if()
Revision
82 -
Directory Listing
Modified
Fri Mar 29 00:38:29 2002 UTC (21 years, 6 months ago) by
h
Original Path:
trunk/xvidcore/src
interlacing speedup - transfer strides used instead of manual field-to-frame conversion
Revision
81 -
Directory Listing
Modified
Fri Mar 29 00:37:57 2002 UTC (21 years, 6 months ago) by
h
Original Path:
trunk/xvidcore/src
interlacing fix and speedup - compensated data wasn't being used in block reconstruction
Revision
80 -
Directory Listing
Modified
Thu Mar 28 23:38:50 2002 UTC (21 years, 6 months ago) by
h
Original Path:
trunk/xvidcore/src
win32 fix - #define can't immediately follow #define ;-)
Revision
79 -
Directory Listing
Modified
Thu Mar 28 21:07:26 2002 UTC (21 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src
Sorry, the previous patch was buggy. This one shoud fix the problem
Revision
78 -
Directory Listing
Modified
Thu Mar 28 20:57:25 2002 UTC (21 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src
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.
Revision
69 -
Directory Listing
Modified
Tue Mar 26 11:16:08 2002 UTC (21 years, 6 months ago) by
h
Original Path:
trunk/xvidcore/src
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)
Revision
68 -
Directory Listing
Modified
Mon Mar 25 20:01:54 2002 UTC (21 years, 6 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/src
added *.h to msvc project, removed __declspec(align(..)) for _MSC_VER <= 1200
Revision
67 -
Directory Listing
Modified
Sun Mar 24 21:30:34 2002 UTC (21 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src
Changed rc_buffersize to 16 as decided in the forum
Revision
65 -
Directory Listing
Modified
Sun Mar 24 18:18:40 2002 UTC (21 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src
Fixed a bug when malloc aligns the data itself - Added comments
Revision
64 -
Directory Listing
Modified
Sun Mar 24 05:47:48 2002 UTC (21 years, 6 months ago) by
h
Original Path:
trunk/xvidcore/src
foxer's cbr mode
(hijacks the rc_buffersize variable and uses it as reaction delay - easier than changing xvid.h)
Revision
46 -
Directory Listing
Modified
Thu Mar 21 15:25:32 2002 UTC (21 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src
Fixed bug pointed by canard (out of bounds reading and a big mistake in j upper limit)
Revision
37 -
Directory Listing
Modified
Sat Mar 16 22:28:37 2002 UTC (21 years, 6 months ago) by
chl
Original Path:
trunk/xvidcore/src
Disabled DEBUG-messages in Linux, if _DEBUG not set
Revision
34 -
Directory Listing
Modified
Sat Mar 16 14:15:10 2002 UTC (21 years, 6 months ago) by
h
Original Path:
trunk/xvidcore/src
disable win32 debug output in release builds (encodes 0.7% faster)
Revision
29 -
Directory Listing
Modified
Sat Mar 16 09:55:19 2002 UTC (21 years, 6 months ago) by
h
Original Path:
trunk/xvidcore/src
prevented RateControlUpdate() being called in non-cbr encodes
(bitrate isn't 0 anymore - it's set to 900000 in encoder_create())
Revision
17 -
Directory Listing
Modified
Sat Mar 9 15:57:02 2002 UTC (21 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src
Fixed implicit declaration of malloc - #include <stdlib.h>
Revision
16 -
Directory Listing
Modified
Sat Mar 9 15:53:05 2002 UTC (21 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src
Fixed brackets for coeff_tab3, coeff_tab7, coeff_tab10 and coorect indentation of all code
Revision
14 -
Directory Listing
Modified
Sat Mar 9 15:25:40 2002 UTC (21 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src
Fixed lot of gcc warnings about '/*' into comments
Revision
13 -
Directory Listing
Modified
Sat Mar 9 14:58:50 2002 UTC (21 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src
Small cleanup for gcc warnings and code indentation (thx emacs indent-region :-)
Revision
12 -
Directory Listing
Modified
Sat Mar 9 14:45:40 2002 UTC (21 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/src
In some circumstances acpred_flag was used unitialized - now it's set to zero