Displaying 4 results from an estimated 4 matches for "hufftables".
2003 May 24
5
Win32 experimental player/encoder
...s at all linked against the new libs; presumably since the tables still have the hard-coded values, if you encode & decode from the same lib compile you won't see the problem -- the tables just never get loaded & use default values. You can test this by trying to decode with NEW_FREQS (hufftables.h) set to 1 (use a file encoded with it set to zero, or vice versa). You should see obvious artifacts that get progressively worse after each keyframe.
Right now I think I have the encoder working properly, but I'm having trouble with the player. Should be debugged in a couple days. Clearly...
2008 Apr 10
2
Delay occurred when the makefile change
...cpu.c \
$(decoder_x86_sources) \
$(decoder_sources) \
$(encoder_arch_sources) \
$(encoder_sources) \
Version_script
noinst_HEADERS = \
cpu.h \
internal.h \
enc/block_inline.h \
enc/codec_internal.h \
enc/encoder_lookup.h \
enc/encoder_huffman.h \
enc/hufftables.h \
enc/pp.h \
enc/quant_lookup.h \
enc/toplevel_lookup.h \
enc/dsp.h \
dec/apiwrapper.h \
dec/dct.h \
dec/decint.h \
dec/dequant.h \
dec/enquant.h \
dec/huffdec.h \
dec/huffman.h \
dec/idct.h \
dec/ocintrin.h \
dec/quant.h \
dec/x86/x86in...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
...cpu.c \
$(decoder_x86_sources) \
$(decoder_sources) \
$(encoder_arch_sources) \
$(encoder_sources) \
Version_script
noinst_HEADERS = \
cpu.h \
internal.h \
enc/block_inline.h \
enc/codec_internal.h \
enc/encoder_lookup.h \
enc/encoder_huffman.h \
enc/hufftables.h \
enc/pp.h \
enc/quant_lookup.h \
enc/toplevel_lookup.h \
enc/dsp.h \
dec/apiwrapper.h \
dec/dct.h \
dec/decint.h \
dec/dequant.h \
dec/enquant.h \
dec/huffdec.h \
dec/huffman.h \
dec/idct.h \
dec/ocintrin.h \
dec/quant.h \
dec/x86/x86in...
2007 Oct 09
1
VC6 Patch
...OURCE=..\lib\enc\block_inline.h
# End Source File
# Begin Source File
-SOURCE=..\lib\encoder_lookup.h
+SOURCE=..\include\theora\codec.h
# End Source File
# Begin Source File
-SOURCE=..\lib\huffman.h
+SOURCE=..\lib\enc\codec_internal.h
# End Source File
# Begin Source File
-SOURCE=..\lib\hufftables.h
+SOURCE=..\lib\cpu.h
# End Source File
# Begin Source File
-SOURCE=..\lib\mcomp.h
+SOURCE=..\lib\dec\dct.h
# End Source File
# Begin Source File
-SOURCE=..\ogg\ogg.h
+SOURCE=..\lib\dec\decint.h
# End Source File
# Begin Source File
-SOURCE=..\ogg\os_types.h
+SOURCE=..\lib\dec\dequant....