log subreader.c @ 32421:12732436bc8a

age author description
Sun, 17 Oct 2010 16:00:04 +0000 reimar More strict autodetection of RT subtitle format.
Thu, 30 Sep 2010 09:10:35 +0000 cehoyos Use calloc instead of malloc and memset.
Thu, 30 Sep 2010 09:08:37 +0000 cehoyos Simplify comparison.
Fri, 17 Sep 2010 15:13:37 +0000 diego Move libass/ass_mp.[ch] ---> ass_mp.[ch].
Sat, 11 Sep 2010 11:11:10 +0000 diego Move audio_lang / dvdsub_lang extern variable declarations to mpcommon.h.
Sun, 29 Aug 2010 11:27:00 +0000 aurel fix crash with un-commonly formated ASS files
Tue, 10 Aug 2010 13:23:04 +0000 reimar Simplify code: allow file_format argument to open_stream to be NULL.
Wed, 21 Jul 2010 19:02:36 +0000 reimar Do not compile subassconvert.c if libass is disabled, the functionality
Wed, 21 Jul 2010 18:48:13 +0000 reimar Put sub_ass_read_line_subviewer under CONFIG_ASS to avoid a warning.
Wed, 21 Jul 2010 17:51:06 +0000 greg subtitles: fix build without libass
Sun, 18 Jul 2010 22:00:48 +0000 greg subtitles: convert SRT/MicroDVD markup into ASS markup
Thu, 24 Jun 2010 17:19:49 +0000 diego Clean up sub-related extern declarations.
Mon, 21 Jun 2010 14:46:09 +0000 diego Surround conditionally used orig_lines variable declaration by #ifdefs.
Mon, 07 Jun 2010 19:01:15 +0000 reimar Extract duplicated code into a separate function.
Mon, 07 Jun 2010 18:53:20 +0000 reimar Ensure the SAMI subtitle reader does not read more lines than we support.