文件名称:mpeg4_Codec
介绍说明--下载内容来自于网络,使用问题请自行百度
用c语言编写mpeg4视频解码源码,可以解码mpeg4视频流
(系统自动生成,下载前可以参看下载内容)
下载文件列表
src/decoder.c
src/decoder.h
src/encoder.c
src/encoder.h
src/global.h
src/portab.h
src/xvid.c
src/xvid.h
src/xvid_decraw.c
src/utils/emms.c
src/utils/emms.h
src/utils/mbfunctions.h
src/utils/mbtransquant.c
src/utils/mem_align.c
src/utils/mem_align.h
src/utils/mem_transfer.c
src/utils/mem_transfer.h
src/utils/timer.c
src/utils/timer.h
src/utils/x86_asm/cpuid.asm
src/utils/x86_asm/interlacing_mmx.asm
src/utils/x86_asm/mem_transfer_3dne.asm
src/utils/x86_asm/mem_transfer_mmx.asm
src/utils/x86_64_asm/cpuid.asm
src/utils/x86_64_asm/interlacing_mmx.asm
src/utils/x86_64_asm/mem_transfer_mmx.asm
src/utils/ppc_asm/altivec_trigger.c
src/utils/ppc_asm/mem_transfer_altivec.c
src/utils/ia64_asm/mem_transfer_ia64.s
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/quant/x86_64_asm/quantize_h263_mmx.asm
src/quant/x86_64_asm/quantize_mpeg_xmm.asm
src/quant/ppc_asm/quant_h263_altivec.c
src/quant/ppc_asm/quant_mpeg_altivec.c
src/quant/ia64_asm/quant_h263_ia64.s
src/prediction/mbprediction.c
src/prediction/mbprediction.h
src/plugins/plugin_2pass1.c
src/plugins/plugin_2pass2.c
src/plugins/plugin_dump.c
src/plugins/plugin_fixed.c
src/plugins/plugin_lumimasking.c
src/plugins/plugin_psnr.c
src/plugins/plugin_single.c
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/estimation_rd_based_bvop.c
src/motion/gmc.c
src/motion/gmc.h
src/motion/motion.h
src/motion/motion_comp.c
src/motion/motion_inlines.h
src/motion/sad.c
src/motion/sad.h
src/motion/vop_type_decision.c
src/motion/x86_asm/sad_3dn.asm
src/motion/x86_asm/sad_3dne.asm
src/motion/x86_asm/sad_mmx.asm
src/motion/x86_asm/sad_sse2.asm
src/motion/x86_asm/sad_xmm.asm
src/motion/x86_64_asm/sad_mmx.asm
src/motion/x86_64_asm/sad_xmm.asm
src/motion/ppc_asm/sad_altivec.c
src/motion/ia64_asm/calc_delta_1.s
src/motion/ia64_asm/calc_delta_2.s
src/motion/ia64_asm/calc_delta_3.s
src/motion/ia64_asm/halfpel8_refine_ia64.s
src/motion/ia64_asm/sad_ia64.s
src/image/colorspace.c
src/image/colorspace.h
src/image/font.c
src/image/font.h
src/image/image.c
src/image/image.h
src/image/interpolate8x8.c
src/image/interpolate8x8.h
src/image/postprocessing.c
src/image/postprocessing.h
src/image/qpel.c
src/image/qpel.h
src/image/reduced.c
src/image/reduced.h
src/image/x86_asm/colorspace_mmx.inc
src/image/x86_asm/colorspace_rgb_mmx.asm
src/image/x86_asm/colorspace_yuv_mmx.asm
src/image/x86_asm/colorspace_yuyv_mmx.asm
src/image/x86_asm/interpolate8x8_3dn.asm
src/image/x86_asm/interpolate8x8_3dne.asm
src/image/x86_asm/interpolate8x8_mmx.asm
src/image/x86_asm/interpolate8x8_xmm.asm
src/image/x86_asm/postprocessing_mmx.asm
src/image/x86_asm/postprocessing_sse2.asm
src/image/x86_asm/qpel_mmx.asm
src/image/x86_asm/reduced_mmx.asm
src/image/x86_64_asm/interpolate8x8_mmx.asm
src/image/x86_64_asm/interpolate8x8_xmm.asm
src/image/x86_64_asm/qpel_mmx.asm
src/image/ppc_asm/colorspace_altivec.c
src/image/ppc_asm/interpolate8x8_altivec.c
src/image/ppc_asm/qpel_altivec.c
src/image/ia64_asm/interpolate8x8_ia64.s
src/image/ia64_asm/interpolate8x8_ia64_exact.s
src/image/ia64_asm/README
src/dl/dl.mcp
src/dl/dl_Data/CWSettingsWindows.stg
src/dl/dl_Data/DebugRel/TargetDataWindows.tdt
src/dl/dl_Data/DebugRel/ObjectCode/bitstream.o
src/dl/dl_Data/DebugRel/ObjectCode/cbp.o
src/dl/dl_Data/DebugRel/ObjectCode/colorspace.o
src/dl/dl_Data/DebugRel/ObjectCode/decoder.o
src/dl/dl_Data/DebugRel/ObjectCode/emms.o
src/dl/dl_Data/DebugRel/ObjectCode/encoder.o
src/dl/dl_Data/DebugRel/ObjectCode/estimation_bvop.o
src/dl/dl_Data/DebugRel/ObjectCode/estimation_common.o
src/dl/dl_Data/DebugRel/ObjectCode/estimation_gmc.o
src/dl/dl_Data/DebugRel/ObjectCode/estimation_pvop.o
src/dl/dl_Data/DebugRel/ObjectCode/estimation_rd_based.o
src/dl/dl_Data/DebugRel/ObjectCode/estimation_rd_based_bvop.o
src/dl/dl_Data/DebugRel/ObjectCode/fdct.o
src/dl/dl_Data/DebugRel/ObjectCode/font.o
src/dl/dl_Data/DebugRel/ObjectCode/gmc.o
src/dl/dl_Data/DebugRel/ObjectCode/idct.o
src/dl/dl_Data/DebugRel/ObjectCode/image.o
src/dl/dl_Data/DebugRel/ObjectCode/interpolate8x8.o
src/dl/dl_Data/DebugRel/ObjectCode/mbcoding.o
src/dl/dl_Data/DebugRel/ObjectCode/mbprediction.o
src/dl/dl_Data/DebugRel/ObjectCode/mbtransquant.o
src/dl/dl_Data/DebugRel/ObjectCode/mem_align.o
src/dl/dl_Data/DebugRel/ObjectCode/mem_transfer.o
src/dl/dl_Data/DebugRel/ObjectCode/motion_comp.o
src/dl/dl_Data/DebugRel/ObjectCode/plugin_2pass1.o
src/dl/dl_Data/DebugRel/ObjectCode/plugin_2pass2.o
src/dl/dl_Data/DebugRel/ObjectCode/plugin_dump.o
src/dl/dl_Data/DebugRel/ObjectCode/plugin_fixed.o
src/dl/dl_Data/DebugRel/ObjectCode/plugin_lumimasking.o
src/dl/dl_Data/DebugRel/ObjectCode/plugin_psnr.o
src/dl/dl_Data/DebugRel/ObjectCode/plugin_single.o
src/dl/dl_Data/DebugRel/ObjectCode/postprocessing.o
src/dl/dl_Data/DebugRel/ObjectCode/qpel.o
src/dl/dl_Data/DebugRel/ObjectCo
src/decoder.h
src/encoder.c
src/encoder.h
src/global.h
src/portab.h
src/xvid.c
src/xvid.h
src/xvid_decraw.c
src/utils/emms.c
src/utils/emms.h
src/utils/mbfunctions.h
src/utils/mbtransquant.c
src/utils/mem_align.c
src/utils/mem_align.h
src/utils/mem_transfer.c
src/utils/mem_transfer.h
src/utils/timer.c
src/utils/timer.h
src/utils/x86_asm/cpuid.asm
src/utils/x86_asm/interlacing_mmx.asm
src/utils/x86_asm/mem_transfer_3dne.asm
src/utils/x86_asm/mem_transfer_mmx.asm
src/utils/x86_64_asm/cpuid.asm
src/utils/x86_64_asm/interlacing_mmx.asm
src/utils/x86_64_asm/mem_transfer_mmx.asm
src/utils/ppc_asm/altivec_trigger.c
src/utils/ppc_asm/mem_transfer_altivec.c
src/utils/ia64_asm/mem_transfer_ia64.s
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/quant/x86_64_asm/quantize_h263_mmx.asm
src/quant/x86_64_asm/quantize_mpeg_xmm.asm
src/quant/ppc_asm/quant_h263_altivec.c
src/quant/ppc_asm/quant_mpeg_altivec.c
src/quant/ia64_asm/quant_h263_ia64.s
src/prediction/mbprediction.c
src/prediction/mbprediction.h
src/plugins/plugin_2pass1.c
src/plugins/plugin_2pass2.c
src/plugins/plugin_dump.c
src/plugins/plugin_fixed.c
src/plugins/plugin_lumimasking.c
src/plugins/plugin_psnr.c
src/plugins/plugin_single.c
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/estimation_rd_based_bvop.c
src/motion/gmc.c
src/motion/gmc.h
src/motion/motion.h
src/motion/motion_comp.c
src/motion/motion_inlines.h
src/motion/sad.c
src/motion/sad.h
src/motion/vop_type_decision.c
src/motion/x86_asm/sad_3dn.asm
src/motion/x86_asm/sad_3dne.asm
src/motion/x86_asm/sad_mmx.asm
src/motion/x86_asm/sad_sse2.asm
src/motion/x86_asm/sad_xmm.asm
src/motion/x86_64_asm/sad_mmx.asm
src/motion/x86_64_asm/sad_xmm.asm
src/motion/ppc_asm/sad_altivec.c
src/motion/ia64_asm/calc_delta_1.s
src/motion/ia64_asm/calc_delta_2.s
src/motion/ia64_asm/calc_delta_3.s
src/motion/ia64_asm/halfpel8_refine_ia64.s
src/motion/ia64_asm/sad_ia64.s
src/image/colorspace.c
src/image/colorspace.h
src/image/font.c
src/image/font.h
src/image/image.c
src/image/image.h
src/image/interpolate8x8.c
src/image/interpolate8x8.h
src/image/postprocessing.c
src/image/postprocessing.h
src/image/qpel.c
src/image/qpel.h
src/image/reduced.c
src/image/reduced.h
src/image/x86_asm/colorspace_mmx.inc
src/image/x86_asm/colorspace_rgb_mmx.asm
src/image/x86_asm/colorspace_yuv_mmx.asm
src/image/x86_asm/colorspace_yuyv_mmx.asm
src/image/x86_asm/interpolate8x8_3dn.asm
src/image/x86_asm/interpolate8x8_3dne.asm
src/image/x86_asm/interpolate8x8_mmx.asm
src/image/x86_asm/interpolate8x8_xmm.asm
src/image/x86_asm/postprocessing_mmx.asm
src/image/x86_asm/postprocessing_sse2.asm
src/image/x86_asm/qpel_mmx.asm
src/image/x86_asm/reduced_mmx.asm
src/image/x86_64_asm/interpolate8x8_mmx.asm
src/image/x86_64_asm/interpolate8x8_xmm.asm
src/image/x86_64_asm/qpel_mmx.asm
src/image/ppc_asm/colorspace_altivec.c
src/image/ppc_asm/interpolate8x8_altivec.c
src/image/ppc_asm/qpel_altivec.c
src/image/ia64_asm/interpolate8x8_ia64.s
src/image/ia64_asm/interpolate8x8_ia64_exact.s
src/image/ia64_asm/README
src/dl/dl.mcp
src/dl/dl_Data/CWSettingsWindows.stg
src/dl/dl_Data/DebugRel/TargetDataWindows.tdt
src/dl/dl_Data/DebugRel/ObjectCode/bitstream.o
src/dl/dl_Data/DebugRel/ObjectCode/cbp.o
src/dl/dl_Data/DebugRel/ObjectCode/colorspace.o
src/dl/dl_Data/DebugRel/ObjectCode/decoder.o
src/dl/dl_Data/DebugRel/ObjectCode/emms.o
src/dl/dl_Data/DebugRel/ObjectCode/encoder.o
src/dl/dl_Data/DebugRel/ObjectCode/estimation_bvop.o
src/dl/dl_Data/DebugRel/ObjectCode/estimation_common.o
src/dl/dl_Data/DebugRel/ObjectCode/estimation_gmc.o
src/dl/dl_Data/DebugRel/ObjectCode/estimation_pvop.o
src/dl/dl_Data/DebugRel/ObjectCode/estimation_rd_based.o
src/dl/dl_Data/DebugRel/ObjectCode/estimation_rd_based_bvop.o
src/dl/dl_Data/DebugRel/ObjectCode/fdct.o
src/dl/dl_Data/DebugRel/ObjectCode/font.o
src/dl/dl_Data/DebugRel/ObjectCode/gmc.o
src/dl/dl_Data/DebugRel/ObjectCode/idct.o
src/dl/dl_Data/DebugRel/ObjectCode/image.o
src/dl/dl_Data/DebugRel/ObjectCode/interpolate8x8.o
src/dl/dl_Data/DebugRel/ObjectCode/mbcoding.o
src/dl/dl_Data/DebugRel/ObjectCode/mbprediction.o
src/dl/dl_Data/DebugRel/ObjectCode/mbtransquant.o
src/dl/dl_Data/DebugRel/ObjectCode/mem_align.o
src/dl/dl_Data/DebugRel/ObjectCode/mem_transfer.o
src/dl/dl_Data/DebugRel/ObjectCode/motion_comp.o
src/dl/dl_Data/DebugRel/ObjectCode/plugin_2pass1.o
src/dl/dl_Data/DebugRel/ObjectCode/plugin_2pass2.o
src/dl/dl_Data/DebugRel/ObjectCode/plugin_dump.o
src/dl/dl_Data/DebugRel/ObjectCode/plugin_fixed.o
src/dl/dl_Data/DebugRel/ObjectCode/plugin_lumimasking.o
src/dl/dl_Data/DebugRel/ObjectCode/plugin_psnr.o
src/dl/dl_Data/DebugRel/ObjectCode/plugin_single.o
src/dl/dl_Data/DebugRel/ObjectCode/postprocessing.o
src/dl/dl_Data/DebugRel/ObjectCode/qpel.o
src/dl/dl_Data/DebugRel/ObjectCo
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.