[svn] / trunk / xvidcore / src / utils / mbtransquant.c Repository:
ViewVC logotype

Log of /trunk/xvidcore/src/utils/mbtransquant.c

Parent Directory Parent Directory


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

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: 40924 byte(s)
Diff to previous 1653 , to selected 375
expose VHQ and Trellis lambdas to HVS plugins

Revision 1653 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 22 10:23:01 2005 UTC (18 years, 4 months ago) by suxen_drol
File length: 40828 byte(s)
Diff to previous 1617 , to selected 375
cleanings in code spotted by sparse (ed dot gomez at free dot fr>

Revision 1617 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 23 09:29:43 2005 UTC (18 years, 10 months ago) by Skal
File length: 40642 byte(s)
Diff to previous 1582 , to selected 375
	encoder.c: simplify_time() optimized by Euclid.

	bitstream.c: write_video_packet_header() was buggy and
	kind of obfuscated, as noticed by Sigdrak at free.fr.

	from Edouard:

	gcc4 warning removal.
	- No executable shared objects installed
	  (Do not install the lib as executable. It's no use as the SO has no
 	   main symbol anyway, and the static lib is not runnable anyway.)
	- Statically link xvid_bench with libxvidcore.a
	- New autoconf garbage removal
	- Quotes in configure.in

Revision 1582 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 19 12:49:05 2004 UTC (19 years, 3 months ago) by edgomez
File length: 40635 byte(s)
Diff to previous 1566 , to selected 375
Merged release-1 branch patches + changelogs update

Revision 1566 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 5 13:56:13 2004 UTC (19 years, 3 months ago) by syskin
File length: 40614 byte(s)
Diff to previous 1454 , to selected 375
RRV removed from everything else

Revision 1454 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 26 05:46:20 2004 UTC (19 years, 10 months ago) by syskin
File length: 41558 byte(s)
Diff to previous 1432 , to selected 375
ugly trellis bug

Revision 1432 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 15 19:44:06 2004 UTC (19 years, 11 months ago) by edgomez
File length: 41545 byte(s)
Diff to previous 1382 , to selected 375
Merging 1.0 fixes, fix for h263 mmx quant

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

Revision 937 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 22 14:04:48 2003 UTC (21 years ago) by syskin
File length: 15902 byte(s)
Diff to previous 851 , to selected 375
cleanups; dark blocks prevented in bframes; warning: bframes have lower quality due to thresholding: decrease quantizer (150/0 for example);

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: 21872 byte(s)
Diff to previous 677 , to selected 375
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, 4 months ago) by edgomez
File length: 18288 byte(s)
Diff to previous 654 , to selected 375
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
File length: 18261 byte(s)
Diff to previous 605 , to selected 375
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
File length: 17231 byte(s)
Diff to previous 599 , to selected 375
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
File length: 17094 byte(s)
Diff to previous 587 , to selected 375
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
File length: 17092 byte(s)
Diff to previous 584 , to selected 375
- Removed a stupid ')' squatting the previous gruel's patch :-) (did you ever check the code compiled ?)

Revision 584 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 7 08:11:48 2002 UTC (21 years, 5 months ago) by chl
File length: 17088 byte(s)
Diff to previous 544 , to selected 375
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, 6 months ago) by h
File length: 17083 byte(s)
Diff to previous 499 , to selected 375
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
File length: 17084 byte(s)
Diff to previous 427 , to selected 375
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
File length: 17087 byte(s)
Diff to previous 390 , to selected 375
- 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
File length: 19377 byte(s)
Diff to previous 384 , to selected 375
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
File length: 19195 byte(s)
Diff to previous 375
x_pos, y_pos are not needed in MBTransQuantInterBVOP()

Revision 375 - (view) (download) (annotate) - [selected]
Modified Sat Aug 17 16:22:58 2002 UTC (21 years, 7 months ago) by Isibaar
File length: 19251 byte(s)
Diff to previous 368
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
File length: 19154 byte(s)
Diff to previous 195 , to selected 375
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
File length: 11816 byte(s)
Diff to previous 136 , to selected 375
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, 11 months ago) by suxen_drol
File length: 11801 byte(s)
Diff to previous 118 , to selected 375
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
File length: 11738 byte(s)
Diff to previous 82 , to selected 375
bframe "support" code

Revision 82 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 00:38:29 2002 UTC (22 years ago) by h
File length: 11772 byte(s)
Diff to previous 78 , to selected 375
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 (22 years ago) by edgomez
File length: 13014 byte(s)
Diff to previous 69 , to selected 375
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 (22 years ago) by h
File length: 12582 byte(s)
Diff to previous 3 , to selected 375
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: 8427 byte(s)
Diff to selected 375
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