[XviD-devel] [CVS commit] devapi4 -- thread safe mpeg quantization

Edouard Gomez ed.gomez at free.fr
Sun Nov 30 17:17:30 CET 2003


2003-11-30 15:47:41 patch-114
 
    Summary:
      Thread safe MPEG4 quantization functions + xvid_bench update
    Revision:
      xvidcore--devapi4--1.0--patch-114
 
    * Thread safe MPEG4 quantization functions.
      Cleaned up version of patch provided by Michael
       - fixed compiling problems on gcc
       - added const qualifiers every where it was possible to help C compiler
         optimization.
       - added the mpeg_quant_matrices param to all ASM function prototype
         in comments (even if it's not used, that shows we do it deliberatly)
       - forces m[intra][0][0] = 8, otherwise XviD could write invalid streams.
    * Added real CRC computing in xvid_bench.c

    modified files:
     TODO examples/xvid_bench.c src/bitstream/bitstream.c
     src/decoder.c src/decoder.h src/encoder.c src/encoder.h
     src/motion/estimation.h src/motion/estimation_pvop.c
     src/motion/estimation_rd_based.c src/quant/quant.h
     src/quant/quant_h263.c src/quant/quant_matrix.c
     src/quant/quant_matrix.h src/quant/quant_mpeg.c
     src/quant/x86_asm/quantize_h263_3dne.asm
     src/quant/x86_asm/quantize_h263_mmx.asm
     src/quant/x86_asm/quantize_mpeg_mmx.asm
     src/quant/x86_asm/quantize_mpeg_xmm.asm
     src/utils/mbtransquant.c src/xvid.c

-- 
Edouard Gomez


More information about the XviD-devel mailing list