log sub/vobsub.c @ 37137:75d68ce0d43f

age author description
Sun, 19 Jan 2014 13:14:42 +0000 reimar vobsub: fix indentation.
Sun, 19 Jan 2014 13:14:41 +0000 reimar vobsub: Simplify and fix memleak.
Mon, 17 Jun 2013 12:27:36 +0000 komh Check if path is too long
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sat, 16 Mar 2013 08:54:11 +0000 reimar Change off_t to uint64_t.
Sat, 10 Nov 2012 12:00:37 +0000 reimar Properly free all memory in rar_close.
Thu, 01 Nov 2012 22:18:33 +0000 reimar Use AV_RB32 to avoid sign extension issues and validate offset before using it.
Thu, 01 Nov 2012 22:13:14 +0000 reimar Do not needlessly use "long" types.
Fri, 21 Oct 2011 15:44:58 +0000 diego Employ correct off_t printf conversion specifiers; this time without typos.
Thu, 20 Oct 2011 21:49:30 +0000 diego Fix off_t printf conversion specifiers and related warnings.
Sun, 12 Jun 2011 10:56:03 +0000 cboesch vobsub: simplify origin parsing.
Sun, 12 Jun 2011 10:55:24 +0000 cboesch vobsub: simplify timestamp parsing.
Fri, 10 Jun 2011 08:31:00 +0000 cehoyos Fix typos.
Sat, 04 Dec 2010 10:24:42 +0000 cboesch Make use of mp_basename in a few places.
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: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.