MPEG2-AVI

所属分类:图形图像处理
开发工具:C/C++
文件大小:138KB
下载次数:100
上传日期:2008-11-20 08:57:20
上 传 者tanret
说明:  The development is based on MSSG MPEG2Decode 1. GUI interface (gui.cpp) 2. VFAPI support (vfapi.c vfapidec.c) 3. AC3/MPA/LPCM demux (getbit.c) 4. Auto-split AVI output through RGB24/YUY2 (store.c) 5. YUY2 DirectDraw Overlay (store.c gui.cpp) 6. revised I/O routine (getbit.c getbic.h) 7. MMX-optimized motion compensation (recon.c getpic.c) 8. MMX-optimized color space conversion (store.c) 9. audio normalization (norm.c)

文件列表:
MPEG2תAVI\COPYING.txt (18332, 2000-01-16)
MPEG2תAVI\MPEG2תAVI\AC3Dec\ac3.h (9395, 2001-03-13)
MPEG2תAVI\MPEG2תAVI\AC3Dec\bitstream.c (1462, 2000-12-02)
MPEG2תAVI\MPEG2תAVI\AC3Dec\bitstream.h (1280, 2000-12-27)
MPEG2תAVI\MPEG2תAVI\AC3Dec\bit_allocate.c (17493, 2001-03-10)
MPEG2תAVI\MPEG2תAVI\AC3Dec\coeff.c (7992, 2001-03-09)
MPEG2תAVI\MPEG2תAVI\AC3Dec\crc.c (3005, 2001-03-13)
MPEG2תAVI\MPEG2תAVI\AC3Dec\decode.c (4152, 2001-03-13)
MPEG2תAVI\MPEG2תAVI\AC3Dec\downmix.c (13388, 2001-03-14)
MPEG2תAVI\MPEG2תAVI\AC3Dec\exponent.c (2956, 2001-03-13)
MPEG2תAVI\MPEG2תAVI\AC3Dec\imdct.c (12679, 2001-03-11)
MPEG2תAVI\MPEG2תAVI\AC3Dec\parse.c (13599, 2001-03-10)
MPEG2תAVI\MPEG2תAVI\AC3Dec\rematrix.c (1813, 2001-03-07)
MPEG2תAVI\MPEG2תAVI\AC3Dec\sanity_check.c (1665, 2001-03-13)
MPEG2תAVI\MPEG2תAVI\AC3Dec (0, 2001-02-22)
MPEG2תAVI\MPEG2תAVI\DVD2AVI.dsp (6207, 2001-03-07)
MPEG2תAVI\MPEG2תAVI\DVD2AVI.dsw (537, 2000-06-11)
MPEG2תAVI\MPEG2תAVI\getbit.c (14560, 2001-03-12)
MPEG2תAVI\MPEG2תAVI\getbit.h (3129, 2001-03-05)
MPEG2תAVI\MPEG2תAVI\gethdr.c (17369, 2001-03-11)
MPEG2תAVI\MPEG2תAVI\getpic.c (44662, 2001-03-13)
MPEG2תAVI\MPEG2תAVI\global.h (25246, 2001-03-13)
MPEG2תAVI\MPEG2תAVI\gui.cpp (63171, 2001-03-13)
MPEG2תAVI\MPEG2תAVI\gui.rc (16632, 2001-03-13)
MPEG2תAVI\MPEG2תAVI\idctfpu.c (10099, 2001-03-12)
MPEG2תAVI\MPEG2תAVI\idctmmx.c (13024, 2001-03-04)
MPEG2תAVI\MPEG2תAVI\idctref.c (8458, 2001-03-12)
MPEG2תAVI\MPEG2תAVI\motion.c (6212, 2001-02-22)
MPEG2תAVI\MPEG2תAVI\movie.ico (3638, 2000-10-04)
MPEG2תAVI\MPEG2תAVI\mpeg2dec.c (7831, 2001-03-13)
MPEG2תAVI\MPEG2תAVI\norm.c (3549, 2001-03-13)
MPEG2תAVI\MPEG2תAVI\resource.h (5496, 2001-03-12)
MPEG2תAVI\MPEG2תAVI\store.c (30503, 2001-03-13)
MPEG2תAVI\MPEG2תAVI\wavefs44.c (10010, 2001-03-13)
MPEG2תAVI\MPEG2תAVI (0, 2001-02-22)
MPEG2תAVI\VFAPI\DVD2AVI.def (51, 2000-08-26)
MPEG2תAVI\VFAPI\DVD2AVI.dsp (5073, 2001-03-07)
MPEG2תAVI\VFAPI\DVD2AVI.dsw (537, 2000-06-11)
MPEG2תAVI\VFAPI\getbit.c (3639, 2001-03-08)
... ...

Since I am clumsy at English writing, I put it briefly. - The development of DVD2AVI is based on MSSG MPEG2Decode http://www.mpeg.org/MPEG/MSSG/ and adds features as follows: 1. GUI interface (gui.cpp) 2. VFAPI support (vfapi.c vfapidec.c) 3. AC3/MPA/LPCM demux (getbit.c) 4. Auto-split AVI output through RGB24/YUY2 (store.c) 5. YUY2 DirectDraw Overlay (store.c gui.cpp) 6. revised I/O routine (getbit.c getbic.h) 7. MMX-optimized motion compensation (recon.c getpic.c) 8. MMX-optimized color space conversion (store.c) 9. audio normalization (norm.c) - The author of TMPGEnc, Hiroyuki Hori, defines the spec of VFAPI (Video File API). You can find the Delphi-based VFAPI SDK on his page. http://www.yks.ne.jp/~hori/VFAPI.html - The development of VFAPI Plug-In refers to MPEG-2 VIDEO VFAPI Plug-In developed by Kazuhiro Mogi. It's helpful to C programmers. http://www.isc.meiji.ac.jp/~ee69011/mpeg2/ - MMX 32-bit iDCT is implanted from Royce Liao's MPEG2AVI 0.16B34. http://members.tripod.com/~liaor/ - Floating Point and Reference iDCT are implanted from Miha's hand-tuned iDCT. http://miha.peternel.homepage.com/idct.html - Dolby Digital decoding (AC3Dec) is implanted from LiViD Project developed by Aaron Holtzman. http://linuxvideo.org/ - 48->44.1KHz downsampling (wavefs44.c) is implanted from WAVEFS44 developed by WTC. http://www.asahi-net.or.jp/~mp4m-truc/SOUND/WTC/WAVECONV.HTM * Known Bugs * 1. DVD2AVI only aligns the start point of A/V streams. If the movie is not encoded at once that PTS restarts (such as bonus track or different episodes) It's possible to lose synchronization from the break point. 2. DVD2AVI treats all Linear PCM as 16bit/48KHz/Stereo without header identification. 2000/01/31 by Chia-chen Kuo, jackei@arbor.ee.ntu.edu.tw

近期下载者

相关文件


收藏者