[svn] Repository:
ViewVC logotype

Revision 1054


Jump to revision: Previous Next
Author: edgomez
Date: Mon Jun 9 13:55:56 2003 UTC (20 years, 9 months ago)
Log Message:
Added legal header

Changed paths:

Path Details
Directorybranches/dev-api-4/xvidcore/dshow/src/CAbout.cpp modified , text changed
Directorybranches/dev-api-4/xvidcore/dshow/src/CAbout.h modified , text changed
Directorybranches/dev-api-4/xvidcore/dshow/src/CXvidDecoder.cpp modified , text changed
Directorybranches/dev-api-4/xvidcore/dshow/src/CXvidDecoder.h modified , text changed
Directorybranches/dev-api-4/xvidcore/dshow/src/IXvidDecoder.h modified , text changed
Directorybranches/dev-api-4/xvidcore/examples/xvid_bench.c modified , text changed
Directorybranches/dev-api-4/xvidcore/examples/xvid_decraw.c modified , text changed
Directorybranches/dev-api-4/xvidcore/examples/xvid_encraw.c modified , text changed
Directorybranches/dev-api-4/xvidcore/examples/xvid_stat.c modified , text changed
Directorybranches/dev-api-4/xvidcore/rawdec/rawdec.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/bitstream/bitstream.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/bitstream/bitstream.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/bitstream/cbp.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/bitstream/cbp.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/bitstream/mbcoding.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/bitstream/mbcoding.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/bitstream/vlc_codes.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/bitstream/zigzag.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/dct/fdct.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/dct/fdct.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/dct/idct.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/dct/idct.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/dct/simple_idct.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/divx4.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/divx4.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/global.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/image/colorspace.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/image/colorspace.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/image/font.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/image/font.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/image/image.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/image/image.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/image/interpolate8x8.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/image/interpolate8x8.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/image/reduced.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/image/reduced.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/motion/motion.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/motion/motion_comp.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/motion/motion_est.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/motion/motion_est.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/motion/ppc_asm/sad_altivec.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/motion/sad.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/motion/sad.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/motion/smp_motion_est.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/motion/smp_motion_est.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/plugins/plugin_2pass1.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/plugins/plugin_2pass2.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/plugins/plugin_cbr.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/plugins/plugin_dump.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/plugins/plugin_fixed.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/plugins/plugin_lumimasking.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/plugins/plugin_psnr.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/plugins/plugin_single.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/portab.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/prediction/mbprediction.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/quant/adapt_quant.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/quant/adapt_quant.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/quant/quant_h263.h 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_mpeg4.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/quant/quant_mpeg4.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/utils/emms.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/utils/emms.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/utils/mbfunctions.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/utils/mbtransquant.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/utils/mem_align.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/utils/mem_align.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/utils/mem_transfer.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/utils/mem_transfer.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/utils/ratecontrol.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/utils/ratecontrol.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/utils/timer.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/utils/timer.h modified , text changed
Directorybranches/dev-api-4/xvidcore/src/xvid.c modified , text changed
Directorybranches/dev-api-4/xvidcore/src/xvid.h modified , text changed
Directorybranches/dev-api-4/xvidcore/vfw/src/2pass.h modified , text changed
Directorybranches/dev-api-4/xvidcore/vfw/src/codec.h modified , text changed
Directorybranches/dev-api-4/xvidcore/vfw/src/config.h modified , text changed
Directorybranches/dev-api-4/xvidcore/vfw/src/debug.h modified , text changed
Directorybranches/dev-api-4/xvidcore/vfw/src/resource.h modified , text changed
Directorybranches/dev-api-4/xvidcore/vfw/src/vfwext.h modified , text changed

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