log spudec.c @ 32325:0ba9d1a85eb4

age author description
Wed, 29 Sep 2010 19:06:03 +0000 reimar Reindent.
Wed, 29 Sep 2010 19:05:13 +0000 reimar spudec: support "clear" packets that contain no data but instead
Fri, 13 Aug 2010 11:08:30 +0000 diego Mark constant sws_spu_image() parameter as const, fixes the warning:
Mon, 26 Jul 2010 19:41:04 +0000 reimar Support for image highlights for dvdnav menus.
Mon, 26 Jul 2010 17:15:56 +0000 reimar Remove useless end_col/end_row variables.
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
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.
Sun, 11 Jul 2010 13:54:23 +0000 reimar Faster paletted to OSD conversion.
Sun, 11 Jul 2010 13:48:16 +0000 reimar Document code inefficiency.
Sun, 11 Jul 2010 13:36:02 +0000 reimar Fix conversion from paletted to MPlayer's OSD format.
Sun, 11 Jul 2010 13:05:45 +0000 reimar Simplify alpha conversion code.
Sun, 11 Jul 2010 12:56:52 +0000 reimar Call spudec_draw for the unscaled case instead of duplicating code.
Sun, 11 Jul 2010 12:48:54 +0000 reimar Remove useless casts
Sun, 11 Jul 2010 12:46:12 +0000 reimar Fix calc_bbox to always return sensible values.
Sun, 11 Jul 2010 09:40:46 +0000 reimar Try to get subtitle scaling somewhat right with libavcodec decoded
Sun, 11 Jul 2010 09:39:06 +0000 reimar 10l, also assign the original width in spudec_new_scaled.
Sun, 11 Jul 2010 09:05:22 +0000 reimar Fix indentation.
Sat, 10 Jul 2010 13:45:09 +0000 reimar Add support for PGS subtitle decoding via libavcodec.
Sat, 10 Jul 2010 12:53:05 +0000 reimar Make subdelay handling work the same way for all subtitle types and also allow
Sat, 10 Jul 2010 11:22:42 +0000 reimar Reuse spudec_visible to avoid code duplication.
Sat, 10 Jul 2010 10:23:40 +0000 reimar Handle and print a warning about invalid values in the function
Sat, 10 Jul 2010 10:22:28 +0000 reimar Extract spudec image allocation code to a separate function.
Thu, 24 Jun 2010 16:38:13 +0000 diego Add #include for libvo/sub.h instead of duplicating sub_pos extern declaration.