pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/libtheora
Module Name: pkgsrc
Committed By: wiz
Date: Thu Oct 9 19:46:55 UTC 2008
Modified Files:
pkgsrc/multimedia/libtheora: Makefile PLIST distinfo
Added Files:
pkgsrc/multimedia/libtheora/files: dct_decode_mmx.c
Log Message:
Update to 1.0rc1:
libtheora 1.0rc1
- Merge x86 assembly for forward DCT from Thusnelda branch.
- Update 32 bit MMX with loop filter fix.
- Check for an uninitialized state before dereferencing in propagating
decode calls.
- Remove all TH_DEBUG statements.
- Rename the bitpacker source files imported from libogg to avoid
confusing simple build systems using both libraries.
- Add VS2008 project files.
- Add explicit casts as a work-around for Solaris's cc ignoring the
signedness of bitfield types.
- Set quantization parameters to default values when an empty buffer is
passed with TH_ENCCTL_SET_QUANT_PARAMS.
- Split encoder and decoder tests depending on configure settings.
- Return lstylex.sty to the distribution.
- Disable inline assembly on gcc versions prior to 3.1.
- Remove extern references for OC_*_QUANT_MIN.
- Make various data tables static const so they can be read-only.
- cpuid assembly fix for MSVC.
- Remove ENCCTL codes from the old encoder API.
- Implement TH_ENCCTL_SET_KEYFRAME_FREQUENCY_FORCE ctl.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/multimedia/libtheora/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/multimedia/libtheora/PLIST
cvs rdiff -r1.11 -r1.12 pkgsrc/multimedia/libtheora/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/multimedia/libtheora/files/dct_decode_mmx.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index