log sub/subreader.c @ 33353:63dbf59fa312

age author description
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.