[svn] / branches / dev-api-4 / xvidcore / src / decoder.c Repository:
ViewVC logotype

Log of /branches/dev-api-4/xvidcore/src/decoder.c

Parent Directory Parent Directory


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

Revision 1372 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 3 13:18:08 2004 UTC (20 years ago) by syskin
File length: 50044 byte(s)
Diff to previous 1371
MV clipping to handle invalid bitstreams; quantization table in decoder's stats

Revision 1371 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 29 12:57:58 2004 UTC (20 years, 1 month ago) by edgomez
File length: 48330 byte(s)
Diff to previous 1363
don't use comants to mark out pieces of code

Revision 1363 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 16 03:40:47 2004 UTC (20 years, 1 month ago) by syskin
File length: 48244 byte(s)
Diff to previous 1361
automatic workaround for dev-api-3 setedges bug

Revision 1361 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 15 13:26:04 2004 UTC (20 years, 1 month ago) by syskin
File length: 48193 byte(s)
Diff to previous 1350
prevents an ugly crash. we shouldn't read more bitstream than we have, ever

Revision 1350 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 3 02:56:57 2004 UTC (20 years, 1 month ago) by syskin
File length: 48181 byte(s)
Diff to previous 1337
bug: interlacing + gmc

Revision 1337 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 27 09:24:49 2004 UTC (20 years, 2 months ago) by syskin
File length: 48181 byte(s)
Diff to previous 1330
an ugly bug (by me), I wonder why noone noticed before

Revision 1330 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 24 14:14:15 2004 UTC (20 years, 2 months ago) by syskin
File length: 48159 byte(s)
Diff to previous 1297
quant gets updated for SKIP blocks - for postprocessing

Revision 1297 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 21 19:42:11 2003 UTC (20 years, 3 months ago) by Isibaar
File length: 48114 byte(s)
Diff to previous 1285
postprocessing changes

Revision 1285 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 20 11:54:37 2003 UTC (20 years, 3 months ago) by Isibaar
File length: 47995 byte(s)
Diff to previous 1270
signal cartoon mode in bitstream

Revision 1270 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 17 17:07:38 2003 UTC (20 years, 3 months ago) by Isibaar
File length: 47916 byte(s)
Diff to previous 1262
some quality improvements for postprocessing

Revision 1262 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 13 13:52:25 2003 UTC (20 years, 3 months ago) by syskin
File length: 47881 byte(s)
Diff to previous 1253
PP crash fixed

Revision 1253 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 10 15:07:42 2003 UTC (20 years, 3 months ago) by edgomez
File length: 47867 byte(s)
Diff to previous 1252
* copyright fix(?)
* ending new lines missing (gcc)
* added $Id$ field

Revision 1252 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 10 12:09:34 2003 UTC (20 years, 3 months ago) by syskin
File length: 47832 byte(s)
Diff to previous 1251
N-VOPs fixed

Revision 1251 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 10 01:02:44 2003 UTC (20 years, 3 months ago) by Isibaar
File length: 47755 byte(s)
Diff to previous 1249
postprocessing (deblocking) code ported from Isibaar branch + speed-up

Revision 1249 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 9 14:31:40 2003 UTC (20 years, 3 months ago) by syskin
File length: 47429 byte(s)
Diff to previous 1230
whenever decoder fails, we know about it

