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

Log of /trunk/xvidcore/src/decoder.c

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1928 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 28 19:19:57 2010 UTC (13 years, 3 months ago) by Isibaar
File length: 56576 byte(s)
Diff to previous 1921
get rid off compiler warnings

Revision 1921 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 24 13:49:58 2010 UTC (13 years, 3 months ago) by Isibaar
File length: 56576 byte(s)
Diff to previous 1911
improved decoder robustness upon resync markers in BVOP

Revision 1911 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 18 10:13:38 2010 UTC (13 years, 3 months ago) by Isibaar
File length: 56484 byte(s)
Diff to previous 1905
MT deblocker

Revision 1905 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 12 10:10:40 2010 UTC (13 years, 4 months ago) by Isibaar
File length: 56415 byte(s)
Diff to previous 1891
fix for typo on pred mv init (thanks to Lasse Collin)

Revision 1891 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 10 15:00:34 2010 UTC (13 years, 7 months ago) by Isibaar
File length: 56415 byte(s)
Diff to previous 1890
decoder: better distinguish between xvid and non-xvid streams

Revision 1890 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 10 14:17:40 2010 UTC (13 years, 7 months ago) by Isibaar
File length: 56415 byte(s)
Diff to previous 1868
API change: signal fourcc to xvidcore

Revision 1868 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 28 15:42:06 2009 UTC (14 years, 10 months ago) by Isibaar
File length: 56202 byte(s)
Diff to previous 1772
Bugfix:
- Added missing resync marker range check in decoder.c (reported by IBM X-Force. Thanks go to John McDonald and Christopher Valasek)
- return E_FAIL instead of S_FALSE upon XVID_ERR_MEMORY error in dshow frontend (reported by IBM X-Force. Thanks to John McDonald and Mark Dowd)

Revision 1772 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 16 19:01:28 2007 UTC (16 years, 11 months ago) by Skal
File length: 56048 byte(s)
Diff to previous 1727
        fix for bad resync_marker length in b-vops (both enc and dec)

        Thanks to Mathieu Monnier for the report
        (mathieu.monnier at polytechnique dot org)

Revision 1727 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 10 22:42:15 2006 UTC (17 years, 6 months ago) by Isibaar
File length: 55672 byte(s)
Diff to previous 1696
- small bug reported by Greg Handi

Revision 1696 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 27 11:21:48 2006 UTC (18 years ago) by Skal
File length: 55641 byte(s)
Diff to previous 1671
        fix for the visual_object_verid vs. video_object_layer_verid
        problem of 6.3.3, reported by Li Xiang (lixiang01 at gmail dot com)
        Thanks for report and test bitstreams!

Revision 1671 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 30 14:04:49 2005 UTC (18 years, 3 months ago) by Isibaar
File length: 55625 byte(s)
Diff to previous 1669
- Initialize dec->bs_version to high value. Before it seemed unititalized for
  non XviD streams...

Revision 1669 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 24 01:06:20 2005 UTC (18 years, 3 months ago) by Isibaar
File length: 55535 byte(s)
Diff to previous 1653
- (hopefully) fixed the decoder bugs reported by Michael Niedermayer

