log

age author description
Sat, 25 Aug 2007 18:09:00 +0000 reimar Split lschunks function further, it is simply too huge to do any useful changes (e.g. for
Sat, 25 Aug 2007 17:52:29 +0000 diego Get netstream closer to linking.
Sat, 25 Aug 2007 17:39:15 +0000 diego warning fix:
Sat, 25 Aug 2007 17:36:57 +0000 diego Fix subrip and vivodump linking.
Sat, 25 Aug 2007 17:34:19 +0000 diego Ignore modify_reg.
Sat, 25 Aug 2007 17:33:35 +0000 diego Mark vfw2menc as Windows-only.
Sat, 25 Aug 2007 17:15:05 +0000 diego warning fix:
Sat, 25 Aug 2007 17:13:18 +0000 diego warning fix:
Sat, 25 Aug 2007 17:09:09 +0000 diego warning fix:
Sat, 25 Aug 2007 17:05:02 +0000 diego Fix warning:
Sat, 25 Aug 2007 16:56:43 +0000 diego warning fix:
Sat, 25 Aug 2007 16:51:02 +0000 diego Fix warning:
Sat, 25 Aug 2007 16:42:40 +0000 diego Remove pointless variable declaration, the code that sets it is long-gone.
Sat, 25 Aug 2007 16:42:38 +0000 voroshil 10l: "&" should be done after ">>"
Sat, 25 Aug 2007 16:41:10 +0000 diego Remove stray comment, the code it commented is long-gone.
Sat, 25 Aug 2007 16:39:02 +0000 voroshil Language bits in teletext page header are
Sat, 25 Aug 2007 16:32:20 +0000 diego Fix warnings:
Sat, 25 Aug 2007 16:24:17 +0000 diego Fix warning:
Sat, 25 Aug 2007 16:19:42 +0000 diego Fix warnings:
Sat, 25 Aug 2007 16:15:46 +0000 diego Extract a poor int declaration from within the uncouth grip of an if statement
Sat, 25 Aug 2007 16:03:02 +0000 diego Fix warnings:
Sat, 25 Aug 2007 15:53:27 +0000 diego Fix warning:
Sat, 25 Aug 2007 14:23:15 +0000 rathann Document xorg.conf option needed for Xv playback on Intel cards.
Sat, 25 Aug 2007 13:37:19 +0000 diego Fix warning:
Sat, 25 Aug 2007 13:28:25 +0000 diego Fix warnings:
Sat, 25 Aug 2007 13:23:40 +0000 diego Fix warnings:
Sat, 25 Aug 2007 13:18:29 +0000 diego Add multiple inclusion guards.
Sat, 25 Aug 2007 13:13:08 +0000 diego Fix warning:
Sat, 25 Aug 2007 13:08:49 +0000 diego Move button variable into the if () where it is actually used.
Sat, 25 Aug 2007 13:05:07 +0000 diego Remove redundant extern declarations, #include the right headers instead.
Sat, 25 Aug 2007 12:51:33 +0000 gpoirier sync w/r24084
Sat, 25 Aug 2007 12:50:05 +0000 diego Fix redundant redeclaration warnings.
Sat, 25 Aug 2007 12:47:41 +0000 diego Fix unused variable warning when USE_DVDNAV is not defined.
Sat, 25 Aug 2007 12:25:34 +0000 diego Remove redundant extern variable declarations, include proper headers instead.
Sat, 25 Aug 2007 12:19:16 +0000 diego Remove redundant variable declaration.
Sat, 25 Aug 2007 12:12:31 +0000 diego Remove redundant variable declarations.
Sat, 25 Aug 2007 12:10:33 +0000 diego Remove redundant variable declaration.
Sat, 25 Aug 2007 12:04:52 +0000 diego Remove redundant variable declarations.
Sat, 25 Aug 2007 12:02:16 +0000 diego Remove redundant variable declaration.
Sat, 25 Aug 2007 11:59:28 +0000 diego Remove redundant variable declaration.
Sat, 25 Aug 2007 09:46:47 +0000 diego Fix some unused variable warnings.
Sat, 25 Aug 2007 09:29:27 +0000 reimar Revert r24158, it is not necessary with unsigned bitfield
Sat, 25 Aug 2007 09:27:43 +0000 reimar Change bitfield to unsigned so that we get the usual truth values
Sat, 25 Aug 2007 09:17:14 +0000 Gabrov synced with r24137
Sat, 25 Aug 2007 07:35:35 +0000 reimar Hack around broken bitfields in gcc 4.2
Sat, 25 Aug 2007 07:30:17 +0000 reimar Fix invalid fd check, the bug is somewhere else though.
Sat, 25 Aug 2007 07:08:49 +0000 reimar HACK: check added fds for validity because otherwise mplayer
Sat, 25 Aug 2007 06:52:17 +0000 reimar Fix loads of warnings
Sat, 25 Aug 2007 04:28:20 +0000 uau Handle queued commands from input event functions immediately
Sat, 25 Aug 2007 04:28:17 +0000 uau Watch X11 fd in main input select() if using vo xv
Sat, 25 Aug 2007 04:28:14 +0000 uau Add separate event input type for terminal+vo
Sat, 25 Aug 2007 04:28:11 +0000 uau Use a single select() for both key and slave input
Sat, 25 Aug 2007 04:28:09 +0000 uau Clean up getch2() code somewhat
Sat, 25 Aug 2007 04:28:08 +0000 uau Make terminal input work more like VO key input
Sat, 25 Aug 2007 04:28:06 +0000 uau Remove unused function
Sat, 25 Aug 2007 04:28:04 +0000 uau Use bitfield instead of manual bit fiddling in input.c
Sat, 25 Aug 2007 00:30:28 +0000 diego Remove redundant variable declaration.
Sat, 25 Aug 2007 00:23:38 +0000 diego Fix unused variable warning.
Fri, 24 Aug 2007 20:59:55 +0000 reimar Add missing pixelformat conversion function prototype
Fri, 24 Aug 2007 15:04:14 +0000 diego Move Apple gcc AltiVec vector declaration syntax to libavutil.