log

age author description
Sun, 26 Sep 2010 19:33:57 +0000 michael Split alloc and init of context so that parameters can be set in the context
Sun, 26 Sep 2010 19:33:48 +0000 diego Update documentation on how to add checks; mention helper functions.
Sun, 26 Sep 2010 19:01:37 +0000 diego Fix the way the dynamic loader check adds linker flags.
Sun, 26 Sep 2010 18:24:14 +0000 diego Simplify Windows waveout test with header_check_broken().
Sun, 26 Sep 2010 18:23:04 +0000 diego Simplify Direct3D check with header_check().
Sun, 26 Sep 2010 18:22:06 +0000 diego Remove some unnecessary windows.h #includes in configure checks.
Sun, 26 Sep 2010 18:12:42 +0000 Gabrov synced with r32361
Sun, 26 Sep 2010 18:08:23 +0000 Gabrov typo fix
Sun, 26 Sep 2010 17:06:32 +0000 ramiro swscale: use full chroma input for point scaler
Sun, 26 Sep 2010 16:24:36 +0000 cehoyos Partial support for ffwmvp (only works with -demuxer lavf).
Sun, 26 Sep 2010 08:45:40 +0000 cigaes Automatic downmix using the pan filter when the requested channel count is 2
Sun, 26 Sep 2010 01:36:16 +0000 diego Omit header dependency declaration for codec-cfg.d.
Sat, 25 Sep 2010 21:17:38 +0000 diego Ignore generated .d files.
Sat, 25 Sep 2010 21:00:34 +0000 diego Add CFLAGS/LDFLAGS for all FFmpeg libraries when using pkg-config in configure.
Sat, 25 Sep 2010 20:14:35 +0000 diego Ignore generated .d files.
Sat, 25 Sep 2010 16:42:20 +0000 diego Change the way encoders necessary for both MPlayer and MEncoder are enabled.
Sat, 25 Sep 2010 16:06:50 +0000 diego Add HAVE_STDLIB_H to config.h for libfaad2.
Sat, 25 Sep 2010 15:53:03 +0000 diego Sync some minor changes from upstream libdvdcss, up to r237.
Sat, 25 Sep 2010 13:01:33 +0000 diego Remove __USE_UNIX98 from libdvdcss/libdvdnav/libdvdread CPPFLAGS.
Sat, 25 Sep 2010 11:55:56 +0000 reimar Minor simplification of af_init.
Sat, 25 Sep 2010 10:49:39 +0000 reimar Fix af_append and af_prepend prototypes, the name should be const.
Thu, 23 Sep 2010 17:08:10 +0000 cigaes vf_ass: avoid divisions in alpha blending.
Wed, 22 Sep 2010 21:11:31 +0000 diego Do not compile libfaad2 with -D_GNU_SOURCE.
Wed, 22 Sep 2010 21:08:59 +0000 diego Mark output_to_PCM_sux as static, it is not used outside of the file; fixes:
Wed, 22 Sep 2010 12:14:38 +0000 diego Do not compile libfaad2's lrintf() implementation if __STDC_VERSION__ is set.
Tue, 21 Sep 2010 23:00:35 +0000 diego MPEG4AAC_DECODER does not exist in FFmpeg; do not remove it from libavdecoders.
Tue, 21 Sep 2010 22:26:44 +0000 diego Move network requirement check for FTP into the FTP test.
Tue, 21 Sep 2010 21:13:21 +0000 diego Add HAVE_ALIGNED_STACK definition for FFmpeg.
Tue, 21 Sep 2010 14:16:57 +0000 diego Drop obsolete CONFIG_IPV6 #definition for FFmpeg from config.h.
Tue, 21 Sep 2010 13:51:33 +0000 diego Move ASMALIGN check into x86 section of configure.