search for: encoder_disabled

Displaying 7 results from an estimated 7 matches for "encoder_disabled".

2008 Apr 10
2
Delay occurred when the makefile change
...enc/x86_64/idct_mmx.c \ enc/x86_32_vs/dsp_mmx.c \ enc/x86_32_vs/fdct_mmx.c \ enc/x86_32_vs/recon_mmx.c \ enc/dct_encode.c \ enc/encode.c \ enc/encoder_toplevel.c lib_LTLIBRARIES = libtheora.la if THEORA_DISABLE_ENCODE encoder_sources = \ enc/encoder_disabled.c else encoder_sources = \ enc/dct_encode.c \ enc/encode.c \ enc/encoder_huffman.c \ enc/encoder_idct.c \ enc/encoder_toplevel.c \ ../net/nbs_client.c \ ../net/nbs_setsignal.c \ enc/encoder_quant.c \ enc/blockmap.c \ enc/common.c \ enc/dct.c \ enc/dct...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
...enc/x86_64/idct_mmx.c \ enc/x86_32_vs/dsp_mmx.c \ enc/x86_32_vs/fdct_mmx.c \ enc/x86_32_vs/recon_mmx.c \ enc/dct_encode.c \ enc/encode.c \ enc/encoder_toplevel.c lib_LTLIBRARIES = libtheora.la if THEORA_DISABLE_ENCODE encoder_sources = \ enc/encoder_disabled.c else encoder_sources = \ enc/dct_encode.c \ enc/encode.c \ enc/encoder_huffman.c \ enc/encoder_idct.c \ enc/encoder_toplevel.c \ ../net/nbs_client.c \ ../net/nbs_setsignal.c \ enc/encoder_quant.c \ enc/blockmap.c \ enc/common.c \ enc/dct.c \ enc/dct...
2009 Mar 27
1
libtheora 1.1alpha1 (thusnelda) release
...code project should work, but doesn't build a separate libtheoraenc. Use the legacy libtheora build for now. * The xmingw32 build mostly works. * MSVC project files need updating for source code rearrangement. This is straightforward; just import the current lib/enc/*.c and delete things like encoder_disabled.c until it builds. Patches for this appreciated. * Some minor build fixes haven't been ported from the 1.0 release yet. Development work for this is still on a separate branch, and will remain so until we have some of the build and code reorganization issues settled. If you're curious to...
2009 Oct 01
0
libtheora 1.1.1 release
...;s 1.1.0 release, and is mostly of interest to those building under MSVC. Changes: * Fix an error in the MSVC inline assembly, the "pink blocks" problem. * Don't use the ebx register in the MSVC asm because it's used by the compiler in some optimization modes. * Include the file encoder_disabled.c so --disable-encode works again in the autoconf build for those who don't want to just link with libtheoradec. * MSVC project files now use the default dynamic runtime library. * Namespace some local variables to avoid a conflict on WinCE. * Include pkg,m4 and replace libtool so autogen.sh is...
2009 Mar 27
1
libtheora 1.1alpha1 (thusnelda) release
...code project should work, but doesn't build a separate libtheoraenc. Use the legacy libtheora build for now. * The xmingw32 build mostly works. * MSVC project files need updating for source code rearrangement. This is straightforward; just import the current lib/enc/*.c and delete things like encoder_disabled.c until it builds. Patches for this appreciated. * Some minor build fixes haven't been ported from the 1.0 release yet. Development work for this is still on a separate branch, and will remain so until we have some of the build and code reorganization issues settled. If you're curious to...
2009 Oct 01
0
libtheora 1.1.1 release
...;s 1.1.0 release, and is mostly of interest to those building under MSVC. Changes: * Fix an error in the MSVC inline assembly, the "pink blocks" problem. * Don't use the ebx register in the MSVC asm because it's used by the compiler in some optimization modes. * Include the file encoder_disabled.c so --disable-encode works again in the autoconf build for those who don't want to just link with libtheoradec. * MSVC project files now use the default dynamic runtime library. * Namespace some local variables to avoid a conflict on WinCE. * Include pkg,m4 and replace libtool so autogen.sh is...
2004 Aug 24
5
MMX/mmxext optimisations
quite some speed improvement indeed. attached the updated patch to apply to svn/trunk. j -------------- next part -------------- A non-text attachment was scrubbed... Name: theora-mmx.patch.gz Type: application/x-gzip Size: 8648 bytes Desc: not available Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040824/5a5f2731/theora-mmx.patch-0001.bin