log sub/subreader.c @ 37116:8e89cf177d51

age author description
Tue, 27 May 2014 19:22:11 +0000 reimar subreader: Split a monster if() into multiple parts.
Sun, 26 Jan 2014 16:20:48 +0000 reimar subreader: Fix compilation without fribidi.
Sat, 25 Jan 2014 16:54:56 +0000 reimar subreader: remove misleading return types.
Sat, 25 Jan 2014 16:54:55 +0000 reimar sub_fribidi: Slightly simplify non-fribidi fallback.
Sat, 25 Jan 2014 16:54:54 +0000 reimar sub_fribidi: Make code more robust in error case.
Mon, 17 Jun 2013 12:27:36 +0000 komh Check if path is too long
Sat, 25 May 2013 12:06:55 +0000 reimar Discard parts that we do not actually care about instead of
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Tue, 20 Nov 2012 19:43:53 +0000 cigaes subreader: do not skip the first char of ASS fields.
Mon, 05 Nov 2012 21:23:46 +0000 reimar Fix malloc failure check to check the correct variable.
Thu, 01 Nov 2012 21:48:42 +0000 reimar Fix typo that might have caused reading beyond the string end.
Wed, 31 Oct 2012 20:05:31 +0000 reimar Extra checks to ensure we really do not write outside
Mon, 21 May 2012 19:17:55 +0000 reimar Make array const and more compact.
Sat, 28 Jan 2012 14:24:59 +0000 reimar Do not apply writing order via fribidi when libass will be doing it.
Sun, 15 Jan 2012 12:08:26 +0000 reimar Eliminate duplicate subtitle lines which will most likely
Sun, 15 Jan 2012 11:18:13 +0000 reimar SSA reader: do not strip commas in commands.
Thu, 12 Jan 2012 10:07:22 +0000 ib Define (extern) sub_cp unconditionally.
Wed, 14 Dec 2011 00:17:49 +0000 iive Avoid double conversion from utf16/ucs2 to utf8 for text subtitles.
Sun, 11 Dec 2011 21:32:07 +0000 reimar Require a fribidi version that defines FriBidiParType.
Mon, 15 Aug 2011 20:33:45 +0000 reimar Quick-and-dirty support for reading Google/YouTube subtitle format.
Mon, 15 Aug 2011 20:19:39 +0000 reimar Fix reading of aqr/subrip09 subtitles.
Mon, 15 Aug 2011 20:05:09 +0000 reimar Get rid of some code duplication.
Sat, 30 Jul 2011 10:43:38 +0000 reimar Change code so that it compiles more reliably without libass
Tue, 12 Jul 2011 08:45:52 +0000 ib Add const to some string pointer arguments that will not be modified.
Thu, 19 May 2011 09:11:56 +0000 reimar SAMI subs: start a new line if there's no space left to append to the
Mon, 16 May 2011 19:20:58 +0000 reimar Fix condition for using FriBidiParType, its values are usually
Sun, 08 May 2011 08:55:00 +0000 reimar Attempt to fix compilation against older fribidi versions.
Sun, 08 May 2011 08:52:43 +0000 reimar Move some common fribidi code into a shared function.
Sat, 07 May 2011 20:43:19 +0000 reimar Change variable type to match type in fribidi function declaration.
Mon, 07 Feb 2011 19:29:36 +0000 cboesch Simplify frees in load_vob_subtitle.
Mon, 07 Feb 2011 19:27:17 +0000 cboesch Handle mp_path_join failure in load_vob_subtitle.
Sat, 05 Feb 2011 20:45:42 +0000 cboesch Do not add .sub to text subtitles when they look like vobsub.
Sat, 05 Feb 2011 20:38:02 +0000 cboesch Add sub-paths option.
Sat, 05 Feb 2011 19:07:31 +0000 cboesch 100l: fps are not in int but float, fix prototype.
Tue, 01 Feb 2011 19:22:43 +0000 cboesch Use mp_dir_join instead of sprintf.
Sun, 23 Jan 2011 19:04:03 +0000 cboesch Reindent and prettify (just a bit) append_dir_subtitles.
Sun, 23 Jan 2011 13:10:29 +0000 cboesch Typedef the add subtitle function just like open_vob_func.
Sun, 23 Jan 2011 13:04:15 +0000 cboesch Replace hacky vobsub loading with a new clean one.
Mon, 17 Jan 2011 19:45:40 +0000 cboesch Rename strcpy_strip_ext to strcpy_strip_ext_lower.
Mon, 10 Jan 2011 22:58:10 +0000 cboesch Mark source strings const in some subtitles string processing functions.
Sat, 08 Jan 2011 10:02:45 +0000 cboesch Make load of n subtitles directories possible.
Fri, 24 Dec 2010 23:15:49 +0000 cboesch Use '@' Doxygen syntax in subreader module.
Fri, 24 Dec 2010 23:02:24 +0000 cboesch Factorize subtitles loading between mplayer and mencoder.
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 17:12:30 +0000 cigaes Move subassconvert.[ch] to the sub directory.
Wed, 27 Oct 2010 17:08:36 +0000 cigaes Move ass_mp.[ch] to the sub directory.
Wed, 27 Oct 2010 16:28:50 +0000 cigaes Create a new directory, "sub", for subtitles and OSD related code.