[XviD-devel] [CVS commits] devapi4 -- 2pass and other stuff

Edouard Gomez ed.gomez at free.fr
Wed Nov 19 17:36:50 CET 2003


At least one patch should be important concerning quality (patch-103).

2003-11-19 16:00:00 GMT patch-105

    Summary:
      Lumimasking fixes.
    Revision:
      xvidcore--devapi4--1.0--patch-105

    from sysKin:
    * New plugin hook entry XVID_PLG_FRAME that happens inside FrameCodeIPB
      when both type and quant are known. Added hook handling in all plugins.
    * Fixed lumimasking.
    
    from me:
    * small reverse commit in pvop estimation fixed.

    modified files:
     src/bitstream/bitstream.c src/bitstream/bitstream.h
     src/encoder.c src/motion/estimation_pvop.c
     src/plugins/plugin_2pass1.c src/plugins/plugin_2pass2.c
     src/plugins/plugin_dump.c src/plugins/plugin_lumimasking.c
     src/plugins/plugin_psnr.c src/plugins/plugin_single.c
     src/xvid.h


2003-11-19 15:37:16 GMT patch-104

    Summary:
      Removed indirections from SearchData structure.
    Revision:
      xvidcore--devapi4--1.0--patch-104

    Patch from sysKin:
    * removed indirections in SearchData structure. CheckCandidate functions
      don't use a const SearchData pointer anymore, but they should be a bit
      faster because of the less numerous indirections.

    modified files:
     src/motion/estimation.h src/motion/estimation_bvop.c
     src/motion/estimation_common.c src/motion/estimation_gmc.c
     src/motion/estimation_pvop.c src/motion/estimation_rd_based.c
     src/motion/vop_type_decision.c


2003-11-19 15:33:55 GMT patch-103

    Summary:
      Formula error in twopass code.
    Revision:
      xvidcore--devapi4--1.0--patch-103

    The reversing bframe formula in 2pass 2 was not right. This was in fact
    a test code i used when i was maintaining the code on its own branch.
    I should not have commited it :\
    
    Fixed :-)

    modified files:
     src/plugins/plugin_2pass2.c

-- 
Edouard Gomez


More information about the XviD-devel mailing list