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

Log of /xvidcore/src/decoder.h

Parent Directory Parent Directory


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

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Dec 18 10:13:30 2010 UTC (13 years, 3 months ago) by Isibaar
Branch: MAIN
CVS Tags: HEAD, rc1_1_3_0, release-1_3_0, release-1_3_1, tag-branching-1_3_0
Branch point for: release-1_3-branch
Changes since 1.19: +4 -2 lines
Diff to previous 1.19
MT deblocker

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Mar 9 10:00:14 2010 UTC (14 years ago) by Isibaar
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
app-level multi-threading for xvid_encraw

Revision 1.17.2.1 - (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.17: +2 -1 lines
Diff to previous 1.17 , to next main 1.20
- Back ported several important bug fixes from head to release-1_1-branch

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Mar 27 11:21:48 2006 UTC (17 years, 11 months ago) by Skal
Branch: MAIN
CVS Tags: release-1_2_0, release-1_2_2, tag-branching-1_2_0
Branch point for: release-1_2-branch
Changes since 1.17: +2 -1 lines
Diff to previous 1.17
        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 1.17 - (view) (download) (annotate) - [select for diffs]
Mon May 31 21:36:23 2004 UTC (19 years, 9 months ago) by edgomez
Branch: MAIN
CVS Tags: release-1_1_0, release-1_1_0_final
Branch point for: release-1_1-branch
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
Merging release-1_0 fixes

Revision 1.15.2.1 - (view) (download) (annotate) - [select for diffs]
Mon May 31 21:26:23 2004 UTC (19 years, 9 months ago) by edgomez
Branch: release-1_0-branch
CVS Tags: release-1_0_1, release-1_0_2, release-1_0_3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 , to next main 1.20
Commited fixes from my branch (timestamps in decoder, missing va_end calls, bad license header...

Revision 1.16 - (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.15: +3 -0 lines
Diff to previous 1.15
patch-26 (stable merge), patch-27 no 64bit, patch-28 (setedges only once per frame)

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

Revision 1.13.2.10 - (view) (download) (annotate) - [select for diffs]
Wed Mar 3 13:18:08 2004 UTC (20 years 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, 3 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, 5 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, 8 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.14 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 17:05:51 2003 UTC (20 years, 9 months ago) by Isibaar
Branch: MAIN
CVS Tags: cvs-head, tag-merging-20040322
Changes since 1.13: +3 -1 lines
Diff to previous 1.13
don't use Walken idct anymore, simple idct is now used by default instead

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.10.2.6 - (view) (download) (annotate) - [select for diffs]
Sat Jan 11 14:59:23 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.10.2.5: +8 -2 lines
Diff to previous 1.10.2.5 , to branch point 1.10 , to next main 1.20
Major update: Support for GME/GMC with 2 warppoints

Revision 1.10.2.5 - (view) (download) (annotate) - [select for diffs]
Sat Dec 14 06:07:02 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.10.2.4: +9 -9 lines
Diff to previous 1.10.2.4 , to branch point 1.10
decoder cleanup, deblocking filter

Revision 1.10.2.4 - (view) (download) (annotate) - [select for diffs]
Thu Dec 12 10:37:44 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.10.2.3: +3 -2 lines
Diff to previous 1.10.2.3 , to branch point 1.10
decoder cleanup

Revision 1.10.2.3 - (view) (download) (annotate) - [select for diffs]
Sun Dec 8 05:38:56 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.10.2.2: +37 -1 lines
Diff to previous 1.10.2.2 , to branch point 1.10
reduced resolution vop decoding support, packed_mode cleanup

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Nov 26 23:44:09 2002 UTC (21 years, 3 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.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 15:53:47 2002 UTC (21 years, 4 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.10.2.1: +2 -1 lines
Diff to previous 1.10.2.1 , to branch point 1.10
packed bitstream decoding support

Revision 1.10.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Nov 7 10:28:15 2002 UTC (21 years, 4 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.10: +21 -5 lines
Diff to previous 1.10
encoder: new colorspace; decoder: auto width/height, basic gmc, experimental rrv

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, 10 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 (21 years, 11 months 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.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Fri Mar 8 02:44:29 2002 UTC (22 years ago) by Isibaar
Branch: core
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.20
moved sources

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