[cvs] / xvidcore / src / decoder.c Repository:
ViewVC logotype

Log of /xvidcore/src/decoder.c

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Links to release-1_1-branch: (view) (download) (annotate)
Sticky Tag:

Revision 1.75.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jul 10 15:05:30 2006 UTC (17 years, 8 months ago) by Isibaar
Branch: release-1_1-branch
CVS Tags: release-1_1_1-final, release-1_1_2, release-1_1_3, release-1_1_3-final
Changes since 1.75.2.1: +2 -1 lines
Diff to previous 1.75.2.1 , to branch point 1.75 , to next main 1.87
- Back ported several important bug fixes from head to release-1_1-branch

Revision 1.75.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Dec 30 14:26:46 2005 UTC (18 years, 2 months ago) by Isibaar
Branch: release-1_1-branch
CVS Tags: release-1_1_0_final
Changes since 1.75: +39 -29 lines
Diff to previous 1.75
- Applied the most recent bugfixes from cvs-head to 1_1 release branch as
  well.

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Tue Nov 22 10:23:01 2005 UTC (18 years, 4 months ago) by suxen_drol
Branch: MAIN
CVS Tags: release-1_1_0
Branch point for: release-1_1-branch
Changes since 1.74: +4 -4 lines
Diff to previous 1.74
cleanings in code spotted by sparse (ed dot gomez at free dot fr>

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Tue Sep 20 11:54:11 2005 UTC (18 years, 6 months ago) by suxen_drol
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73
> > -      uint32_t intra_dc_threshold; /* fake variable */
> > +      int intra_dc_threshold; /* fake variable */

This patch fixes a warning spotted by gcc 4.0.1, because &intra_dc_threshold
is passed to some function which expects a int*, not a uint32_t* (on 64bit this
is important, even if this is fake data, the callee could corrupt the stack
writing 64bit to a 32bit allocated destination)

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Tue Sep 13 12:12:15 2005 UTC (18 years, 6 months ago) by suxen_drol
Branch: MAIN
Changes since 1.72: +1392 -1192 lines
Diff to previous 1.72
Field interlaced decoding, contributed by Christoph Kuehnel

decoder.c
=========
- Some new defines for DIV
- <decoder_mb_decode> modified: had wrong address offsets for interlaced
- <decoder_mbinter_field> = new function for interlaced
- <get_motion_vector_interlaced> = new function for interlaced motion vector prediction
- <decoder_pframe> modified so that it differs between frame and field prediction

global.h
========
- For field motion prediction MACORBLOCK has new member that is the average of
  field1 and field2 motion vector = <mvs_avg>

xvid.c
======
- For field predicted macroblocks we need new field oriented transfer functions.
  For colour calculations they may only process 4 lines (one field from the colour
  macroblock that is 8x8). So I introduced 4 new function pointers:
  <transfer8x4_copy, interpolate8x4_ ...)

mbcoding.c
==========
- _DEBUG code; index is checked against 64

interpolate8x8.[c,h,asm]
===========================
- New 8x4 functions

mbpredicition.[c,h]
===============
- New function <get_pmv2_interlaced> for interlaced prediciton according to spec

mem_transfer.[c,h,asm]
==============
- New 8x4 function

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Mon Aug 1 18:37:46 2005 UTC (18 years, 7 months ago) by Isibaar
Branch: MAIN
Changes since 1.71: +49 -13 lines
Diff to previous 1.71
- workaround for wrong chroma rounding in very old XviD builds

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Mon May 23 09:29:43 2005 UTC (18 years, 10 months ago) by Skal
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70
	encoder.c: simplify_time() optimized by Euclid.

	bitstream.c: write_video_packet_header() was buggy and
	kind of obfuscated, as noticed by Sigdrak at free.fr.

	from Edouard:

	gcc4 warning removal.
	- No executable shared objects installed
	  (Do not install the lib as executable. It's no use as the SO has no
 	   main symbol anyway, and the static lib is not runnable anyway.)
	- Statically link xvid_bench with libxvidcore.a
	- New autoconf garbage removal
	- Quotes in configure.in

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Tue May 17 21:03:32 2005 UTC (18 years, 10 months ago) by Skal
Branch: MAIN
Changes since 1.69: +39 -71 lines
Diff to previous 1.69
	encoder.c: better error handling upon MEM_ERROR
	bitstream.c: faster log2bin (xvid_bench.c updated)
	bitstream.c: added unused functions:
