log sub/spudec.c @ 37172:cad608ae7295

age author description
Sat, 06 Sep 2014 19:52:00 +0000 reimar Fix incorrect use of pal2gray_alpha for av_sub.
Sat, 23 Aug 2014 14:23:37 +0000 reimar Better handling of out-of-range subtitle timestamps.
Sun, 16 Feb 2014 16:30:01 +0000 reimar spudec: fix spudec_apply_palette_crop return value.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Mon, 21 Jan 2013 18:21:51 +0000 diego Add a number of missing libavutil header #includes.
Mon, 05 Nov 2012 20:45:40 +0000 reimar Try to do something sensible when malloc fails instead
Thu, 01 Nov 2012 21:46:33 +0000 reimar Remove pointless unreachable code (the loop condition already checks
Tue, 30 Oct 2012 18:53:58 +0000 reimar Set pointers to NULL after free.
Mon, 27 Aug 2012 20:46:06 +0000 reimar Clamp bitmap subtitles into visible areas.
Mon, 23 Apr 2012 18:39:16 +0000 reimar Use more precise alpha handling for -spuaa 4.
Sun, 22 Apr 2012 21:52:39 +0000 cigaes av_sub: support multiple rectangles.
Sun, 15 Apr 2012 21:37:15 +0000 reimar Ensure that the highlight disappears when switching
Thu, 07 Apr 2011 21:08:49 +0000 reimar Fix artefacts at right border of scaled bitmap subtitles by clearing the
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Wed, 27 Oct 2010 17:21:43 +0000 reimar Do not use a path for including files in the same directory.
Wed, 27 Oct 2010 16:58:23 +0000 cigaes Move vobsub.[ch] and unrar_exec.[ch] to the sub directory.
Wed, 27 Oct 2010 16:38:51 +0000 cigaes Move spudec.[ch] to the sub directory.