Displaying 6 results from an estimated 6 matches for "decapiwrapper".
2014 May 05
1
Application crushes
...) at
jni/theorarm/src/dec/decinfo.c:171
#2 0x673fb160 in th_decode_headerin (_info=0x6dca52b0, _tc=0x6728ebd8,
_setup=0x6728eedc, _op=0x6728ebb8) at jni/theorarm/src/dec/decinfo.c:240
#3 0x673fa43c in theora_decode_header (_ci=0x6728ebe8, _cc=0x6728ebd8,
_op=0x6728ebb8) at jni/theorarm/src/dec/decapiwrapper.c:150
Android.mk:
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := theorARM
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include \
$(LOCAL_PATH)/src \
$(LOCAL_PATH)/src/dec
LOCAL_SRC_FILES := src/dec/apiwrapper.c \
src/dec/internal.c \
src/dec/info.c \
src/dec/de...
2011 Apr 22
2
Can't compile libtheora vs2010
...directory
1> decode.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\decode.c': No
such file or directory
1> decinfo.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\decinfo.c':
No such file or directory
1> decapiwrapper.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file:
'..\lib\dec\decapiwrapper.c': No such file or directory
1> bitpack.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\bitpack.c':
No such file or directory
1> apiwrapper.c (Tas...
2008 Apr 10
2
Delay occurred when the makefile change
...encoder_arch_sources= \
$(enc_arch_dir)/dct_decode_mmx.c \
$(enc_arch_dir)/dsp_mmx.c \
$(enc_arch_dir)/dsp_mmxext.c \
$(enc_arch_dir)/recon_mmx.c \
$(enc_arch_dir)/idct_mmx.c \
$(enc_arch_dir)/fdct_mmx.c
endif
endif
endif
decoder_sources = \
dec/apiwrapper.c \
dec/decapiwrapper.c \
dec/decinfo.c \
dec/decode.c \
dec/dequant.c \
dec/fragment.c \
dec/huffdec.c \
dec/idct.c \
dec/info.c \
dec/internal.c \
dec/quant.c \
dec/state.c
if CPU_x86_64
decoder_x86_sources = \
dec/x86/mmxidct.c \
dec/x86/mmxfrag.c \
dec/x86/mmxstat...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
...encoder_arch_sources= \
$(enc_arch_dir)/dct_decode_mmx.c \
$(enc_arch_dir)/dsp_mmx.c \
$(enc_arch_dir)/dsp_mmxext.c \
$(enc_arch_dir)/recon_mmx.c \
$(enc_arch_dir)/idct_mmx.c \
$(enc_arch_dir)/fdct_mmx.c
endif
endif
endif
decoder_sources = \
dec/apiwrapper.c \
dec/decapiwrapper.c \
dec/decinfo.c \
dec/decode.c \
dec/dequant.c \
dec/fragment.c \
dec/huffdec.c \
dec/idct.c \
dec/info.c \
dec/internal.c \
dec/quant.c \
dec/state.c
if CPU_x86_64
decoder_x86_sources = \
dec/x86/mmxidct.c \
dec/x86/mmxfrag.c \
dec/x86/mmxstat...
2018 Dec 16
0
Build from Source on MSVC 2017 cl and MSYS2 32 bit
...2.0alpha1'
Making all in lib
make[3]: Entering directory
'/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/lib'
make all-am
make[4]: Entering directory
'/d/smallgame/gaminganywhere/deps.src/libtheora-1.2.0alpha1/lib'
CC apiwrapper.lo
CC bitpack.lo
CC decapiwrapper.lo
CC decinfo.lo
CC decode.lo
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27024.1 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl : Command line warning D9035 : option 'O' has been deprecated and will
be removed in a future release
cl : Command l...
2007 Oct 09
1
VC6 Patch
...nc\dct.c
# End Source File
# Begin Source File
-SOURCE=..\lib\decode.c
+SOURCE=..\lib\enc\dct_decode.c
# End Source File
# Begin Source File
-SOURCE=..\lib\encode.c
+SOURCE=..\lib\enc\dct_encode.c
# End Source File
# Begin Source File
-SOURCE=..\lib\encoder_toplevel.c
+SOURCE=..\lib\dec\decapiwrapper.c
# End Source File
# Begin Source File
-SOURCE=..\lib\frarray.c
+SOURCE=..\lib\dec\decinfo.c
# End Source File
# Begin Source File
-SOURCE=..\lib\frinit.c
+SOURCE=..\lib\dec\decode.c
# End Source File
# Begin Source File
-SOURCE=..\lib\huffman.c
+SOURCE=..\lib\dec\dequant.c
# End Sour...