log

age author description
Sun, 25 Jul 2010 11:14:07 +0000 reimar Remove useless ().
Sun, 25 Jul 2010 11:07:15 +0000 reimar Send KEY_CLOSE_WIN instead of KEY_ESC when the user requested
Sun, 25 Jul 2010 09:47:06 +0000 reimar Remove unused variables.
Sun, 25 Jul 2010 09:41:30 +0000 reimar Slightly simplify rle decoding.
Sun, 25 Jul 2010 09:33:49 +0000 reimar Remove a useless condition that is already handled a few lines
Sun, 25 Jul 2010 09:31:00 +0000 reimar Avoid useless malloc/frees
Sun, 25 Jul 2010 09:22:37 +0000 reimar Switch to non-deprecated avcodec_decode_video2 API.
Sun, 25 Jul 2010 09:13:43 +0000 reimar Change cast to avoid a warning.
Sun, 25 Jul 2010 09:06:37 +0000 reimar Add stream_time_pos property.
Sun, 25 Jul 2010 08:40:45 +0000 reimar Refuse to compile without yasm unless it was explicitly requested.
Sat, 24 Jul 2010 21:43:29 +0000 reimar Remove useless NULL checks before freeing and NULL pointers
Sat, 24 Jul 2010 21:40:06 +0000 reimar Allocate memory for paletted image data separately to avoid
Sat, 24 Jul 2010 21:34:13 +0000 reimar Slightly simplify dvd subtitle RLE decoding.
Sat, 24 Jul 2010 21:24:20 +0000 reimar Share paletted -> gray/alpha conversion code, and keep a copy
Sat, 24 Jul 2010 20:48:32 +0000 reimar Simplify creation of color/alpha map.