Update log for XviD binaries from uManiac. This file contains a list of all files that have been changed and when.
Don't forget, the newest binaries of XviD can be found at: http://xvid.hopto.org - The sources can be found at: http://www.xvid.org
This is an abbriviated version of this file. The full listing can be seen at http://xvid.hopto.org.
5.5.2003 00:20:- U xvidcore/build/generic/configure.in (rev.1.8) edgomez:
- Unix system should use SONAME=libname.so.major
3.5.2003 11:00:- U xvidcore/src/motion/motion_est.c (rev.1.68) syskin:
- hopefully, intra frame at every scene change (we really need it to cut things)
25.4.2003 15:00:- U xvidcore/src/motion/motion_est.c (rev.1.67) syskin:
- b-frames look good in still motion, after all
14.4.2003 15:00:- U xvidcore/src/motion/motion_est.c (rev.1.66) syskin:
- "What bug could i invent today ?"
14.4.2003 13:40:- U xvidcore/src/motion/motion_est.c (rev.1.65) syskin:
- improved vhq (does not decrease psnr anymore - at least for low quants) and tweaked p/b/i decision again
9.4.2003 12:20:- U xvidcore/src/encoder.c (rev.1.99) syskin:
- bframe_threshold works again - I didn't know anyone uses it ;>
- U vfw/src/codec.c (rev.1.28) syskin:
8.4.2003 11:40:- U xvidcore/src/encoder.c (rev.1.98) syskin:
- bframe_threshold not supported -> disabled
- U xvidcore/src/motion/motion_est.c (rev.1.64) syskin:
- faster; better vhq; bframe-decision changed again
- U xvidcore/src/motion/motion_est.h (rev.1.6) syskin:
- faster; better vhq; bframe-decision changed again
5.4.2003 16:20:- U xvidcore/src/motion/motion_est.c (rev.1.63) syskin:
- a bit faster + a small bugfix
- U xvidcore/src/motion/motion_est.h (rev.1.5) syskin:
- a bit faster + a small bugfix
5.4.2003 02:40:- U xvidcore/src/global.h (rev.1.22) edgomez:
- Fixes 32 bit misaligned reads on ARM (+ some sync work with old 0.9.x tree for cleanups)
- U xvidcore/src/bitstream/bitstream.h (rev.1.18) edgomez:
- Fixes 32 bit misaligned reads on ARM (+ some sync work with old 0.9.x tree for cleanups)
4.4.2003 11:00:- U vfw/src/codec.c (rev.1.27) Isibaar:
- set bframe threshold to 255 by default
4.4.2003 03:40:- U xvidcore/src/encoder.c (rev.1.97) Isibaar:
- U xvidcore/src/utils/ratecontrol.c (rev.1.20) Isibaar:
29.3.2003 12:20:- U xvidcore/src/motion/motion_est.c (rev.1.62) edgomez:
- Fixed some cut&paste errors and some other small things
29.3.2003 11:00:- U xvidcore/src/motion/motion_est.c (rev.1.61) edgomez:
- Fix aligment problem for dct blocks
- U xvidcore/src/motion/motion_est.h (rev.1.4) edgomez:
- Fix aligment problem for dct blocks
28.3.2003 09:00:- U xvidcore/src/motion/sad.c (rev.1.14) suxen_drol:
28.3.2003 07:40:- U xvidcore/src/portab.h (rev.1.48) suxen_drol:
22.3.2003 14:20:- U xvidcore/src/motion/motion_comp.c (rev.1.19) syskin:
- cleanups; it is able to compensate bframes correctly (for internal decoding)
- U xvidcore/src/utils/mbfunctions.h (rev.1.18) syskin:
- cleanups; dark blocks prevented in bframes; warning: bframes have lower quality due to thresholding: decrease quantizer (150/0 for example);
- U xvidcore/src/utils/mbtransquant.c (rev.1.22) syskin:
- cleanups; dark blocks prevented in bframes; warning: bframes have lower quality due to thresholding: decrease quantizer (150/0 for example);
20.3.2003 09:40:- U xvidcore/src/encoder.c (rev.1.96) syskin:
- some cleanups ; revised p/b decision with sensitivity control ; max iframe interval works again
19.3.2003 15:40:- U xvidcore/src/encoder.c (rev.1.96) syskin:
- some cleanups ; revised p/b decision with sensitivity control ; max iframe interval works again
19.3.2003 09:00:- U xvidcore/src/encoder.c (rev.1.96) syskin:
- some cleanups ; revised p/b decision with sensitivity control ; max iframe interval works again
- U xvidcore/src/portab.h (rev.1.47) chl:
- Added signed ptr_t type (called intptr_t as in C99)
- U xvidcore/src/xvid.h (rev.1.28) syskin:
- some cleanups ; revised p/b decision with sensitivity control ; max iframe interval works again
- U xvidcore/src/bitstream/cbp.c (rev.1.12) chl:
- Little more speedup for calc_cbp_c()
- U xvidcore/src/image/interpolate8x8.c (rev.1.11) chl:
- plain C speedup for halfpel-interpolate
21.2.2003 13:40:- U xvidcore/build/generic/Makefile (rev.1.1.2) suxen_drol:
- microsoft visual c (command line) makefile
- U xvidcore/build/generic/bootstrap.sh (rev.1.3) edgomez:
- Fix 'which' output dependency. If it is still not right, then we'll have to find another solution.
- U xvidcore/build/generic/configure.in (rev.1.6) edgomez:
- Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too
- U xvidcore/build/generic/libxvidcore.def.in (rev.1.1) edgomez:
- More "unknown compiler" friendly portab.h file.
- The PPC port is now disabled because it is outdated.
- Added the configure bootstrap script.
- Changed linking option on PPC platforms (-flat_namespace)
- Added IA64 DCT source choice according to the compiler basename.
- Fixed xvid_encraw help message.
- Fixed libxvidcore.def, revamped Makefile output, fixed ia64 build, added ranlib detection.
- Removed BFrame outdated bframe/qpel decoding.
- U xvidcore/build/generic/platform.inc.in (rev.1.3) edgomez:
- U xvidcore/build/generic/sources.inc (rev.1.3) edgomez:
- Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too
15.2.2003 09:00:- U xvidcore/src/divx4.h (rev.1.3.2) suxen_drol:
- U xvidcore/src/portab.h (rev.1.26.) suxen_drol:
15.2.2003 07:00:- U vfw/src/codec.c (rev.1.23.) suxen_drol:
- XVID_CHROMAOPT debug checkbox (koepi)
- U vfw/src/config.c (rev.1.20.) suxen_drol:
- XVID_CHROMAOPT debug checkbox (koepi)
- U vfw/src/config.h (rev.1.14.) suxen_drol:
- XVID_CHROMAOPT debug checkbox (koepi)
- U vfw/src/config.rc (rev.1.17.) suxen_drol:
- XVID_CHROMAOPT debug checkbox (koepi)
- U vfw/src/resource.h (rev.1.13.) suxen_drol:
- XVID_CHROMAOPT debug checkbox (koepi)
15.2.2003 06:20:- U xvidcore/src/encoder.c (rev.1.76.) suxen_drol:
- U xvidcore/src/xvid.h (rev.1.17.) suxen_drol:
12.2.2003 15:00:- U xvidcore/examples/xvid_bstat.c (rev.1.1.2) chl:
- Added stride and bquant_offset
12.2.2003 14:20:- U xvidcore/src/encoder.c (rev.1.76.) syskin:
- small fix - first frame is always intra now
- U vfw/src/config.c (rev.1.20.) syskin:
- VHQ for VfW - code by Koepi
12.2.2003 13:40:- U vfw/src/codec.c (rev.1.23.) syskin:
- VHQ for VfW - code by Koepi
- U vfw/src/config.h (rev.1.14.) syskin:
- VHQ for VfW - code by Koepi
- U vfw/src/config.rc (rev.1.17.) syskin:
- VHQ for VfW - code by Koepi
- U vfw/src/resource.h (rev.1.13.) syskin:
- VHQ for VfW - code by Koepi
A full listing of changes can be found at http://xvid.hopto.org.