[cvs] / xvidcore / src / motion / estimation_pvop.c Repository:
ViewVC logotype

Log of /xvidcore/src/motion/estimation_pvop.c

Parent Directory Parent Directory


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

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Dec 28 19:19:43 2010 UTC (13 years, 3 months ago) by Isibaar
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +1 -7 lines
Diff to previous 1.24
get rid off compiler warnings

Revision 1.24 - (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: tag-branching-1_3_0
Branch point for: release-1_3-branch
Changes since 1.23: +57 -40 lines
Diff to previous 1.23
refactorized encoder multi-threading
introduced slice-based encoding

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Nov 28 15:18:21 2010 UTC (13 years, 4 months ago) by Isibaar
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22
PSNRHVSM R-D optimization

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 15:42:19 2006 UTC (17 years, 11 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.21: +2 -2 lines
Diff to previous 1.21
final skip threshold had its sign reversed, oops

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Feb 27 00:24:02 2006 UTC (18 years, 1 month ago) by syskin
Branch: MAIN
Changes since 1.20: +22 -42 lines
Diff to previous 1.20
synchronize only once *slaps forhead*

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Feb 25 01:20:41 2006 UTC (18 years, 1 month ago) by syskin
Branch: MAIN
Changes since 1.19: +3 -1 lines
Diff to previous 1.19
oops I forgot to commit these yesterday ;_;

Revision 1.19 - (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.18: +176 -1 lines
Diff to previous 1.18
multithreaded encoding

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Dec 18 06:52:12 2005 UTC (18 years, 3 months ago) by syskin
Branch: MAIN
Changes since 1.17: +113 -85 lines
Diff to previous 1.17
cleanup; skip decision moved to separate function

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Mar 31 22:14:20 2005 UTC (19 years ago) by Isibaar
Branch: MAIN
CVS Tags: 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_1-branch
Changes since 1.16: +9 -1 lines
Diff to previous 1.16
- Fixed the cartoon mode bug reported by CruNcher

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Mar 14 00:47:08 2005 UTC (19 years ago) by Isibaar
Branch: MAIN
Changes since 1.15: +23 -23 lines
Diff to previous 1.15
- New lambda tables for R-D motion search. The old tables were obviously
  taken from h.264, which uses a logarithmic quantizer scale. This lead to
  bad results at very low bit-rates. With this patch, compression efficiency
  at low bit-rates is greatly improved.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Mar 4 22:13:33 2005 UTC (19 years ago) by Isibaar
Branch: MAIN
Changes since 1.14: +43 -11 lines
Diff to previous 1.14
+ Ok, finally realized that the cartoon mode bug is mostly GMC related. So new try ;-)

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 01:27:07 2005 UTC (19 years, 1 month ago) by Isibaar
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
- must be 0x3f and not 0x2f - d'oh!

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Mar 2 20:22:10 2005 UTC (19 years, 1 month ago) by Isibaar
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
- Cartoon mode bugfix

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Feb 20 13:12:26 2005 UTC (19 years, 1 month ago) by syskin
Branch: MAIN
Changes since 1.11: +7 -9 lines
Diff to previous 1.11
assume that fcode also limits average MV in mcsel==1 blocks. fixes a visual bug caused by different prediction from such MV

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Dec 9 23:02:54 2004 UTC (19 years, 3 months ago) by edgomez
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Merged fixes for PPC, should improve GNU gcc support nad fix a couple of bugs for wrong data alignment

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Dec 8 12:43:48 2004 UTC (19 years, 3 months ago) by syskin
Branch: MAIN
Changes since 1.9: +43 -3 lines
Diff to previous 1.9
new fcode code

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Dec 5 04:53:01 2004 UTC (19 years, 3 months ago) by syskin
Branch: MAIN
Changes since 1.8: +53 -153 lines
Diff to previous 1.8
RRV removed from ME

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jul 8 07:12:54 2004 UTC (19 years, 8 months ago) by syskin
Branch: MAIN
Changes since 1.7: +8 -7 lines
Diff to previous 1.7
new ME for b-frames + small redesign of subpel refinement function

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu May 27 14:25:49 2004 UTC (19 years, 10 months ago) by syskin
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
+ / * b0rk. best typo ever

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Apr 23 11:57:47 2004 UTC (19 years, 11 months ago) by syskin
Branch: MAIN
Changes since 1.5: +1 -3 lines
Diff to previous 1.5
oops a bug

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Apr 22 13:39:33 2004 UTC (19 years, 11 months ago) by syskin
Branch: MAIN
Changes since 1.4: +11 -12 lines
Diff to previous 1.4
smarter SKIP

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Apr 20 06:10:40 2004 UTC (19 years, 11 months ago) by syskin
Branch: MAIN
Changes since 1.3: +98 -131 lines
Diff to previous 1.3
1st stage cleanup: new fast qpel

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Apr 12 14:05:08 2004 UTC (19 years, 11 months ago) by edgomez
Branch: MAIN
Changes since 1.2: +3 -0 lines
Diff to previous 1.2
Merged 1.0 fixes

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 22:36:24 2004 UTC (20 years ago) by edgomez
Branch: MAIN
Branch point for: release-1_0-branch
Changes since 1.1: +1008 -0 lines
Diff to previous 1.1
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1.1
Wed Sep 10 22:18:59 2003 UTC (20 years, 6 months ago) by edgomez
Branch: MAIN
Branch point for: dev-api-4
FILE REMOVED
file estimation_pvop.c was initially added on branch dev-api-4.

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