Revision 1653 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 22 10:23:01 2005 UTC (18 years, 4 months ago) by suxen_drol
File length: 54740 byte(s)
Diff to previous 1639
cleanings in code spotted by sparse (ed dot gomez at free dot fr>

Revision 1639 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 20 11:54:11 2005 UTC (18 years, 6 months ago) by suxen_drol
File length: 54703 byte(s)
Diff to previous 1632
> > -      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 1632 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 13 12:12:15 2005 UTC (18 years, 6 months ago) by suxen_drol
File length: 54708 byte(s)
Diff to previous 1628
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 1628 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 1 18:37:46 2005 UTC (18 years, 8 months ago) by Isibaar
File length: 45815 byte(s)
Diff to previous 1617
- workaround for wrong chroma rounding in very old XviD builds

Revision 1617 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 23 09:29:43 2005 UTC (18 years, 10 months ago) by Skal
File length: 44759 byte(s)
Diff to previous 1616
	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 1616 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 17 21:03:32 2005 UTC (18 years, 10 months ago) by Skal
File length: 44760 byte(s)
Diff to previous 1607
	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 1607 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 27 03:59:42 2005 UTC (19 years ago) by suxen_drol
File length: 46045 byte(s)
Diff to previous 1566
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 1566 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 5 13:56:13 2004 UTC (19 years, 3 months ago) by syskin
File length: 45860 byte(s)
Diff to previous 1533
RRV removed from everything else

Revision 1533 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 16 22:38:06 2004 UTC (19 years, 7 months ago) by edgomez
File length: 49233 byte(s)
Diff to previous 1532
Fix decoding slowdown regression

Revision 1532 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 15 11:28:38 2004 UTC (19 years, 7 months ago) by syskin
File length: 49107 byte(s)
Diff to previous 1530
make sure that MV is in range in b-frames too. prevents crashes with broken bitstream

Revision 1530 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 10 21:58:55 2004 UTC (19 years, 7 months ago) by edgomez
File length: 48803 byte(s)
Diff to previous 1524
Decoder speedups: merge interpolation and dst averaging for bvop blocks, unify qpel framework (should slow things for PPC until new functions get merged)

Revision 1524 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 26 19:32:28 2004 UTC (19 years, 8 months ago) by edgomez
File length: 50261 byte(s)
Diff to previous 1519
Small cleanup (will ease future patches thanks to the unified add_residual pointer), no speedup at all

Revision 1519 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 24 11:46:08 2004 UTC (19 years, 8 months ago) by edgomez
File length: 50423 byte(s)
Diff to previous 1492
ASM data section cleanups + important bugfix to bvop ref interpolation rounding

Revision 1492 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 14 23:26:06 2004 UTC (19 years, 8 months ago) by edgomez
File length: 50423 byte(s)
Diff to previous 1486
Speedups for decoder

Revision 1486 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 10 17:49:31 2004 UTC (19 years, 8 months ago) by edgomez
File length: 50601 byte(s)
Diff to previous 1474
Faster getcoeff + on the fly dequant

Revision 1474 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 3 08:33:16 2004 UTC (19 years, 8 months ago) by syskin
File length: 50484 byte(s)
Diff to previous 1472
low_delay fix

Revision 1472 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 12 13:02:12 2004 UTC (19 years, 9 months ago) by edgomez
File length: 50485 byte(s)
Diff to previous 1466
Merging 1.0.1 fixes

Revision 1466 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 31 21:36:23 2004 UTC (19 years, 10 months ago) by edgomez
File length: 50485 byte(s)
Diff to previous 1451
Merging release-1_0 fixes

Revision 1451 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 21 14:40:15 2004 UTC (19 years, 10 months ago) by edgomez
File length: 50552 byte(s)
Diff to previous 1439
patch-26 (stable merge), patch-27 no 64bit, patch-28 (setedges only once per frame)

Revision 1439 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 19 12:42:01 2004 UTC (19 years, 11 months ago) by syskin
File length: 50261 byte(s)
Diff to previous 1431
won't crash if stream doesn't start with an i-vop

Revision 1431 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 15 12:05:19 2004 UTC (19 years, 11 months ago) by suxen_drol
File length: 50095 byte(s)
Diff to previous 1420
set versions to 1.1
version check for dec_frame_t->brightness

Revision 1420 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 11 09:41:27 2004 UTC (19 years, 11 months ago) by syskin
File length: 50015 byte(s)
Diff to previous 1417
better MV clipping - does not break DX50 streams which have motion out of range

Revision 1417 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 10 04:30:07 2004 UTC (19 years, 11 months ago) by suxen_drol
File length: 50136 byte(s)
Diff to previous 1397
stats->type set to NOTHING by default
in some instances stats->type was not being set (namely lowdelay=1, packed=1, type=nvop).

Revision 1397 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 1 11:11:28 2004 UTC (20 years ago) by suxen_drol
File length: 50091 byte(s)
Diff to previous 1382
brightness control

Revision 1382 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 22 22:36:25 2004 UTC (20 years ago) by edgomez
File length: 50040 byte(s)
Diff to previous 1055
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1055 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 17:08:36 2003 UTC (20 years, 9 months ago) by Isibaar
File length: 56369 byte(s)
Diff to previous 876
don't use Walken idct anymore, simple idct is now used by default instead

Revision 876 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 19 21:59:30 2003 UTC (21 years, 1 month ago) by edgomez
File length: 56208 byte(s)
Diff to previous 866
Small fixes patch

Revision 866 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 17 23:33:12 2003 UTC (21 years, 1 month ago) by edgomez
File length: 56214 byte(s)
Diff to previous 851
- 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 851 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
File length: 58254 byte(s)
Diff to previous 830
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 830 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 11 21:56:31 2003 UTC (21 years, 1 month ago) by edgomez
File length: 22880 byte(s)
Diff to previous 723
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 723 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 15 01:21:12 2002 UTC (21 years, 3 months ago) by edgomez
File length: 39308 byte(s)
Diff to previous 677
Another series of warnings for aggressive compilers

Revision 677 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 26 23:44:11 2002 UTC (21 years, 4 months ago) by edgomez
File length: 39299 byte(s)
Diff to previous 648
ANSI C compliancy - thx Rick Foos

Revision 648 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 16 23:38:16 2002 UTC (21 years, 4 months ago) by edgomez
File length: 39094 byte(s)
Diff to previous 605
License Change

Revision 605 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 19 12:20:33 2002 UTC (21 years, 5 months ago) by edgomez
File length: 39480 byte(s)
Diff to previous 541
Fixed copyrights

Revision 541 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 25 23:37:09 2002 UTC (21 years, 6 months ago) by h
File length: 39414 byte(s)
Diff to previous 535
removed incomplete field-mv support

Revision 535 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 24 21:56:27 2002 UTC (21 years, 6 months ago) by edgomez
File length: 39474 byte(s)
Diff to previous 514
Removed DEBUG and DEBUG1/2 calls

Revision 514 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 22 17:01:36 2002 UTC (21 years, 6 months ago) by edgomez
File length: 39379 byte(s)
Diff to previous 499
Removed DEBUGXXXs calls

Revision 499 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 21 03:11:36 2002 UTC (21 years, 6 months ago) by suxen_drol
File length: 39228 byte(s)
Diff to previous 388
pross email address updates

Revision 388 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 4 03:23:28 2002 UTC (21 years, 6 months ago) by h
File length: 39225 byte(s)
Diff to previous 356
interlacing bugfix (inter cbp behaviour)

Revision 356 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 3 05:36:18 2002 UTC (21 years, 8 months ago) by chenm001
File length: 39198 byte(s)
Diff to previous 339
fix the first frame is green wrong

Revision 339 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 24 23:09:28 2002 UTC (21 years, 8 months ago) by chl
File length: 39152 byte(s)
Diff to previous 333
Minor Cleanup

Revision 333 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 24 00:50:10 2002 UTC (21 years, 8 months ago) by Isibaar
File length: 39386 byte(s)
Diff to previous 326
qpel decoding support

Revision 326 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 21 23:34:08 2002 UTC (21 years, 8 months ago) by chl
File length: 38621 byte(s)
Diff to previous 315
bframe encoding bugfixes, ME unification

Revision 315 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 19 11:15:21 2002 UTC (21 years, 8 months ago) by albeu
File length: 38516 byte(s)
Diff to previous 306
Add 'per slice' rendering aka DR method 2

Revision 306 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 18 00:07:04 2002 UTC (21 years, 8 months ago) by chenm001
File length: 37999 byte(s)
Diff to previous 297
advise for how to fix my b-frame decode code

Revision 297 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 15 23:50:31 2002 UTC (21 years, 8 months ago) by chenm001
File length: 37568 byte(s)
Diff to previous 296
fix my some wrong with b-frame deocde at direct mode

Revision 296 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 15 00:26:38 2002 UTC (21 years, 8 months ago) by chenm001
File length: 37735 byte(s)
Diff to previous 294
Fix a little bug 'mb->quant = 8' in decode_bframe()

Revision 294 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 12 00:49:59 2002 UTC (21 years, 8 months ago) by chenm001
File length: 37754 byte(s)
Diff to previous 290
support the decode examples in ex1

Revision 290 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 11 00:15:59 2002 UTC (21 years, 8 months ago) by chenm001
File length: 37722 byte(s)
Diff to previous 272
fix a little bug and added the BFRAMES_DEC_DEBUG support

Revision 272 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 9 01:37:22 2002 UTC (21 years, 8 months ago) by chenm001
File length: 36922 byte(s)
Diff to previous 271
fix my wrong moment ago

Revision 271 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 9 01:09:33 2002 UTC (21 years, 8 months ago) by chenm001
File length: 39761 byte(s)
Diff to previous 254
help upload for roaming

Revision 254 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 3 12:32:50 2002 UTC (21 years, 9 months ago) by suxen_drol
File length: 36924 byte(s)
Diff to previous 252
get_pmv2/get_pmvdata2

Revision 252 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 30 10:46:29 2002 UTC (21 years, 9 months ago) by suxen_drol
File length: 37014 byte(s)
Diff to previous 248
resync patch

Revision 248 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 28 15:14:40 2002 UTC (21 years, 9 months ago) by suxen_drol
File length: 36547 byte(s)
Diff to previous 233
resync support, check_cpu_features() fixed

Revision 233 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 22 07:23:10 2002 UTC (21 years, 9 months ago) by suxen_drol
File length: 35820 byte(s)
Diff to previous 208
minor fixes: bframe N_VOP support, custom quant bug, BFRAME inc_frame_num()

Revision 208 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 14 13:21:35 2002 UTC (21 years, 9 months ago) by Isibaar
File length: 35463 byte(s)
Diff to previous 195
some small fixes

Revision 195 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 12 20:38:41 2002 UTC (21 years, 9 months ago) by edgomez
File length: 35284 byte(s)
Diff to previous 179
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 179 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 20 17:12:53 2002 UTC (21 years, 10 months ago) by Isibaar
File length: 34597 byte(s)
Diff to previous 168
#define BFRAMES

Revision 168 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 9 00:15:51 2002 UTC (21 years, 10 months ago) by chenm001
File length: 34531 byte(s)
Diff to previous 162
add low_delay decode support

Revision 162 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 6 03:58:09 2002 UTC (21 years, 10 months ago) by chenm001
File length: 34159 byte(s)
Diff to previous 161
no message

Revision 161 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 6 03:51:43 2002 UTC (21 years, 10 months ago) by chenm001
File length: 34174 byte(s)
Diff to previous 156
fix some my B-frame decode error

Revision 156 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 3 00:45:10 2002 UTC (21 years, 11 months ago) by chenm001
File length: 34104 byte(s)
Diff to previous 148
add B-frame decode support

Revision 148 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 28 23:35:25 2002 UTC (21 years, 11 months ago) by edgomez
File length: 17836 byte(s)
Diff to previous 146
sad values can be negative (Cristoph post scriptum to a mail in the dev maillist)

Revision 146 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 28 22:12:45 2002 UTC (21 years, 11 months ago) by edgomez
File length: 17837 byte(s)
Diff to previous 133
Cosmetic, added the RCS Id field

Revision 133 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 23 00:05:31 2002 UTC (21 years, 11 months ago) by chenm001
File length: 17745 byte(s)
Diff to previous 110
add some B-frame support

Revision 110 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 8 23:50:15 2002 UTC (21 years, 11 months ago) by Isibaar
File length: 17056 byte(s)
Diff to previous 100
interlacing bugfix

Revision 100 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 4 13:58:18 2002 UTC (21 years, 11 months ago) by Isibaar
File length: 17016 byte(s)
Diff to previous 81
reworked vlc tables

Revision 81 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 00:37:57 2002 UTC (22 years ago) by h
File length: 17062 byte(s)
Diff to previous 78
interlacing fix and speedup - compensated data wasn't being used in block reconstruction

Revision 78 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 28 20:57:25 2002 UTC (22 years ago) by edgomez
File length: 16862 byte(s)
Diff to previous 73
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 73 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 28 12:24:41 2002 UTC (22 years ago) by canard
File length: 16828 byte(s)
Diff to previous 69
LINUX: proper alignement on the stack

Revision 69 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 26 11:16:08 2002 UTC (22 years ago) by h
File length: 16518 byte(s)
Diff to previous 42
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)

Revision 42 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 20 14:02:59 2002 UTC (22 years ago) by Isibaar
File length: 14316 byte(s)
Diff to previous 41
alignment stuff

Revision 41 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 20 00:28:02 2002 UTC (22 years ago) by Isibaar
File length: 14252 byte(s)
Diff to previous 12
xvid_malloc/xvid_free

Revision 12 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 9 14:45:40 2002 UTC (22 years ago) by edgomez
File length: 14165 byte(s)
Diff to previous 3
In some circumstances acpred_flag was used unitialized - now it's set to zero

Revision 3 - (view) (download) (annotate) - [select for diffs]
Added Fri Mar 8 02:46:11 2002 UTC (22 years ago) by Isibaar
File length: 14144 byte(s)
moved sources

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, 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