Theora commits

RevisionAuthorDateDescription
15606msmith05 Jan 2009 18:51:43

Link libtheoraenc with libtheoradec; this is required on windows.
Also pass -no-undefined to libtool, as otherwise libtool won't try
to build dynamic libs on windows.

15544cristianadam01 Dec 2008 18:19:31

Added support for x64

15506giles05 Nov 2008 14:35:06

Correct line endings on the msvc exports file.

This must have DOS line endings for the linker to accept it.

15489xiphmont03 Nov 2008 13:54:14

Update the date of release in CHANGES

15476arek31 Oct 2008 15:01:02

Do not add cpu.c.

15475arek31 Oct 2008 14:38:33

Updated xcode build files a bit; updated versions in Info.plist.

15473giles30 Oct 2008 14:27:18

Scons build: install headers as well as libraries.

15472giles30 Oct 2008 13:59:16

Scons build: also install libtheoraenc.

15471giles30 Oct 2008 13:58:24

Scons build: change the default install prefix to /usr/local

This is less surprising.
Also use os.path.join instead of '+' to build the libdir path.

15470giles30 Oct 2008 13:31:57

Scons build source formatting cleanup (minor).

Move an import statement to right before it's needed.

15469tterribe30 Oct 2008 08:49:42

Cleaner patch resolving #1402.
Thanks to Brian Lu of Sun for testing.

15468xiphmont29 Oct 2008 05:40:50

Another minor png2theora fix-- break out of arg matching with 'F' rather
than falling through to usage()

15464tterribe29 Oct 2008 00:25:14

More robust PNG reading code.
Correctly handles paletted or grayscale input, and properly blends transparent
regions with the background color if one is set.