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

Log of /xvidcore/src/decoder.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Links to dev-api-4: (view) (download) (annotate)
Sticky Tag:

Revision 1.13.2.10 - (view) (download) (annotate) - [select for diffs]
Wed Mar 3 13:18:08 2004 UTC (20 years, 1 month ago) by syskin
Branch: dev-api-4
Changes since 1.13.2.9: +3 -1 lines
Diff to previous 1.13.2.9 , to branch point 1.13 , to next main 1.20
MV clipping to handle invalid bitstreams; quantization table in decoder's stats

Revision 1.13.2.9 - (view) (download) (annotate) - [select for diffs]
Sun Dec 21 19:41:58 2003 UTC (20 years, 3 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.13.2.8: +5 -1 lines
Diff to previous 1.13.2.8 , to branch point 1.13
postprocessing changes

Revision 1.13.2.8 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 11:54:22 2003 UTC (20 years, 3 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.13.2.7: +2 -1 lines
Diff to previous 1.13.2.7 , to branch point 1.13
signal cartoon mode in bitstream

Revision 1.13.2.7 - (view) (download) (annotate) - [select for diffs]
Sun Nov 30 16:13:15 2003 UTC (20 years, 4 months ago) by edgomez
Branch: dev-api-4
Changes since 1.13.2.6: +1 -0 lines
Diff to previous 1.13.2.6 , to branch point 1.13
* 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 1.13.2.6 - (view) (download) (annotate) - [select for diffs]
Wed Oct 1 23:23:00 2003 UTC (20 years, 6 months ago) by edgomez
Branch: dev-api-4
Changes since 1.13.2.5: +3 -3 lines
Diff to previous 1.13.2.5 , to branch point 1.13
removed trailing spaces

Revision 1.13.2.5 - (view) (download) (annotate) - [select for diffs]
Sat Jun 28 15:49:02 2003 UTC (20 years, 9 months ago) by chl
Branch: dev-api-4
Changes since 1.13.2.4: +2 -1 lines
Diff to previous 1.13.2.4 , to branch point 1.13
3 warp point GME - first commit

Revision 1.13.2.4 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 19:42:02 2003 UTC (20 years, 9 months ago) by edgomez
Branch: dev-api-4
Changes since 1.13.2.3: +4 -1 lines
Diff to previous 1.13.2.3 , to branch point 1.13
Activated simple_idct for MMX - Backward compatibility with bistream version 9 ensures the use of the standard idct_mmx function

Revision 1.13.2.3 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 13:50:02 2003 UTC (20 years, 9 months ago) by edgomez
Branch: dev-api-4
Changes since 1.13.2.2: +3 -17 lines
Diff to previous 1.13.2.2 , to branch point 1.13
Added legal header

Revision 1.13.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 01:16:12 2003 UTC (20 years, 9 months ago) by edgomez
Branch: dev-api-4
Changes since 1.13.2.1: +21 -19 lines
Diff to previous 1.13.2.1 , to branch point 1.13
ISO C89 comment style

Revision 1.13.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 08:49:44 2003 UTC (21 years, 1 month ago) by suxen_drol
Branch: dev-api-4
Changes since 1.13: +5 -4 lines
Diff to previous 1.13
++api v1.-127.0

Revision 1.13 - (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
Branch point for: Isibaar, dev-api-4
Changes since 1.12: +101 -56 lines
Diff to previous 1.12
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Nov 26 23:44:09 2002 UTC (21 years, 4 months 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.11: +14 -14 lines
Diff to previous 1.11
ANSI C compliancy - thx Rick Foos

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

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 11:15:21 2002 UTC (21 years, 8 months ago) by albeu
Branch: MAIN
CVS Tags: branch-release-1-0, tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.9: +3 -1 lines
Diff to previous 1.9
Add 'per slice' rendering aka DR method 2

Revision 1.9 - (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.8: +0 -3 lines
Diff to previous 1.8
fix my wrong moment ago

Revision 1.8 - (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.7: +4 -1 lines
Diff to previous 1.7
help upload for roaming

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jun 13 21:53:08 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.6: +47 -2 lines
Diff to previous 1.6
- Cosmetic
- Added legal header

Revision 1.6 - (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.5: +21 -19 lines
Diff to previous 1.5
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 1.5 - (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.4: +3 -2 lines
Diff to previous 1.4
add low_delay decode support

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri May 3 00:45:10 2002 UTC (21 years, 11 months ago) by chenm001
Branch: MAIN
Changes since 1.3: +14 -2 lines
Diff to previous 1.3
add B-frame decode support

Revision 1.3 - (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.2: +1 -1 lines
Diff to previous 1.2
add some B-frame support

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Mar 26 11:16:08 2002 UTC (22 years ago) by h
Branch: MAIN
CVS Tags: xvidcore
Changes since 1.1: +4 -0 lines
Diff to previous 1.1
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)

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