search for: oc_

Displaying 6 results from an estimated 6 matches for "oc_".

Did you mean: o__
2002 Feb 05
0
OLE Automation registry entry error
...DLLSelfRegister) File7=1,,OlePro32.dl_,OlePro32.dll,$(WinSysPathSysFile),$(DLLSelfRegister) File8=1,,AsycFilt.dl_,AsycFilt.dll,$(WinSysPathSysFile) File9=1,,Ctl3d32.dl_,Ctl3d32.dll,$(WinSysPathSysFile) File10=1,,ComCat.dl_,ComCat.dll,$(WinSysPathSysFile),$(DLLSelfRegister) [Files] File1=1,,msmask32.oc_,msmask32.ocx,$(WinSysPath),$(DLLSelfRegister),$(Shared ) File2=1,,MSMskFR.dl_,MSMskFR.dll,$(WinSysPath),,$(Shared) File3=1,,comdlg32.oc_,comdlg32.ocx,$(WinSysPath),$(DLLSelfRegister),$(Shared ) File4=1,,CmDlgFR.dl_,CmDlgFR.dll,$(WinSysPath),,$(Shared) File5=1,,PAC.ex_,PAC.exe,$(AppPath) File6=1,,PA...
2006 Mar 28
0
theora-exp namespacing
...e 1.0 release. I now think that libtheora 1.0 should keep backward compatibility with the late alpha API since it's so widely deployed, so that's not going to happen. There was some discussion of what to use for a prefix. I suggest th_* or symbols, TH_* for defines, and possibly retaining oc_ and OC_* for internal names. Better suggestions welcome. The other part is having separate names for the library binaries. This had already been done, with the code split into libtheoradec, libtheoraenc, and libtheorabase for shared and utility routines. However, I've now merged libtheoraba...
2010 Jun 29
1
[PATCH]: PPC/Altivec implementations of SAD and SSD
Hi, This patch adds Altivec-optimized implementations of oc_enc_frag_sad and oc_enc_frag_ssd. This patch is against the latest svn revision of theora-ptalarbvorm. Speeds up encode on a plant stop-motion clip on a 1 GHz PPC 7447 by ~3%, timewise. Time spent in oc_enc_frag_sad is reduced from 4.2% to 2.3% and oc_enc_frag_ssd from 1.2% to 1.0%, as reported by...
2011 Oct 03
3
Traveller Heaven and Earth - Runtime error 481
...ailable for download from http://www.downport.com/wbd/HEAVEN_&_EARTH.htm Installation is not straightforward - you need to unpack, configure Wine to run as Win98 in an emulated desktop, install and finally unpack and manually register mfc42.dll, unpack msvcrt.dll and copy the file TWISTEDPIXEL.OC_ from the downloaded zip file into the wine install directory, rename it to TWISTEDPIXEL.OCX and manually register it. When you run the program, click on 'Random UWP' and then 'OK'. You get a dialog saying that the system is about to be generated, click 'OK' and the program...
2008 Oct 02
5
Theora 1.0 RC1
...ion 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 in encoder. And here's what you should especially test: - Build and run on...
2008 Oct 02
5
Theora 1.0 RC1
...ion 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 in encoder. And here's what you should especially test: - Build and run on...