[cvs] / xvidcore / src / utils / ratecontrol.c Repository:
ViewVC logotype

Log of /xvidcore/src/utils/ratecontrol.c

Parent Directory Parent Directory


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

Revision 1.21
Mon Mar 22 22:36:24 2004 UTC (20 years, 1 month ago) by edgomez
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +1 -1 lines
FILE REMOVED
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1.19.2.3
Thu Sep 11 14:14:05 2003 UTC (20 years, 7 months ago) by edgomez
Branch: dev-api-4
Changes since 1.19.2.2: +1 -1 lines
FILE REMOVED
Removed some unused files

Revision 1.19.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 13:55:47 2003 UTC (20 years, 11 months ago) by edgomez
Branch: dev-api-4
Changes since 1.19.2.1: +4 -10 lines
Diff to previous 1.19.2.1 , to branch point 1.19 , to selected 1.2
Added legal header

Revision 1.19.2.1 - (view) (download) (annotate) - [select for diffs]
Sat May 17 13:37:11 2003 UTC (20 years, 11 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 , to selected 1.2
* 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 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Apr 4 03:16:09 2003 UTC (21 years, 1 month ago) by Isibaar
Branch: MAIN
CVS Tags: cvs-head, tag-merging-20040322
Branch point for: Isibaar
Changes since 1.19: +8 -3 lines
Diff to previous 1.19 , to selected 1.2
CBR + b-frames bugfix

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Feb 15 15:22:19 2003 UTC (21 years, 2 months ago) by edgomez
Branch: MAIN
CVS Tags: merged-dev-api-3
Branch point for: dev-api-4
Changes since 1.18: +19 -41 lines
Diff to previous 1.18 , to selected 1.2
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 1.13.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Dec 14 09:39:42 2002 UTC (21 years, 4 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.13: +5 -3 lines
Diff to previous 1.13 , to next main 1.21 , to selected 1.2
mingw/dprintf cleanup, portab.h updated from release-0.9.0

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Nov 17 00:51:11 2002 UTC (21 years, 5 months ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_0, release-0_9_1, release-0_9_2
Branch point for: release-0_9_1-fixes
Changes since 1.17: +33 -11 lines
Diff to previous 1.17 , to selected 1.2
License changed

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Sep 26 00:33:00 2002 UTC (21 years, 7 months ago) by h
Branch: MAIN
Changes since 1.16: +2 -4 lines
Diff to previous 1.16 , to selected 1.2
amended copyright

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Sep 22 19:35:38 2002 UTC (21 years, 7 months ago) by edgomez
Branch: MAIN
Changes since 1.15: +4 -2 lines
Diff to previous 1.15 , to selected 1.2
Udated copyright holders

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Sep 22 17:01:36 2002 UTC (21 years, 7 months ago) by edgomez
Branch: MAIN
Changes since 1.14: +4 -3 lines
Diff to previous 1.14 , to selected 1.2
Removed DEBUGXXXs calls

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Sep 5 21:23:03 2002 UTC (21 years, 8 months ago) by edgomez
Branch: MAIN
Changes since 1.13: +16 -15 lines
Diff to previous 1.13 , to selected 1.2
Added patent infringement notice

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jun 17 12:23:32 2002 UTC (21 years, 10 months ago) by edgomez
Branch: MAIN
CVS Tags: branch-release-1-0, tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.12: +85 -7 lines
Diff to previous 1.12 , to selected 1.2
- added legal header
- added function descriptions

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Jun 12 20:38:41 2002 UTC (21 years, 10 months ago) by edgomez
Branch: MAIN
Changes since 1.11: +60 -48 lines
Diff to previous 1.11 , to selected 1.2
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Jun 7 10:21:48 2002 UTC (21 years, 11 months ago) by edgomez
Branch: MAIN
Changes since 1.10: +63 -82 lines
Diff to previous 1.10 , to selected 1.2
Rate control structure per encoder

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Apr 15 08:04:06 2002 UTC (22 years ago) by h
Branch: MAIN
Changes since 1.9: +46 -18 lines
Diff to previous 1.9 , to selected 1.2
foxer's updated cbr code

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Apr 13 16:30:02 2002 UTC (22 years ago) by suxen_drol
Branch: MAIN
Changes since 1.8: +0 -2 lines
Diff to previous 1.8 , to selected 1.2
bframe "support" code

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Apr 7 11:57:47 2002 UTC (22 years, 1 month ago) by h
Branch: MAIN
CVS Tags: xvidcore
Changes since 1.7: +9 -6 lines
Diff to previous 1.7 , to selected 1.2
debug output for cbr

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Mar 30 07:15:58 2002 UTC (22 years, 1 month ago) by h
Branch: MAIN
Changes since 1.6: +20 -21 lines
Diff to previous 1.6 , to selected 1.2
foxer: increased variable precision & capacity

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Mar 25 09:09:01 2002 UTC (22 years, 1 month ago) by h
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 , to selected 1.2
Foxer: improved overflow handling

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Mar 24 07:59:02 2002 UTC (22 years, 1 month ago) by h
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 , to selected 1.2
small patch to deviation (now takes delay into account)

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Mar 24 05:47:23 2002 UTC (22 years, 1 month ago) by h
Branch: MAIN
Changes since 1.3: +65 -131 lines
Diff to previous 1.3 , to selected 1.2
foxer's cbr mode
(hijacks the rc_buffersize variable and uses it as reaction delay - easier than changing xvid.h)

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Mar 20 00:28:22 2002 UTC (22 years, 1 month ago) by Isibaar
Branch: MAIN
Changes since 1.2: +11 -11 lines
Diff to previous 1.2
change uint64_t to int64_t

Revision 1.2 - (view) (download) (annotate) - [selected]
Sat Mar 9 16:21:57 2002 UTC (22 years, 2 months ago) by edgomez
Branch: MAIN
Changes since 1.1: +83 -77 lines
Diff to previous 1.1
Fixed warning about implicit fabs - #include <math.h>

Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Fri Mar 8 02:44:59 2002 UTC (22 years, 2 months ago) by Isibaar
Branch: core
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.21 , to selected 1.2
moved sources

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Mar 8 02:44:59 2002 UTC (22 years, 2 months ago) by Isibaar
Branch: MAIN
Branch point for: core
Diff to selected 1.2
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