[svn] / branches / dev-api-4 / xvidcore / src / utils / mbtransquant.c Repository:
ViewVC logotype

Log of /branches/dev-api-4/xvidcore/src/utils/mbtransquant.c

Parent Directory Parent Directory


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

Revision 920 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 15 14:32:56 2003 UTC (21 years ago) by suxen_drol
File length: 22304 byte(s)
Diff to previous 914 , to selected 584
enc_encode CLOSE_GOP fixed, further cleanup
XVID_REQORIGINAL plugin support
plugin examples: xvid_plugin_psnr, xvid_plugin_dump

Revision 914 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 10 00:38:49 2003 UTC (21 years ago) by edgomez
File length: 22297 byte(s)
Diff to previous 890 , to selected 584
2003-03-10 00:36:15 GMT	Edouard Gomez <ed.gomez@free.fr>	patch-4

    Summary:
      Adds extended stats support even for bframes in xvidcore.
    Revision:
      xvidcore--devapi4--1.0--patch-4

    This patch enables core extended stats support even for bframes. It
    modifies the way the MBTransQuantBVOP function does its work. It used
    to not dequant, idct the MB because bframes are never used as reference
    frames. However if we want to compute stats, then we must perform these
    inverse transformations.

    modified files:
     src/encoder.c src/utils/mbfunctions.h src/utils/mbtransquant.c

Revision 890 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 22 08:49:45 2003 UTC (21 years, 1 month ago) by suxen_drol
File length: 21884 byte(s)
Diff to previous 886 , to selected 584
++api v1.-127.0

Revision 886 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 21 14:49:29 2003 UTC (21 years, 1 month ago) by
File length: 21872 byte(s)
Diff to previous 851 , to selected 584
This commit was manufactured by cvs2svn to create branch 'dev-api-4'.

Revision 851 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 21872 byte(s)
Diff to previous 677 , to selected 584
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 677 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 26 23:44:11 2002 UTC (21 years, 3 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 18288 byte(s)
Diff to previous 654 , to selected 584
ANSI C compliancy - thx Rick Foos

Revision 654 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 17 00:51:11 2002 UTC (21 years, 4 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 18261 byte(s)
Diff to previous 605 , to selected 584
License changed

Revision 605 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 19 12:20:33 2002 UTC (21 years, 5 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 17231 byte(s)
Diff to previous 599 , to selected 584
Fixed copyrights

Revision 599 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 16 20:58:22 2002 UTC (21 years, 5 months ago) by h
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 17094 byte(s)
Diff to previous 587 , to selected 584
fixed stupid-programmer interlacing bug
fields could have been incorrectly handled due to missing bias test

Revision 587 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 22:51:42 2002 UTC (21 years, 5 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 17092 byte(s)
Diff to previous 584
- Removed a stupid ')' squatting the previous gruel's patch :-) (did you ever check the code compiled ?)

Revision 584 - (view) (download) (annotate) - [selected]
Modified Mon Oct 7 08:11:48 2002 UTC (21 years, 5 months ago) by chl
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 17088 byte(s)
Diff to previous 544
Bugfix for parameters of MBQuantIntra()  [unused code]

Revision 544 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 26 04:52:16 2002 UTC (21 years, 5 months ago) by h
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 17083 byte(s)
Diff to previous 499 , to selected 584
field-dct decision bias (thanks to Michael Niedermayer for the idea!)

Revision 499 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 21 03:11:36 2002 UTC (21 years, 6 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 17084 byte(s)
Diff to previous 427 , to selected 584
pross email address updates

Revision 427 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 5 21:44:11 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 17087 byte(s)
Diff to previous 390 , to selected 584
- Changed header
- Removed history from file

Revision 390 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 4 06:24:37 2002 UTC (21 years, 6 months ago) by h
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 19377 byte(s)
Diff to previous 384 , to selected 584
interlacing bug fix - to comply with spec, no field blocks at boundary

Revision 384 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 19 19:19:40 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 19195 byte(s)
Diff to previous 375 , to selected 584
x_pos, y_pos are not needed in MBTransQuantInterBVOP()

Revision 375 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 17 16:22:58 2002 UTC (21 years, 7 months ago) by Isibaar
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 19251 byte(s)
Diff to previous 368 , to selected 584
updated coeff thresholding to Radek's decision criteria

Revision 368 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 9 19:58:42 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 19154 byte(s)
Diff to previous 195 , to selected 584
Added several MB-functions which do the same as MBTransQuantInter/Intra now,
but split into several routines. MBTransQuantInter2/Intra2 do the same as
-Inter/Intra but using the split up routines, MBTransQuantBVOP skips unneeded
decoding operations for B-VOPs.

Revision 195 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 12 20:38:41 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 11816 byte(s)
Diff to previous 136 , to selected 584
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 136 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 25 06:55:00 2002 UTC (21 years, 10 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 11801 byte(s)
Diff to previous 118 , to selected 584
FRAMEINFO

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
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 11738 byte(s)
Diff to previous 82 , to selected 584
bframe "support" code

Revision 82 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 00:38:29 2002 UTC (21 years, 11 months ago) by h
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 11772 byte(s)
Diff to previous 78 , to selected 584
interlacing speedup - transfer strides used instead of manual field-to-frame conversion

Revision 78 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 28 20:57:25 2002 UTC (21 years, 11 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 13014 byte(s)
Diff to previous 69 , to selected 584
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
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 12582 byte(s)
Diff to previous 3 , to selected 584
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
Original Path: trunk/xvidcore/src/utils/mbtransquant.c
File length: 8427 byte(s)
Diff to selected 584
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