log

age author description
Fri, 02 May 2008 23:32:26 +0000 eugeni Move font family check to the end of the list.
Fri, 02 May 2008 23:32:25 +0000 eugeni Cosmetics: rename local variables to better reflect their contents.
Fri, 02 May 2008 13:33:14 +0000 eugeni Check ASF packet size before calling demux_asf_read_packet. Fixes segfault
Thu, 01 May 2008 17:51:04 +0000 diego cosmetics: Reindent after last commit and reformat comment.
Thu, 01 May 2008 17:48:38 +0000 diego Always run the GCC AltiVec test so that the correct AltiVec CFLAGS get picked
Thu, 01 May 2008 17:43:12 +0000 diego cosmetics: Fix indentation after last commits.
Thu, 01 May 2008 17:40:38 +0000 diego Remove obsolete gcc 2.96 warning message. This was also used for e.g. icc,
Thu, 01 May 2008 17:32:52 +0000 diego Remove --disable-gcc-check option and related code.
Thu, 01 May 2008 17:25:19 +0000 diego Rename cc_verc_fail variable to cc_fail.
Thu, 01 May 2008 16:59:37 +0000 reimar Remove a comment that makes no longer sense (since quite some time actually)
Thu, 01 May 2008 16:58:52 +0000 reimar Support 32 bit float and integer formats in ao_pcm.c
Thu, 01 May 2008 16:51:25 +0000 reimar Add support for 32 bit format to ao_pulse.
Thu, 01 May 2008 16:47:54 +0000 reimar Make ao_pulse fall back to s16le format instead of just failing.
Thu, 01 May 2008 16:22:52 +0000 reimar realrtsp depends on librtsp/rtsp.c
Thu, 01 May 2008 14:02:35 +0000 diego Remove recurse target. Instead, make FFmpeg parts depend on the phony recurse
Thu, 01 May 2008 13:49:53 +0000 diego cosmetics: Simplify altivec.h test.
Thu, 01 May 2008 13:46:17 +0000 diego cosmetics: Fix indentation after last commit.
Thu, 01 May 2008 13:45:00 +0000 diego Check for altivec.h always, not just when AltiVec is enabled.
Thu, 01 May 2008 13:38:02 +0000 diego Build libmpeg2 AltiVec code on PPC always, not just when AltiVec is available.
Thu, 01 May 2008 12:45:59 +0000 diego Fix compilation on PPC without AltiVec.
Thu, 01 May 2008 12:30:29 +0000 diego Enable Alpha/ARM optimizations in libmpeg2.
Thu, 01 May 2008 11:06:16 +0000 eugeni Skip '@' at the beginning of the font name.
Thu, 01 May 2008 00:34:29 +0000 eugeni Only warn if both font family and its full name are different from requested.
Thu, 01 May 2008 00:34:26 +0000 eugeni Allow inexact font family matching.
Wed, 30 Apr 2008 17:54:02 +0000 diego Remove tools on distclean, not on clean.
Wed, 30 Apr 2008 17:53:38 +0000 diego Add testclean target and make distclean depend upon it.
Wed, 30 Apr 2008 17:51:45 +0000 diego Introduce TEST_OBJS variable for objects to link all test files against
Wed, 30 Apr 2008 15:36:17 +0000 diego Set libdvdcss CFLAGS for dvdread from configure.
Wed, 30 Apr 2008 14:42:16 +0000 diego whitespace cosmetics
Wed, 30 Apr 2008 14:37:34 +0000 diego Add new tests target to build all test programs and remove them on distclean.