[svn] / trunk / xvidcore / src / global.h Repository:
ViewVC logotype

Log of /trunk/xvidcore/src/global.h

Parent Directory Parent Directory


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

Revision 2177 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 3 11:50:49 2019 UTC (4 years, 4 months ago) by Isibaar
File length: 5846 byte(s)
Diff to previous 2058
- Fix of various long-standing bitstream decoder bugs (Credit to OSS-Fuzz).
- Some minor decoder cleanups and improved robustness.

Revision 2058 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 30 13:04:56 2011 UTC (12 years, 2 months ago) by Isibaar
File length: 5846 byte(s)
Diff to previous 1988
#define MIN/MAX macros only when not yet otherwise defined...

Revision 1988 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 18 09:10:05 2011 UTC (12 years, 10 months ago) by Isibaar
File length: 5808 byte(s)
Diff to previous 1909
enabled auto-props property

Revision 1909 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 28 15:19:07 2010 UTC (13 years, 3 months ago) by Isibaar
File length: 5858 byte(s)
Diff to previous 1893
PSNRHVSM R-D optimization

Revision 1893 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 13 07:38:09 2010 UTC (13 years, 6 months ago) by Isibaar
File length: 5486 byte(s)
Diff to previous 1660
define additional simple profile levels

Revision 1660 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 9 04:45:35 2005 UTC (18 years, 3 months ago) by syskin
File length: 5492 byte(s)
Diff to previous 1632
expose VHQ and Trellis lambdas to HVS plugins

Revision 1632 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 13 12:12:15 2005 UTC (18 years, 6 months ago) by suxen_drol
File length: 5448 byte(s)
Diff to previous 1382
Field interlaced decoding, contributed by Christoph Kuehnel

decoder.c
=========
- Some new defines for DIV
- <decoder_mb_decode> modified: had wrong address offsets for interlaced
- <decoder_mbinter_field> = new function for interlaced
- <get_motion_vector_interlaced> = new function for interlaced motion vector prediction
- <decoder_pframe> modified so that it differs between frame and field prediction

global.h
========
- For field motion prediction MACORBLOCK has new member that is the average of
  field1 and field2 motion vector = <mvs_avg>

xvid.c
======
- For field predicted macroblocks we need new field oriented transfer functions.
  For colour calculations they may only process 4 lines (one field from the colour
  macroblock that is 8x8). So I introduced 4 new function pointers:
  <transfer8x4_copy, interpolate8x4_ ...)

mbcoding.c
==========
- _DEBUG code; index is checked against 64

interpolate8x8.[c,h,asm]
===========================
- New 8x4 functions

mbpredicition.[c,h]
===============
- New function <get_pmv2_interlaced> for interlaced prediciton according to spec

mem_transfer.[c,h,asm]
==============
- New 8x4 function

Revision 1382 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 22 22:36:25 2004 UTC (20 years ago) by edgomez
File length: 5383 byte(s)
Diff to previous 972
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 972 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 4 22:16:15 2003 UTC (20 years, 11 months ago) by edgomez
File length: 3021 byte(s)
Diff to previous 885
Fixes 32 bit misaligned reads on ARM (+ some sync work with old 0.9.x tree for cleanups)

Revision 885 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 21 14:49:28 2003 UTC (21 years, 1 month ago) by syskin
File length: 3002 byte(s)
Diff to previous 884
cleanups

Revision 884 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 21 14:44:57 2003 UTC (21 years, 1 month ago) by syskin
File length: 3016 byte(s)
Diff to previous 851
cleanups

Revision 851 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
File length: 3246 byte(s)
Diff to previous 723
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 723 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 15 01:21:12 2002 UTC (21 years, 3 months ago) by edgomez
File length: 4662 byte(s)
Diff to previous 677
Another series of warnings for aggressive compilers

Revision 677 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 26 23:44:11 2002 UTC (21 years, 3 months ago) by edgomez
File length: 4612 byte(s)
Diff to previous 648
ANSI C compliancy - thx Rick Foos

Revision 648 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 16 23:38:16 2002 UTC (21 years, 4 months ago) by edgomez
File length: 4576 byte(s)
Diff to previous 603
License Change

Revision 603 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 19 11:41:12 2002 UTC (21 years, 5 months ago) by edgomez
File length: 3550 byte(s)
Diff to previous 406
Changed Michael Militzer to name + email (next patch will fix copyrights with the right holders)

Revision 406 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 4 21:59:27 2002 UTC (21 years, 6 months ago) by edgomez
File length: 3531 byte(s)
Diff to previous 338
- Added legal header
- Added copyright (temporary set to Michael)

Revision 338 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 24 23:07:45 2002 UTC (21 years, 7 months ago) by chl
File length: 1917 byte(s)
Diff to previous 287
New fields deltamv, directmv[4] in Macroblock for more logical B-frame ME

Revision 287 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 10 19:29:30 2002 UTC (21 years, 8 months ago) by chl
File length: 1854 byte(s)
Diff to previous 277
Minor bugfix.

Revision 277 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 9 22:19:43 2002 UTC (21 years, 8 months ago) by chl
File length: 1860 byte(s)
Diff to previous 195
preparations for block based ME

Revision 195 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 12 20:38:41 2002 UTC (21 years, 9 months ago) by edgomez
File length: 1622 byte(s)
Diff to previous 172
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 172 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 11 15:32:59 2002 UTC (21 years, 10 months ago) by chl
File length: 1682 byte(s)
Diff to previous 171
general cleanup, first modifications for new INTER4V heuristics

Revision 171 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 11 12:28:19 2002 UTC (21 years, 10 months ago) by chl
File length: 1649 byte(s)
Diff to previous 157
SAD values in MACROBLOCK have to be signed integer

Revision 157 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 3 08:37:55 2002 UTC (21 years, 10 months ago) by Isibaar
File length: 1631 byte(s)
Diff to previous 156
quant range checking

Revision 156 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 3 00:45:10 2002 UTC (21 years, 10 months ago) by chenm001
File length: 1825 byte(s)
Diff to previous 118
add B-frame decode support

Revision 118 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 13 16:30:02 2002 UTC (21 years, 11 months ago) by suxen_drol
File length: 1766 byte(s)
Diff to previous 101
bframe "support" code

Revision 101 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 5 14:40:36 2002 UTC (21 years, 11 months ago) by h
File length: 1414 byte(s)
Diff to previous 78
hinted motion estimation support (raw or compressed)

Revision 78 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 28 20:57:25 2002 UTC (21 years, 11 months ago) by edgomez
File length: 1293 byte(s)
Diff to previous 69
Big patch, use it with care (tests done with GNU/Linux) :
 - Trivial warnings in encoder.c line 282 ret1 = ret 2 = 0;
 - Lot of "New line at end of file missing" warnings fixed (gcc3)
 - All 2d arrays have been turned into 1d arrays
   To force alignment of matrices on stack, use DECLARE_ALIGNED_MATRIX
   (read portab.h)

Win32 users should give feedback.

Revision 69 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 26 11:16:08 2002 UTC (21 years, 11 months ago) by h
File length: 1292 byte(s)
Diff to previous 3
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)

Revision 3 - (view) (download) (annotate) - [select for diffs]
Added Fri Mar 8 02:46:11 2002 UTC (22 years ago) by Isibaar
File length: 1218 byte(s)
moved sources

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, 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