log

age author description
Sun, 12 Sep 2010 12:12:24 +0000 reimar Replace malloc+memset by calloc.
Sun, 12 Sep 2010 11:44:42 +0000 reimar Replace malloc+memset by calloc
Sun, 12 Sep 2010 11:22:42 +0000 diego cosmetics: Reformat in K&R style, prettyprinting.
Sun, 12 Sep 2010 11:21:12 +0000 reimar Remove stheader.h include from mpcommon.h since it
Sun, 12 Sep 2010 11:12:06 +0000 reimar Remove a duplicate mconfig declaration
Sun, 12 Sep 2010 11:11:44 +0000 reimar Fix win32 gui compilation
Sun, 12 Sep 2010 00:30:15 +0000 diego Add missing #include for vd_ffmpeg.h; fixes the warning:
Sun, 12 Sep 2010 00:11:26 +0000 diego Enable Apple remote code when compiling is possible; do not require running it.
Sat, 11 Sep 2010 23:53:15 +0000 diego Move TV input free_handle static function to tv.c and make it non-static.
Sat, 11 Sep 2010 23:30:52 +0000 diego Separate compiler warning flags from other compiler flags.
Sat, 11 Sep 2010 23:22:01 +0000 diego cosmetics: Place some FFmpeg-related variables in a more sensible order.
Sat, 11 Sep 2010 22:52:14 +0000 diego Add explanatory comment for video_out.h #inclusion in libao2/.
Sat, 11 Sep 2010 22:47:53 +0000 diego Remove pointless typedef keyword from struct RTPState declaration; fixes:
Sat, 11 Sep 2010 22:31:29 +0000 diego Add required #includes to fix 'make checkheaders'.
Sat, 11 Sep 2010 22:24:16 +0000 diego Add required config.h #includes.