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

Log of /xvidcore/src/encoder.h

Parent Directory Parent Directory


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

Revision 1.27.2.17 - (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.27.2.16: +6 -8 lines
Diff to previous 1.27.2.16 , to branch point 1.27 , to next main 1.34 , to selected 1.6
* 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.27.2.16 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 16:15:47 2003 UTC (20 years, 4 months ago) by edgomez
Branch: dev-api-4
Changes since 1.27.2.15: +1 -0 lines
Diff to previous 1.27.2.15 , to branch point 1.27 , to selected 1.6
Patch from syskin.

* This patch avoids calling setedges and interpolate for uneeded cases:
    - setedges is only called once per frame.
    - interpolate is called only when the previous rounding
      was different from the one needed.
* Interpolation has been optimized a bit for qpel case, we do the
  hv pass down to top to use the cache more efficiently (hope so).

Revision 1.27.2.15 - (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.27.2.14: +1 -1 lines
Diff to previous 1.27.2.14 , to branch point 1.27 , to selected 1.6
removed trailing spaces

Revision 1.27.2.14 - (view) (download) (annotate) - [select for diffs]
Tue Aug 26 14:07:11 2003 UTC (20 years, 7 months ago) by edgomez
Branch: dev-api-4
Changes since 1.27.2.13: +5 -1 lines
Diff to previous 1.27.2.13 , to branch point 1.27 , to selected 1.6
Final bits of AR flag support during encoding

Revision 1.27.2.13 - (view) (download) (annotate) - [select for diffs]
Thu Aug 7 15:41:57 2003 UTC (20 years, 7 months ago) by chl
Branch: dev-api-4
Changes since 1.27.2.12: +3 -3 lines
Diff to previous 1.27.2.12 , to branch point 1.27 , to selected 1.6
I hate warnings! So I removed all I could find...

Revision 1.27.2.12 - (view) (download) (annotate) - [select for diffs]
Sat Aug 2 15:08:24 2003 UTC (20 years, 8 months ago) by edgomez
Branch: dev-api-4
Changes since 1.27.2.11: +6 -6 lines
Diff to previous 1.27.2.11 , to branch point 1.27 , to selected 1.6
API changes

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

Revision 1.27.2.10 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 13:50:44 2003 UTC (20 years, 9 months ago) by edgomez
Branch: dev-api-4
Changes since 1.27.2.9: +4 -20 lines
Diff to previous 1.27.2.9 , to branch point 1.27 , to selected 1.6
Added legal header

Revision 1.27.2.9 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 01:16:35 2003 UTC (20 years, 9 months ago) by edgomez
Branch: dev-api-4
Changes since 1.27.2.8: +7 -7 lines
Diff to previous 1.27.2.8 , to branch point 1.27 , to selected 1.6
ISO C89 comment style

Revision 1.27.2.8 - (view) (download) (annotate) - [select for diffs]
Sun May 18 12:33:26 2003 UTC (20 years, 10 months ago) by edgomez
Branch: dev-api-4
Changes since 1.27.2.7: +1 -4 lines
Diff to previous 1.27.2.7 , to branch point 1.27 , to selected 1.6
RateControl complete removal

Revision 1.27.2.7 - (view) (download) (annotate) - [select for diffs]
Mon May 12 12:28:31 2003 UTC (20 years, 10 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.27.2.6: +10 -1 lines
Diff to previous 1.27.2.6 , to branch point 1.27 , to selected 1.6
zones, profiles, vfw changes

Revision 1.27.2.6 - (view) (download) (annotate) - [select for diffs]
Wed Mar 26 11:01:03 2003 UTC (21 years ago) by suxen_drol
Branch: dev-api-4
Changes since 1.27.2.5: +2 -2 lines
Diff to previous 1.27.2.5 , to branch point 1.27 , to selected 1.6
xvid_enc_rc_t removed

Revision 1.27.2.5 - (view) (download) (annotate) - [select for diffs]
Sun Mar 16 12:04:14 2003 UTC (21 years ago) by suxen_drol
Branch: dev-api-4
Changes since 1.27.2.4: +2 -9 lines
Diff to previous 1.27.2.4 , to branch point 1.27 , to selected 1.6
dquant cleanup
xvid_pluing_lumimasking added
xvid_encraw -lumimasking option added

Revision 1.27.2.4 - (view) (download) (annotate) - [select for diffs]
Sat Mar 15 17:03:17 2003 UTC (21 years ago) by suxen_drol
Branch: dev-api-4
Changes since 1.27.2.3: +2 -1 lines
Diff to previous 1.27.2.3 , to branch point 1.27 , to selected 1.6
variable frame rate encoding

Revision 1.27.2.3 - (view) (download) (annotate) - [select for diffs]
Sat Mar 15 14:32:56 2003 UTC (21 years ago) by suxen_drol
Branch: dev-api-4
Changes since 1.27.2.2: +7 -5 lines
Diff to previous 1.27.2.2 , to branch point 1.27 , to selected 1.6
enc_encode CLOSE_GOP fixed, further cleanup
XVID_REQORIGINAL plugin support
plugin examples: xvid_plugin_psnr, xvid_plugin_dump

Revision 1.27.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Mar 13 11:07:20 2003 UTC (21 years ago) by suxen_drol
Branch: dev-api-4
Changes since 1.27.2.1: +11 -1 lines
Diff to previous 1.27.2.1 , to branch point 1.27 , to selected 1.6
plugin system
xvid_rawenc output cleanup
xvid_rawenc -p option

Revision 1.27.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.27: +37 -33 lines
Diff to previous 1.27 , to selected 1.6
++api v1.-127.0

Revision 1.27 - (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: cvs-head, merged-dev-api-3, tag-merging-20040322
Branch point for: Isibaar, dev-api-4
Changes since 1.26: +83 -61 lines
Diff to previous 1.26 , to selected 1.6
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Nov 28 07:27:37 2002 UTC (21 years, 4 months ago) by suxen_drol
Branch: MAIN
CVS Tags: release-0_9_1, release-0_9_2
Branch point for: release-0_9_1-fixes
Changes since 1.25: +1 -5 lines
Diff to previous 1.25 , to selected 1.6
smp remove patch <rickf at ebenchmarks.com>

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Nov 26 23:44:10 2002 UTC (21 years, 4 months ago) by edgomez
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 , to selected 1.6
ANSI C compliancy - thx Rick Foos

Revision 1.24 - (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.23: +37 -15 lines
Diff to previous 1.23 , to selected 1.6
License Change

Revision 1.23 - (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.22: +2 -2 lines
Diff to previous 1.22 , to selected 1.6
Changed Michael Militzer to name + email (next patch will fix copyrights with the right holders)

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Sep 25 23:37:09 2002 UTC (21 years, 6 months ago) by h
Branch: MAIN
Changes since 1.21: +1 -3 lines
Diff to previous 1.21 , to selected 1.6
removed incomplete field-mv support

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Sep 4 21:42:56 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.20: +2 -0 lines
Diff to previous 1.20 , to selected 1.6
Added $Id$ keyword again.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Sep 4 21:03:29 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.19: +0 -33 lines
Diff to previous 1.19 , to selected 1.6
Removed BFRAMES part of the code

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Sep 4 20:56:52 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.18: +2 -12 lines
Diff to previous 1.18 , to selected 1.6
- Removed History Header
- Added Michael Militzer Copyright (well Michael seems to be the first contributor)

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Sep 3 17:24:26 2002 UTC (21 years, 6 months ago) by chl
Branch: MAIN
CVS Tags: tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.17: +1 -5 lines
Diff to previous 1.17 , to selected 1.6
Support for timestamps even without #define BFRAMES

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Aug 7 10:09:00 2002 UTC (21 years, 7 months ago) by chl
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 , to selected 1.6
New variable pEnc->last_sync for (more) correct time-codes in B-frames mode.
Not a 100% clean solution. NOTE: Whole Timecode management must be rewritten!

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Jul 21 03:41:44 2002 UTC (21 years, 8 months ago) by suxen_drol
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 , to selected 1.6
frame_drop_ratio

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 14:56:00 2002 UTC (21 years, 8 months ago) by chl
Branch: MAIN
Changes since 1.14: +4 -2 lines
Diff to previous 1.14 , to selected 1.6
Bugfix for B-frame encoding (new parameters time_bp, time_pp to BVOP-ME)

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Jul 12 12:26:23 2002 UTC (21 years, 8 months ago) by suxen_drol
Branch: MAIN
Changes since 1.13: +5 -1 lines
Diff to previous 1.13 , to selected 1.6
XVID_ENC_PARAM->num_threads

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jun 24 09:53:17 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 , to selected 1.6
added font.c, sgi-irix64 makefile, dx50bvop working

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Jun 23 03:58:32 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.11: +4 -2 lines
Diff to previous 1.11 , to selected 1.6
XVID_GLOBAL_*, XVID_CPU_CHKONLY, timestamp fix, font.c

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Jun 20 14:05:57 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.10: +16 -3 lines
Diff to previous 1.10 , to selected 1.6
bframe patch

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Jun 13 21:45:24 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.9: +68 -27 lines
Diff to previous 1.9 , to selected 1.6
- Mainly Cosmetic.
- 'bool' type is now 'int', natural cpu size variable.
  (Dev Mail-List suggestion from  Christoph Lampert)

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Jun 12 20:38:40 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.8: +20 -15 lines
Diff to previous 1.8 , to selected 1.6
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Jun 7 10:21:48 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.7: +33 -32 lines
Diff to previous 1.7 , to selected 1.6
Rate control structure per encoder

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon May 6 10:07:19 2002 UTC (21 years, 10 months ago) by suxen_drol
Branch: MAIN
Changes since 1.6: +4 -1 lines
Diff to previous 1.6
low_delay

Revision 1.6 - (view) (download) (annotate) - [selected]
Wed May 1 13:00:01 2002 UTC (21 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.5: +27 -1 lines
Diff to previous 1.5
#define BFRAMES

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Apr 25 06:55:00 2002 UTC (21 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.4: +29 -17 lines
Diff to previous 1.4 , to selected 1.6
FRAMEINFO

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Apr 10 07:40:44 2002 UTC (21 years, 11 months ago) by Isibaar
Branch: MAIN
Changes since 1.3: +3 -0 lines
Diff to previous 1.3 , to selected 1.6
PSNR calculations

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Apr 5 14:40:36 2002 UTC (21 years, 11 months ago) by h
Branch: MAIN
CVS Tags: xvidcore
Changes since 1.2: +2 -0 lines
Diff to previous 1.2 , to selected 1.6
hinted motion estimation support (raw or compressed)

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Mar 29 04:25:16 2002 UTC (22 years ago) by h
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 , to selected 1.6
merged image/pMBs create and destroy stuff into single if()

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