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

Log of /xvidcore/src/encoder.h

Parent Directory Parent Directory


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

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sat Dec 18 16:02:00 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.33: +6 -4 lines
Diff to previous 1.33 , to selected 1.1
refactorized encoder multi-threading
introduced slice-based encoding

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 07:38:09 2010 UTC (13 years, 6 months ago) by Isibaar
Branch: MAIN
Changes since 1.32: +1 -6 lines
Diff to previous 1.32 , to selected 1.1
define additional simple profile levels

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Jul 10 08:09:59 2006 UTC (17 years, 8 months ago) by syskin
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.31: +2 -1 lines
Diff to previous 1.31 , to selected 1.1
faster and waaay more precise mpeg intra quantization

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri Feb 24 08:46:22 2006 UTC (18 years, 1 month ago) by syskin
Branch: MAIN
Changes since 1.30: +7 -6 lines
Diff to previous 1.30 , to selected 1.1
multithreaded encoding

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 22:25:18 2006 UTC (18 years, 2 months ago) by Isibaar
Branch: MAIN
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 , to selected 1.1
- Added MV bits to statistics

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Dec 9 04:45:35 2005 UTC (18 years, 3 months ago) by syskin
Branch: MAIN
Changes since 1.28: +8 -1 lines
Diff to previous 1.28 , to selected 1.1
expose VHQ and Trellis lambdas to HVS plugins

Revision 1.28 - (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, 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
Branch point for: release-1_0-branch, release-1_1-branch
Changes since 1.27: +80 -76 lines
Diff to previous 1.27 , to selected 1.1
xvidcore 1.0.0 rc3 merge back to HEAD

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.1
* 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.1
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.1
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.1
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.1
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.1
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.1
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.1
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.1
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.1
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.1
zones, profiles, vfw changes

Revision 1.27.4.1 - (view) (download) (annotate) - [select for diffs]
Sat May 3 23:24:25 2003 UTC (20 years, 11 months ago) by Isibaar
Branch: Isibaar
Changes since 1.27: +3 -1 lines
Diff to previous 1.27 , to next main 1.34 , to selected 1.1
- fast b-frames
- dynamic qpel
- qpel asm code
- postprocessing

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.1
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.1
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.1
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.1
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.1
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.1
++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.1
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 1.18.2.10 - (view) (download) (annotate) - [select for diffs]
Sat Jan 25 22:44:50 2003 UTC (21 years, 2 months ago) by chl
Branch: dev-api-3
Changes since 1.18.2.9: +1 -3 lines
Diff to previous 1.18.2.9 , to branch point 1.18 , to next main 1.34 , to selected 1.1
general flag XVID_EXTRASTATS instead of _DEBUG_PSNR

Revision 1.18.2.9 - (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.18.2.8: +7 -7 lines
Diff to previous 1.18.2.8 , to branch point 1.18 , to selected 1.1
Major update: Support for GME/GMC with 2 warppoints

Revision 1.18.2.8 - (view) (download) (annotate) - [select for diffs]
Tue Dec 10 11:13:50 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.18.2.7: +1 -2 lines
Diff to previous 1.18.2.7 , to branch point 1.18 , to selected 1.1
rrv encoding update

Revision 1.18.2.7 - (view) (download) (annotate) - [select for diffs]
Mon Dec 9 10:47:05 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.18.2.6: +10 -9 lines
Diff to previous 1.18.2.6 , to branch point 1.18 , to selected 1.1
rrv i-vop encoding

Revision 1.18.2.6 - (view) (download) (annotate) - [select for diffs]
Wed Dec 4 12:31:18 2002 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.18.2.5: +17 -14 lines
Diff to previous 1.18.2.5 , to branch point 1.18 , to selected 1.1
seperated sStats into encoder & frame based parts; #ifdef FRAMEDROP removed

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.1
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.1
ANSI C compliancy - thx Rick Foos

Revision 1.18.2.5 - (view) (download) (annotate) - [select for diffs]
Tue Nov 19 13:21:25 2002 UTC (21 years, 4 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.18.2.4: +2 -1 lines
Diff to previous 1.18.2.4 , to branch point 1.18 , to selected 1.1
decoder bframe fix, koepi bframe_offset, additional xvid_enc_frame->intra types

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.1
License Change

Revision 1.18.2.4 - (view) (download) (annotate) - [select for diffs]
Sat Nov 2 15:52:30 2002 UTC (21 years, 5 months ago) by chl
Branch: dev-api-3
CVS Tags: branch-release-1-0
Changes since 1.18.2.3: +5 -7 lines
Diff to previous 1.18.2.3 , to branch point 1.18 , to selected 1.1
Basic support for translation-only GMC support (compatible to Divx5)
use general flag XVID_GMC to switch it on, the rest is done automatically.
!!! Combination with B-frames is completely untested !!!

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.1
Changed Michael Militzer to name + email (next patch will fix copyrights with the right holders)

Revision 1.18.2.3 - (view) (download) (annotate) - [select for diffs]
Sat Oct 5 21:35:35 2002 UTC (21 years, 5 months ago) by Isibaar
Branch: dev-api-3
Changes since 1.18.2.2: +2 -1 lines
Diff to previous 1.18.2.2 , to branch point 1.18 , to selected 1.1
qpel support code

Revision 1.18.2.2 - (view) (download) (annotate) - [select for diffs]
Sun Sep 29 15:53:42 2002 UTC (21 years, 6 months ago) by chl
Branch: dev-api-3
Changes since 1.18.2.1: +2 -2 lines
Diff to previous 1.18.2.1 , to branch point 1.18 , to selected 1.1
BVOP-ME bugfix (sign error)

Revision 1.18.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Sep 28 13:01:15 2002 UTC (21 years, 6 months ago) by chl
Branch: dev-api-3
Changes since 1.18: +3 -7 lines
Diff to previous 1.18 , to selected 1.1
Fixed timecode (including support for max_b > fps)
Thanks to suxen_drol for showing me the obvious way to fix it (using pRef)

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.1
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.1
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.1
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.1
- 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.1
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.1
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.1
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.1
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.1
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.1
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.1
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.1
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.1
- 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.1
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.1
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 , to selected 1.1
low_delay

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
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 , to selected 1.1
#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.1
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.1
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.1
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
merged image/pMBs create and destroy stuff into single if()

Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Fri Mar 8 02:44:31 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.34
moved sources

Revision 1.1 - (view) (download) (annotate) - [selected]
Fri Mar 8 02:44:31 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