BitstreamWriteEndOfSequence()
BitstreamWriteGroupOfVopHeader()
write_video_packet_header()

	Original input: sigdrak at free.fr and Angela Belda. Thanks.

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Sun Mar 27 03:59:41 2005 UTC (18 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.68: +22 -13 lines
Diff to previous 1.68
xvidcore
========
* added XVID_GLOBAL_DIVX5_USERDATA global flag
* removed the bvop delay warning text ("warning: nothing to output), as this often confuses joe user.
* minor changed to closed gop image_printf statement: s/"DX50 BVOP->PVOP"/"CLOSED GOP BVOP->PVOP"
* additional comments for low_delay_default mode within decoder_decode()
* divx userdata string: s/DivX999b000/DivX503b1393. this has been suggested by dxn for improved hardware compatibility [nb: i dont have a hardware player to confirm this]
* vbv_peakrate constraint is ignored if <= 0

vfw frontend
============
* dxn profiles now confirm to "DivX Certified Profile Compatibility v1.1", February 2005. this document was provided by DivXNetworks, USA. when a dxn profile is selected, strict conformance is enabled:
  - force 1:1 picture aspect ratio
  - disable bframes if interlacing is enabled
  - force maximum of 1 consecutive bvops for the portable and ht profiles, 2 bvops for the hd profile
  - always write divx 5 userdata string to bitstream
  - force packed bitstream option
  - updated dxn vbv parameters
* added PROFILE_4MV flag. 4mv is now disabled for the dxn handheld profile.
* moved PROFILE_AS/PROFILE_ARTS/PROFILE_S to config.c
* profile[].max_bitrate now measured in bit/sec (not kbps)
* profile->level box: widgets are now greyed-out if they are not used.
* increase vertical size of profile drop down list.
* about box button: s/Dismiss/OK

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Sun Dec 5 13:56:13 2004 UTC (19 years, 3 months ago) by syskin
Branch: MAIN
Changes since 1.67: +44 -127 lines
Diff to previous 1.67
RRV removed from everything else

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Mon Aug 16 22:38:06 2004 UTC (19 years, 7 months ago) by edgomez
Branch: MAIN
Changes since 1.66: +30 -30 lines
Diff to previous 1.66
Fix decoding slowdown regression

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Sun Aug 15 11:28:38 2004 UTC (19 years, 7 months ago) by syskin
Branch: MAIN
Changes since 1.65: +42 -29 lines
Diff to previous 1.65
make sure that MV is in range in b-frames too. prevents crashes with broken bitstream

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Tue Aug 10 21:58:55 2004 UTC (19 years, 7 months ago) by edgomez
Branch: MAIN
Changes since 1.64: +29 -64 lines
Diff to previous 1.64
Decoder speedups: merge interpolation and dst averaging for bvop blocks, unify qpel framework (should slow things for PPC until new functions get merged)

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Mon Jul 26 19:32:28 2004 UTC (19 years, 7 months ago) by edgomez
Branch: MAIN
Changes since 1.63: +43 -45 lines
Diff to previous 1.63
Small cleanup (will ease future patches thanks to the unified add_residual pointer), no speedup at all

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Sat Jul 24 11:46:08 2004 UTC (19 years, 7 months ago) by edgomez
Branch: MAIN
Changes since 1.62: +6 -6 lines
Diff to previous 1.62
ASM data section cleanups + important bugfix to bvop ref interpolation rounding

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Wed Jul 14 23:26:06 2004 UTC (19 years, 8 months ago) by edgomez
Branch: MAIN
Changes since 1.61: +16 -12 lines
Diff to previous 1.61
Speedups for decoder

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Sat Jul 10 17:49:31 2004 UTC (19 years, 8 months ago) by edgomez
Branch: MAIN
Changes since 1.60: +15 -9 lines
Diff to previous 1.60
Faster getcoeff + on the fly dequant

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sat Jul 3 08:33:16 2004 UTC (19 years, 8 months ago) by syskin
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59
low_delay fix

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sat Jun 12 13:02:12 2004 UTC (19 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58
Merging 1.0.1 fixes

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Mon May 31 21:36:23 2004 UTC (19 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.57: +9 -9 lines
Diff to previous 1.57
Merging release-1_0 fixes

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Fri May 21 14:40:15 2004 UTC (19 years, 10 months ago) by edgomez
Branch: MAIN
Changes since 1.56: +27 -13 lines
Diff to previous 1.56
patch-26 (stable merge), patch-27 no 64bit, patch-28 (setedges only once per frame)

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Mon Apr 19 12:42:01 2004 UTC (19 years, 11 months ago) by syskin
Branch: MAIN
Changes since 1.55: +7 -1 lines
Diff to previous 1.55
won't crash if stream doesn't start with an i-vop

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Thu Apr 15 12:05:19 2004 UTC (19 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.54: +5 -3 lines
Diff to previous 1.54
set versions to 1.1
version check for dec_frame_t->brightness

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Sun Apr 11 09:41:27 2004 UTC (19 years, 11 months ago) by syskin
Branch: MAIN
Changes since 1.53: +27 -29 lines
Diff to previous 1.53
better MV clipping - does not break DX50 streams which have motion out of range

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Sat Apr 10 04:30:07 2004 UTC (19 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.52: +2 -1 lines
Diff to previous 1.52
stats->type set to NOTHING by default
in some instances stats->type was not being set (namely lowdelay=1, packed=1, type=nvop).

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 11:11:28 2004 UTC (19 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.51: +5 -4 lines
Diff to previous 1.51
brightness control

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 22:36:23 2004 UTC (20 years ago) by edgomez
Branch: MAIN
Branch point for: release-1_0-branch
Changes since 1.50: +611 -983 lines
Diff to previous 1.50
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 17:02:38 2003 UTC (20 years, 9 months ago) by Isibaar
Branch: MAIN
CVS Tags: cvs-head, tag-merging-20040322
Changes since 1.49: +6 -1 lines
Diff to previous 1.49
don't use Walken idct anymore, simple idct is now used by default instead

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Wed Feb 19 21:59:30 2003 UTC (21 years, 1 month ago) by edgomez
Branch: MAIN
Branch point for: Isibaar, dev-api-4
Changes since 1.48: +3 -3 lines
Diff to previous 1.48
Small fixes patch

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Mon Feb 17 23:33:12 2003 UTC (21 years, 1 month ago) by edgomez
Branch: MAIN
Changes since 1.47: +81 -119 lines
Diff to previous 1.47
- GPL Header
- ANSI C comments
- Min Chen removed from comments (no offense, the name will be added
  to the header when i'll restore copyrights just like i did for 0.9.x)

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sat Feb 15 15:22:17 2003 UTC (21 years, 1 month ago) by edgomez
Branch: MAIN
CVS Tags: merged-dev-api-3
Changes since 1.46: +1460 -261 lines
Diff to previous 1.46
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Tue Feb 11 21:56:31 2003 UTC (21 years, 1 month ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_1, release-0_9_2
Branch point for: release-0_9_1-fixes
Changes since 1.45: +10 -616 lines
Diff to previous 1.45
patch-13
    More "unknown compiler" friendly portab.h file.
patch-14
    The PPC port is now disabled because it is outdated.
patch-15
    Added the configure bootstrap script.
patch-16
    Changed linking option on PPC platforms (-flat_namespace)
patch-17
    Added IA64 DCT source choice according to the compiler basename.
patch-18
    Fixed xvid_encraw help message.
patch-19
    Fixed libxvidcore.def, revamped Makefile output, fixed ia64 build, added ranlib detection.
patch-20
    Removed BFrame outdated bframe/qpel decoding.

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sun Dec 15 01:21:12 2002 UTC (21 years, 3 months ago) by edgomez
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
Another series of warnings for aggressive compilers

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Tue Nov 26 23:44:09 2002 UTC (21 years, 3 months ago) by edgomez
Branch: MAIN
Changes since 1.43: +70 -70 lines
Diff to previous 1.43
ANSI C compliancy - thx Rick Foos

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sat Nov 16 23:38:15 2002 UTC (21 years, 4 months ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_0
Changes since 1.42: +32 -39 lines
Diff to previous 1.42
License Change

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sat Oct 19 12:20:33 2002 UTC (21 years, 5 months ago) by edgomez
Branch: MAIN
Changes since 1.41: +5 -2 lines
Diff to previous 1.41
Fixed copyrights

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Wed Sep 25 23:37:08 2002 UTC (21 years, 5 months ago) by h
Branch: MAIN
Changes since 1.40: +4 -4 lines
Diff to previous 1.40
removed incomplete field-mv support

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Tue Sep 24 21:56:27 2002 UTC (21 years, 5 months ago) by edgomez
Branch: MAIN
Changes since 1.39: +6 -6 lines
Diff to previous 1.39
Removed DEBUG and DEBUG1/2 calls

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sun Sep 22 17:01:36 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.38: +10 -9 lines
Diff to previous 1.38
Removed DEBUGXXXs calls

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sat Sep 21 03:07:56 2002 UTC (21 years, 6 months ago) by suxen_drol
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37
pross email address updates

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Wed Sep 4 03:23:23 2002 UTC (21 years, 6 months ago) by h
Branch: MAIN
CVS Tags: tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.36: +5 -3 lines
Diff to previous 1.36
interlacing bugfix (inter cbp behaviour)

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sat Aug 3 05:36:18 2002 UTC (21 years, 7 months ago) by chenm001
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35
fix the first frame is green wrong

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Wed Jul 24 23:09:28 2002 UTC (21 years, 7 months ago) by chl
Branch: MAIN
Changes since 1.34: +4 -13 lines
Diff to previous 1.34
Minor Cleanup

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Wed Jul 24 00:49:04 2002 UTC (21 years, 8 months ago) by Isibaar
Branch: MAIN
Changes since 1.33: +43 -21 lines
Diff to previous 1.33
qpel decoding support

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sun Jul 21 23:34:07 2002 UTC (21 years, 8 months ago) by chl
Branch: MAIN
Changes since 1.32: +12 -3 lines
Diff to previous 1.32
bframe encoding bugfixes, ME unification

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 11:15:21 2002 UTC (21 years, 8 months ago) by albeu
Branch: MAIN
Changes since 1.31: +16 -2 lines
Diff to previous 1.31
Add 'per slice' rendering aka DR method 2

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 00:07:04 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.30: +10 -2 lines
Diff to previous 1.30
advise for how to fix my b-frame decode code

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Jul 15 23:50:31 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.29: +48 -55 lines
Diff to previous 1.29
fix my some wrong with b-frame deocde at direct mode

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Jul 15 00:26:38 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.28: +2 -3 lines
Diff to previous 1.28
Fix a little bug 'mb->quant = 8' in decode_bframe()

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Jul 12 00:49:59 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.27: +3 -1 lines
Diff to previous 1.27
support the decode examples in ex1

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu Jul 11 00:15:59 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.26: +48 -10 lines
Diff to previous 1.26
fix a little bug and added the BFRAMES_DEC_DEBUG support

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Jul 9 01:37:22 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.25: +74 -162 lines
Diff to previous 1.25
fix my wrong moment ago

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Jul 9 01:09:33 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.24: +162 -74 lines
Diff to previous 1.24
help upload for roaming

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Wed Jul 3 12:32:50 2002 UTC (21 years, 8 months ago) by suxen_drol
Branch: MAIN
Changes since 1.23: +6 -13 lines
Diff to previous 1.23
get_pmv2/get_pmvdata2

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Jun 30 10:46:29 2002 UTC (21 years, 8 months ago) by suxen_drol
Branch: MAIN
Changes since 1.22: +55 -34 lines
Diff to previous 1.22
resync patch

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Jun 28 15:14:40 2002 UTC (21 years, 8 months ago) by suxen_drol
Branch: MAIN
Changes since 1.21: +46 -27 lines
Diff to previous 1.21
resync support, check_cpu_features() fixed

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Jun 22 07:23:09 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.20: +10 -4 lines
Diff to previous 1.20
minor fixes: bframe N_VOP support, custom quant bug, BFRAME inc_frame_num()

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Jun 14 13:21:13 2002 UTC (21 years, 9 months ago) by Isibaar
Branch: MAIN
Changes since 1.19: +7 -1 lines
Diff to previous 1.19
some small fixes

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Jun 12 20:38:39 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.18: +534 -448 lines
Diff to previous 1.18
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon May 20 17:12:53 2002 UTC (21 years, 10 months ago) by Isibaar
Branch: MAIN
Changes since 1.17: +10 -2 lines
Diff to previous 1.17
#define BFRAMES

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu May 9 00:15:51 2002 UTC (21 years, 10 months ago) by chenm001
Branch: MAIN
Changes since 1.16: +20 -11 lines
Diff to previous 1.16
add low_delay decode support

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon May 6 03:58:09 2002 UTC (21 years, 10 months ago) by chenm001
Branch: MAIN
Changes since 1.15: +1 -2 lines
Diff to previous 1.15
no message

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon May 6 03:51:43 2002 UTC (21 years, 10 months ago) by chenm001
Branch: MAIN
Changes since 1.14: +106 -69 lines
Diff to previous 1.14
fix some my B-frame decode error

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri May 3 00:41:22 2002 UTC (21 years, 10 months ago) by chenm001
Branch: MAIN
Changes since 1.13: +494 -19 lines
Diff to previous 1.13
add B-frame decode support

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Apr 28 23:35:25 2002 UTC (21 years, 10 months ago) by edgomez
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
sad values can be negative (Cristoph post scriptum to a mail in the dev maillist)

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Apr 28 22:12:45 2002 UTC (21 years, 10 months ago) by edgomez
Branch: MAIN
Changes since 1.11: +31 -29 lines
Diff to previous 1.11
Cosmetic, added the RCS Id field

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Apr 23 00:04:03 2002 UTC (21 years, 11 months ago) by chenm001
Branch: MAIN
Changes since 1.10: +36 -18 lines
Diff to previous 1.10
add some B-frame support

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Apr 8 23:50:15 2002 UTC (21 years, 11 months ago) by Isibaar
Branch: MAIN
CVS Tags: xvidcore
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
interlacing bugfix

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Apr 4 13:58:06 2002 UTC (21 years, 11 months ago) by Isibaar
Branch: MAIN
Changes since 1.8: +0 -3 lines
Diff to previous 1.8
reworked vlc tables

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Mar 29 00:37:57 2002 UTC (21 years, 11 months ago) by h
Branch: MAIN
Changes since 1.7: +27 -23 lines
Diff to previous 1.7
interlacing fix and speedup - compensated data wasn't being used in block reconstruction

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Mar 28 20:57:24 2002 UTC (21 years, 11 months ago) by edgomez
Branch: MAIN
Changes since 1.6: +77 -82 lines
Diff to previous 1.6
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 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Mar 28 12:24:41 2002 UTC (21 years, 11 months ago) by canard
Branch: MAIN
Changes since 1.5: +14 -1 lines
Diff to previous 1.5
LINUX: proper alignement on the stack

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Mar 26 11:16:08 2002 UTC (21 years, 11 months ago) by h
Branch: MAIN
Changes since 1.4: +149 -81 lines
Diff to previous 1.4
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Mar 20 14:02:59 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Changes since 1.3: +6 -6 lines
Diff to previous 1.3
alignment stuff

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Mar 20 00:27:29 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Changes since 1.2: +11 -10 lines
Diff to previous 1.2
xvid_malloc/xvid_free

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Mar 9 14:45:40 2002 UTC (22 years ago) by edgomez
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
In some circumstances acpred_flag was used unitialized - now it's set to zero

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Mar 8 02:44:29 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Branch point for: core
Initial revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4