log sub/sub_cc.c @ 37195:ac6c37d85d65 default tip

age author description
Mon, 21 Jan 2013 18:21:51 +0000 diego Add a number of missing libavutil header #includes.
Mon, 27 Aug 2012 19:57:33 +0000 reimar Add new -subcc values.
Mon, 27 Aug 2012 19:51:33 +0000 reimar Support closed-caption format as used in wtv format.
Sat, 07 Apr 2012 20:08:53 +0000 reimar Support EIA-608 captions in MOV.
Sat, 07 Apr 2012 12:30:33 +0000 reimar Fix misspelling ATSC as ASTC.
Sat, 07 Apr 2012 00:10:27 +0000 reimar Add code to support CC subtitles in ASTC and MOV.
Sat, 03 Mar 2012 23:34:29 +0000 al Do not use single quotes around hex literals
Fri, 02 Mar 2012 13:32:29 +0000 compn subcc switch nonascii characters to hex, patch by frogs on irc
Sat, 27 Nov 2010 10:09:20 +0000 reimar Use uint8_t type instead of unsigned char.
Sat, 27 Nov 2010 10:07:19 +0000 reimar Mark input-only buffers as const.
Mon, 08 Nov 2010 20:09:02 +0000 reimar Fix one -subcc sample.
Mon, 08 Nov 2010 19:30:52 +0000 reimar Add code to allow selecting the Close Captioning channel.
Sun, 07 Nov 2010 18:27:24 +0000 reimar Use calloc instead of malloc+memset.
Sun, 07 Nov 2010 18:13:22 +0000 reimar Avoid unnecessary ().
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:48:21 +0000 cigaes Move sub_cc.[ch] to the sub directory.