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

Log of /xvidcore/src/bitstream/vlc_codes.h

Parent Directory Parent Directory


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

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 22:36:23 2004 UTC (20 years ago) by edgomez
Branch: MAIN
CVS Tags: HEAD, rc1_1_3_0, release-1_0_0, release-1_0_1, release-1_0_2, release-1_0_3, release-1_1_0, release-1_1_0_final, release-1_1_1-final, release-1_1_2, release-1_1_3, release-1_1_3-final, release-1_2_0, release-1_2_2, release-1_3_0, release-1_3_1, tag-branching-1_2_0, tag-branching-1_3_0
Branch point for: release-1_0-branch, release-1_1-branch, release-1_2-branch, release-1_3-branch
Changes since 1.17: +25 -5 lines
Diff to previous 1.17
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Feb 24 11:15:33 2003 UTC (21 years, 1 month ago) by chl
Branch: MAIN
CVS Tags: cvs-head, tag-merging-20040322
Branch point for: Isibaar
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Rename cbpy_tab to xvid_cbpy_tab to avoid naming conflicts (with ffmpeg)

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Feb 16 13:04:05 2003 UTC (21 years, 1 month ago) by edgomez
Branch: MAIN
Branch point for: dev-api-4
Changes since 1.15: +21 -784 lines
Diff to previous 1.15
Table duplication fix (Moved tables to a C module - kept declarations in header)

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

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Feb 13 17:31:33 2003 UTC (21 years, 1 month ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_1
Branch point for: release-0_9_1-fixes
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
Ready for 0.9.1

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Jan 5 16:54:36 2003 UTC (21 years, 2 months ago) by edgomez
Branch: MAIN
Changes since 1.12: +343 -685 lines
Diff to previous 1.12
Much lighter VLC implementation (saves >6MB)

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Nov 17 00:57:57 2002 UTC (21 years, 4 months ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_0
Changes since 1.11: +33 -12 lines
Diff to previous 1.11
License changed

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Oct 19 11:41:11 2002 UTC (21 years, 5 months ago) by edgomez
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Changed Michael Militzer to name + email (next patch will fix copyrights with the right holders)

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Sep 10 21:28:17 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.9: +51 -39 lines
Diff to previous 1.9
- Changed const type qualifiers

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Sep 10 20:01:07 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.8: +13 -13 lines
Diff to previous 1.8
- Pure cosmetic - tabs->spaces

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Sep 8 15:37:42 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.7: +1 -92 lines
Diff to previous 1.7
moved get_coeff inlined function to mbcoding.c

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Sep 8 13:44:11 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.6: +301 -373 lines
Diff to previous 1.6
- Added GPL Header + patent infringement
- Cosmetic
- The inlined function will be moved later

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Jun 12 20:38:40 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
CVS Tags: tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.5: +602 -566 lines
Diff to previous 1.5
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Apr 10 07:43:20 2002 UTC (21 years, 11 months ago) by Isibaar
Branch: MAIN
Changes since 1.4: +98 -0 lines
Diff to previous 1.4
decoder speedup

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Mar 15 09:19:57 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
CVS Tags: xvidcore
Changes since 1.3: +15 -10 lines
Diff to previous 1.3
INTRA_Q/INTER_Q mcbpc bugfix

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Mar 9 15:53:05 2002 UTC (22 years ago) by edgomez
Branch: MAIN
Changes since 1.2: +827 -826 lines
Diff to previous 1.2
Fixed brackets for coeff_tab3, coeff_tab7, coeff_tab10 and coorect indentation of all code

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Mar 9 15:25:40 2002 UTC (22 years ago) by edgomez
Branch: MAIN
Changes since 1.1: +6 -6 lines
Diff to previous 1.1
Fixed lot of gcc warnings about '/*' into comments

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Mar 8 02:44:38 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