[svn] Repository:
ViewVC logotype

Revision 1230


Jump to revision: Previous Next
Author: edgomez
Date: Sun Nov 30 16:13:16 2003 UTC (20 years, 4 months ago)
Log Message:
* 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

Changed paths:

Path Details
Directorybranches/dev-api-4/xvidcore/TODO modified , text changed
Directorybranches/dev-api-4/xvidcore/examples/xvid_bench.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/bitstream/bitstream.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/decoder.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/decoder.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/encoder.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/encoder.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/motion/estimation.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/motion/estimation_pvop.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/motion/estimation_rd_based.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/quant/quant.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/quant/quant_h263.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/quant/quant_matrix.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/quant/quant_matrix.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/quant/quant_mpeg.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/quant/x86_asm/quantize_h263_3dne.asm modified , text changed
Directorybranches/dev-api-4/xvidcore/src/quant/x86_asm/quantize_h263_mmx.asm modified , text changed
Directorybranches/dev-api-4/xvidcore/src/quant/x86_asm/quantize_mpeg_mmx.asm modified , text changed
Directorybranches/dev-api-4/xvidcore/src/quant/x86_asm/quantize_mpeg_xmm.asm modified , text changed
Directorybranches/dev-api-4/xvidcore/src/utils/mbtransquant.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/xvid.c modified , text changed

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4