log vobsub.c @ 32332:7f082ae61e1c

age author description
Fri, 10 Sep 2010 16:52:05 +0000 diego Remove duplicate vobsub_id extern declaration.
Mon, 06 Sep 2010 19:36:47 +0000 reimar Remove useless casts.
Sat, 24 Jul 2010 17:18:46 +0000 reimar Only try to merge packets if we have a previous packet stored.
Mon, 28 Jun 2010 08:26:14 +0000 diego Factorize MPlayer/MEncoder version string handling.
Tue, 27 Apr 2010 22:06:29 +0000 iive New hack for vobsub packet merging.
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Tue, 29 Dec 2009 18:09:07 +0000 diego cosmetics: tabs to spaces, K&R function declarations, cuddle else clauses
Sun, 02 Aug 2009 16:00:55 +0000 diego Remove pointless #ifdefs around harmless internal header #includes.
Wed, 03 Jun 2009 17:27:22 +0000 compn cosmetics: replace dead url
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Tue, 12 May 2009 02:33:28 +0000 reynaldo Get rid of some more trailing whitespace
Sat, 01 Nov 2008 13:56:11 +0000 aurel vobsub: move extradata out of vobsub_t struct
Sat, 01 Nov 2008 13:51:39 +0000 aurel vobsub: add sanity check
Mon, 27 Oct 2008 22:51:22 +0000 aurel Factorize vobsub idx/extradata handling.
Tue, 26 Aug 2008 18:41:04 +0000 reimar Fix forumla -> formula in comment
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Wed, 14 May 2008 03:43:45 +0000 ulion Add detection code for abnormal pts jump when seeking previous.
Wed, 14 May 2008 03:37:03 +0000 ulion Seek by pts accurately.
Sun, 20 Jan 2008 15:43:10 +0000 ulion Fix vobsub_seek use same reseek method as vobsub_get_packet did.
Thu, 17 Jan 2008 02:18:49 +0000 ulion Fix code to prevent from accessing queue->packets[-1].pts that causes a crash.
Thu, 20 Dec 2007 10:41:16 +0000 ulion Fix comment from unrarlib to unrar_exec
Thu, 20 Dec 2007 10:40:30 +0000 ulion Remove redundant code since unrarlib was removed.
Thu, 20 Dec 2007 10:10:26 +0000 diego Remove internal unrarlib copy, the new unrarexec code is a strict superset.
Wed, 19 Dec 2007 08:35:40 +0000 ulion Vobsub support tridx setting in .idx file.
Wed, 19 Dec 2007 04:45:45 +0000 ulion Use calloc instead of malloc when allocate vobsub_t.
Fri, 14 Dec 2007 08:16:39 +0000 ulion Support using unrar executable to access rar-compressed vobsub files.
Tue, 11 Dec 2007 10:12:58 +0000 ulion Fix spudec to display current vobsub immediately after a seek.
Sun, 09 Dec 2007 06:58:57 +0000 ulion Convert vobsub custom colors from rgb to yuv using a common function.
Sat, 08 Dec 2007 14:19:12 +0000 ulion Remove useless include added in last commit by mistake.
Sat, 08 Dec 2007 12:15:03 +0000 ulion Move vobsub palette->yuv convert code into a common function.