Revision 1230 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 30 16:13:16 2003 UTC (20 years, 4 months ago) by edgomez
File length: 47357 byte(s)
Diff to previous 1204
* Thread safe MPEG4 quantization functions.
  Cleaned up version of patch provided by Michael
   - fixed compiling problems on gcc
   - added const qualifiers every where it was possible to help C compiler
     optimization.
   - added the mpeg_quant_matrices param to all ASM function prototype
     in comments (even if it's not used, that shows we do it deliberatly)
   - forces m[intra][0][0] = 8, otherwise XviD could write invalid streams.
* Added real CRC computing in xvid_bench.c

Revision 1204 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 13 22:35:30 2003 UTC (20 years, 4 months ago) by edgomez
File length: 46994 byte(s)
Diff to previous 1183
* encoder.c: GMC code fix in encoder.c. Now gmcval is initialized
  correctly when using GME.
* xvid_decraw.c: Fix elementary stream output.
* plugin_2pass2.c: Small parsing bug in stats reading in 2pass2.
* decoder.c: Read resync markers in bframes.

Revision 1183 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 22 09:47:52 2003 UTC (20 years, 5 months ago) by edgomez
File length: 46876 byte(s)
Diff to previous 1180
Removed unused next_block vars

Revision 1180 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 16 12:16:00 2003 UTC (20 years, 5 months ago) by syskin
File length: 46968 byte(s)
Diff to previous 1178
cleanups, speedups, etc

Revision 1178 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 14 14:22:45 2003 UTC (20 years, 5 months ago) by syskin
File length: 55859 byte(s)
Diff to previous 1174
interpolate mode + qpel decoding fixed; MACROBLOCK->mb_type completely replaced by MB->mode

Revision 1174 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 7 13:02:35 2003 UTC (20 years, 5 months ago) by edgomez
File length: 56751 byte(s)
Diff to previous 1168
Quantization namespace and API changes

Revision 1168 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 3 15:49:21 2003 UTC (20 years, 5 months ago) by syskin
File length: 56741 byte(s)
Diff to previous 1161
interlacing support for b-vops and s-vops

Revision 1161 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 1 23:23:01 2003 UTC (20 years, 6 months ago) by edgomez
File length: 56118 byte(s)
Diff to previous 1153
removed trailing spaces

Revision 1153 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 24 01:38:29 2003 UTC (20 years, 6 months ago) by edgomez
File length: 56172 byte(s)
Diff to previous 1122
fix to mcsel/acpred bit reading (were swapped)

Revision 1122 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 13 11:44:02 2003 UTC (20 years, 7 months ago) by edgomez
File length: 56192 byte(s)
Diff to previous 1107
Better architecture separation

Revision 1107 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 2 15:08:48 2003 UTC (20 years, 8 months ago) by edgomez
File length: 56470 byte(s)
Diff to previous 1077
API changes

Revision 1077 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 28 15:54:16 2003 UTC (20 years, 9 months ago) by chl
File length: 56441 byte(s)
Diff to previous 1058
3 warp point GME - first commit

Revision 1058 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 19:42:25 2003 UTC (20 years, 9 months ago) by edgomez
File length: 56611 byte(s)
Diff to previous 1054
Activated simple_idct for MMX - Backward compatibility with bistream version 9 ensures the use of the standard idct_mmx function

Revision 1054 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 13:55:56 2003 UTC (20 years, 9 months ago) by edgomez
File length: 56334 byte(s)
Diff to previous 1053
Added legal header

Revision 1053 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 01:25:19 2003 UTC (20 years, 9 months ago) by edgomez
File length: 56288 byte(s)
Diff to previous 1038
ISO C89 comment style

Revision 1038 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 22 16:36:07 2003 UTC (20 years, 10 months ago) by edgomez
File length: 56279 byte(s)
Diff to previous 1031
Removed this annoying \n from DPRINTF output. DPRINTF behaves
now like usual printf.

Just for fun, i decided to exercice my regexp skills:

for i in `find . -name "*.c"` ; do
     sed s/'\(DPRINTF(XVID_DEBUG.*\)"\([^"]\+[^\\][^n]\)"\(.*\)$'/'\1"\2\\n"\3'/g $i > $i.tmp;
     mv $i.tmp $i
done

Nice isn't it ? It just adds a \n to every DPRINTF call that
was relying on old behavior (automatic trailing \n).

Revision 1031 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 17 13:26:51 2003 UTC (20 years, 10 months ago) by suxen_drol
File length: 56248 byte(s)
Diff to previous 945
* dynamic bvop decision stats bug fixed
* added runtime debug level option. this only only activated when _DEBUG is defined.
  level is specified globaly, via "xvid_glb_init_t.debug" and XVID_DEBUG_xxx defines.
  references to previous DPRINTF_LEVEL_xxx's have been replaced throughout libxvidcore
* futher bitrate zone fixes for plugin_2pass2.c
* removed old ratecontrol.c from msvc project
* xvid_encraw.c specifc:
  * added "-max_key_interval integer" option
  * renamed -debug to -vop_debug
  * added "-debug integer" option, which sets xvid_gbl_init_t.debug field
  * s/length/len/ status line
* vfw specific:
  * zone/bitrate typos fixed ("you eediot")
  * renamed "debug" regkey to "vop_debug"
  * added "debug" regeky and textbox which sets xvid_gbl_init_t.debug field

Revision 945 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 26 10:29:51 2003 UTC (21 years ago) by suxen_drol
File length: 56197 byte(s)
Diff to previous 926
XVID_ERR_END

Revision 926 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 16 12:05:09 2003 UTC (21 years ago) by suxen_drol
File length: 56098 byte(s)
Diff to previous 890
dquant cleanup
xvid_pluing_lumimasking added
xvid_encraw -lumimasking option added

Revision 890 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 22 08:49:45 2003 UTC (21 years, 1 month ago) by suxen_drol
File length: 56227 byte(s)
Diff to previous 886
++api v1.-127.0

Revision 886 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 21 14:49:29 2003 UTC (21 years, 1 month ago) by
File length: 56208 byte(s)
Diff to previous 876
This commit was manufactured by cvs2svn to create branch 'dev-api-4'.

Revision 876 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 19 21:59:30 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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, 7 months ago) by chenm001
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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
Original Path: trunk/xvidcore/src/decoder.c
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