⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 TMS320C6713Xvid视频压缩算法源代码.rar
💻
📖 第 1 页 / 共 3 页
字号:
2004-03-31 19:07:55 GMT	                                	patch-49    Summary:      input width/height check    Revision:      xvidcore--devapi4--1.0--patch-49    From Skal:     * Input width and height aren't checked and this can cause crash.    modified files:     src/encoder.c2004-03-28 01:02:21 GMT	                                	patch-48    Summary:      $ CVS expansion removed    Revision:      xvidcore--devapi4--1.0--patch-48    $ CVS expansion removed        modified files:     dshow/src/Configure.cpp dshow/src/config.c     examples/xvid_encraw.c2004-03-28 00:45:23 GMT	                                	patch-47    Summary:      Allow bigger frames    Revision:      xvidcore--devapi4--1.0--patch-47    Allow bigger frames        modified files:     examples/xvid_encraw.c2004-03-28 00:41:54 GMT	                                	patch-46    Summary:      Fix in postproc header    Revision:      xvidcore--devapi4--1.0--patch-46    Fix in postproc header        modified files:     src/image/postprocessing.h2004-03-28 00:33:02 GMT	                                	patch-45    Summary:      Fixed xvidvfw build on real mingw+msys systems    Revision:      xvidcore--devapi4--1.0--patch-45    Fixed xvidvfw build on real mingw+msys systems        modified files:     vfw/bin/Makefile2004-03-15 21:48:48 GMT	                                	patch-44    Summary:      VFW updates.    Revision:      xvidcore--devapi4--1.0--patch-44    VFW updates.    modified files:     vfw/src/config.c vfw/src/resource.rc2004-03-15 21:44:17 GMT	                                	patch-43    Summary:      GMC bugfix.    Revision:      xvidcore--devapi4--1.0--patch-43    From skal:     * GMC bugfixes.    modified files:     src/motion/gmc.c2004-03-15 21:41:18 GMT	                                	patch-42    Summary:      Buffer overrun fix in post proc.    Revision:      xvidcore--devapi4--1.0--patch-42    From sysKin:     * Fixed buffer overrun in postproc code.    modified files:     src/image/postprocessing.c src/image/postprocessing.h2004-03-15 21:33:22 GMT	                                	patch-41    Summary:      Forgotten files.    Revision:      xvidcore--devapi4--1.0--patch-41    Me:     * Sorry i missed these file additions. Important for the packages       as i build them from the tla archive.    new files:     dshow/src/.arch-ids/Configure.cpp.id     dshow/src/.arch-ids/config.c.id     dshow/src/.arch-ids/config.h.id dshow/src/.arch-ids/debug.h.id     dshow/src/Configure.cpp dshow/src/config.c dshow/src/config.h     dshow/src/debug.h2004-03-03 21:01:09 GMT	                                	patch-40    Summary:      MV clipping in decoder.    Revision:      xvidcore--devapi4--1.0--patch-40    From sysKin:     * clip MVs to valid ranges.    modified files:     src/decoder.c src/decoder.h########################################################################## 1.0.0 RC3 (Bistream Version 29)#########################################################################2004-02-29 13:17:10 GMT	                                	patch-39    Summary:      Marking 1.0.0 RC3    Revision:      xvidcore--devapi4--1.0--patch-39    * Marking RC3    modified files:     ChangeLog build/generic/configure.in src/xvid.h2004-02-29 13:08:38 GMT	                                	patch-38    Summary:      Win32 project fixes for xvid_encraw and xvid_decraw.    Revision:      xvidcore--devapi4--1.0--patch-38    From sysKin:     * xvid_dec/encraw were linking against libxvidcore.lib. Now they link       against xvidcore.dll.a        NB: xvid_bench is left as is though it doesn't link. This program        requires access to internal functions which aren't available        through the dll link lib. No good solution exists for MSVC to        build both a dll+its link lib+static lib.    modified files:     build/win32/xvid_decraw.dsp build/win32/xvid_encraw.dsp2004-02-29 12:56:36 GMT	                                	patch-37    Summary:      DShow updates    Revision:      xvidcore--devapi4--1.0--patch-37    Bunch of DShow updates    modified files:     dshow/src/CXvidDecoder.cpp dshow/src/resource.h     dshow/src/xvid.ax.rc2004-02-29 12:55:41 GMT	                                	patch-36    Summary:      VFW updates.    Revision:      xvidcore--devapi4--1.0--patch-36    * Bunch of VFW frontends updates.    modified files:     vfw/src/codec.c vfw/src/codec.h vfw/src/config.c     vfw/src/resource.rc vfw/src/status.c vfw/vfw.dsp2004-02-29 12:49:24 GMT	                                	patch-35    Summary:      Artefact workaround in bframes.    Revision:      xvidcore--devapi4--1.0--patch-35    From sysKin:     * Workaround for some artefacts appearing in bframes.    modified files:     src/motion/estimation_bvop.c2004-02-29 12:46:13 GMT	                                	patch-34    Summary:      Decoder buffer overflow fix.    Revision:      xvidcore--devapi4--1.0--patch-34    From sysKin:     * Avoids buffer overflow when reading the last align byte. Our       bitstream do 4 byte reading because of some platform contraints       (ARM) and can cause buffer overflow reads.    modified files:     src/decoder.c2004-02-29 11:53:47 GMT	                                	patch-33    Summary:      Compatibility decoding for old bitstreams.    Revision:      xvidcore--devapi4--1.0--patch-33    From syskin:     * old core versions used in dev-api-3 distributed by nearly all win32 bin       builders used to have a edging bug. So when this information is known,       workaround the bug.    modified files:     src/decoder.c src/encoder.c src/image/image.c     src/image/image.h########################################################################## 1.0.0 RC2 (Bistream Version 28)#########################################################################2004-02-08 01:06:40 GMT	                                	patch-32    Summary:      Marking RC2    Revision:      xvidcore--devapi4--1.0--patch-32    Marking RC2        modified files:     ChangeLog build/generic/configure.in2004-02-07 13:54:24 GMT	                                	patch-31    Summary:      Win32 project outputs dll lib for linking.    Revision:      xvidcore--devapi4--1.0--patch-31    From pete:     * output a lib to link against the dll (xvidcore.dll.a).    modified files:     build/win32/libxvidcore.dsp2004-02-07 13:51:01 GMT	                                	patch-30    Summary:      DShow update.    Revision:      xvidcore--devapi4--1.0--patch-30    From pete:     * cmd line driving        From sysKin(?):     * bugfixes related to video flipping     * bugfix for the 'crash at the end" bug    modified files:     TODO dshow/dshow.dsp dshow/src/CAbout.cpp dshow/src/CAbout.h     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h     dshow/src/xvid.ax.def2004-02-07 13:47:45 GMT	                                	patch-29    Summary:      VFW updates    Revision:      xvidcore--devapi4--1.0--patch-29    Sorry feeling lazy about splitting this patch...        From peter:     * bitrate calculator        From sysKin:     * WMP9 bugfix    modified files:     TODO vfw/src/codec.c vfw/src/config.c vfw/src/config.h     vfw/src/resource.h vfw/src/resource.rc2004-02-07 13:43:26 GMT	                                	patch-28    Summary:      Implicit overflow tuning for 2nd pass.    Revision:      xvidcore--devapi4--1.0--patch-28    From sysKin:     * When doing a bigger 2nd pass, the overflow loop must be more       aggressive else no bonus bits are reinjected. So we can auto       tune the overlow values in that case.    modified files:     src/plugins/plugin_2pass2.c2004-02-07 13:38:33 GMT	                                	patch-27    Summary:      GMC+interlaced bugfix in decoder.    Revision:      xvidcore--devapi4--1.0--patch-27    From sysKin:     * GMC+interlaced bugfix in decoder.    modified files:     src/decoder.c2004-02-07 13:35:16 GMT	                                	patch-26    Summary:      Reverted patch-23    Revision:      xvidcore--devapi4--1.0--patch-26    From christoph:     * reverted patch-23, old code was right.     * Important typo for the YVYU csp (passing the y plane instead of u).    modified files:     src/image/image.c src/xvid.h2004-01-31 11:20:36 GMT	                                	patch-25    Summary:      DShow support for more mpeg4 fourccs.    Revision:      xvidcore--devapi4--1.0--patch-25    From sysKin:     * Added support for the MP4V fourcc.    modified files:     dshow/src/CAbout.cpp dshow/src/CAbout.h     dshow/src/CXvidDecoder.cpp dshow/src/CXvidDecoder.h     dshow/src/resource.h dshow/src/xvid.ax.rc2004-01-31 11:12:38 GMT	                                	patch-24    Summary:      DivX decoder compatibility    Revision:      xvidcore--devapi4--1.0--patch-24    From sysKin:     * DivX decoder compatibility improved for packed bitstreams.       It should now detect them and play them fine.    modified files:     src/bitstream/bitstream.c2004-01-31 11:10:26 GMT	                                	patch-23    Summary:      YV12/I420 confusion fixed.    Revision:      xvidcore--devapi4--1.0--patch-23    From christoph:     * I420/YV12 were swapped since ... ages.     * CSP_USER renamed to CSP_PLANAR    modified files:     src/encoder.c src/image/image.c src/xvid.h2004-01-31 10:53:20 GMT	                                	patch-22    Summary:      Arch separation for mem transfer functions    Revision:      xvidcore--devapi4--1.0--patch-22    Arch separation for mem transfer functions        modified files:     src/utils/mem_transfer.h2004-01-27 14:47:08 GMT	                                	patch-21    Summary:      Write to registry Flip video flag in dshow    Revision:      xvidcore--devapi4--1.0--patch-21    From sysKin:     * The flip video flag is now saved in registry.     * Changed internal flags name convention (use n prefix for all now)    modified files:     dshow/src/CAbout.cpp dshow/src/CAbout.h     dshow/src/CXvidDecoder.cpp2004-01-27 14:42:52 GMT	                                	patch-20    Summary:      Added bitrate calc to VFW    Revision:      xvidcore--devapi4--1.0--patch-20    From Pete:     * Added bitrate calculator.     * Changed up a few function calls to static type.    modified files:     vfw/src/codec.c vfw/src/codec.h vfw/src/config.c     vfw/src/config.h vfw/src/resource.h vfw/src/resource.rc     vfw/vfw.dsp2004-01-27 14:29:49 GMT	                                	patch-19    Summary:      Bugfix in decoder    Revision:      xvidcore--devapi4--1.0--patch-19    From sysKin:     * when stats are not used, don't write to the stats pointer.    modified files:     src/decoder.c########################################################################## 1.0.0 RC1 (Bistream Version 26)#########################################################################2004-01-25 16:01:06 GMT	                                	patch-18    Summary:      Marking RC1    Revision:      xvidcore--devapi4--1.0--patch-18    Marking RC1    modified files:     ChangeLog build/generic/configure.in src/xvid.h2004-01-25 15:37:57 GMT	                                	patch-17    Summary:      VFW update (again

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -