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.
Sun, 06 Jun 2010 21:36:49 +0000 hyc Fix typo in comment
Thu, 13 May 2010 18:11:45 +0000 compn move 'dvdsublang... moviename en,eng,' message to debug level.
Sun, 28 Feb 2010 15:24:30 +0000 reimar Extend stream_read_line to support reading lines from UTF-16 encoded files
Sun, 28 Feb 2010 14:27:44 +0000 reimar sub_utf8 is handled as a value, not flags everywhere else, so change
Sun, 28 Feb 2010 14:22:44 +0000 reimar Make array describing the subtitle reader modules const.
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Fri, 19 Feb 2010 09:14:01 +0000 komh Replace platform preprocessor check by HAVE_DOS_PATHS.
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Fri, 22 Jan 2010 22:10:28 +0000 reimar Fix sub_free to actually free the subtitle data.
Fri, 22 Jan 2010 21:49:05 +0000 reimar Fix a memory leak in the subreader.
Fri, 22 Jan 2010 21:16:54 +0000 reimar Replace strncat by av_strlcat which is easier to verify for correctness.
Sun, 10 Jan 2010 13:52:44 +0000 zuxy Use !isspace() to replace isalnum() to avoid filename mismatch under MBCS
Sun, 22 Nov 2009 15:18:21 +0000 reimar Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
Sun, 22 Nov 2009 00:22:24 +0000 reimar Fix crash with partial fribidi conversion.
Sun, 22 Nov 2009 00:09:40 +0000 reimar Make fribidi (i.e. right-to-left) support work with embedded subtitles.
Fri, 20 Nov 2009 10:32:45 +0000 reimar sub_fribidi should be static, it is not used outside subreader.c
Fri, 20 Nov 2009 10:24:31 +0000 reimar Use early return instead of block over whole function.
Fri, 20 Nov 2009 10:22:57 +0000 reimar Use FFMAX instead of a custom max macro.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Tue, 12 May 2009 02:41:04 +0000 reynaldo Get rid of some more trailing whitespace
Sun, 12 Apr 2009 20:44:20 +0000 diego Reduce subtitle parsing verbosity.
Mon, 13 Oct 2008 16:23:55 +0000 diego Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
Thu, 07 Aug 2008 10:36:07 +0000 diego Rename font-related preprocessor directives.
Fri, 01 Aug 2008 20:28:58 +0000 diego Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Thu, 29 May 2008 18:35:17 +0000 eugeni Clear iconv conversion state after each subtitle line.
Fri, 16 May 2008 09:42:28 +0000 diego cosmetics: Remove useless parentheses from return statements.
Sat, 12 Apr 2008 15:51:02 +0000 uau subreader.c: remove unused code
Tue, 18 Mar 2008 12:49:54 +0000 diego Move sub_utf8_prev declaration out of the DUMPSUBS #ifdef.
Sun, 24 Feb 2008 12:40:30 +0000 diego On Win32 and OS/2, 'x:filename' path style without '\' path separator
Sun, 06 Jan 2008 23:20:15 +0000 diego Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved
Sat, 22 Dec 2007 16:05:37 +0000 reimar Typo fix in message
Mon, 17 Dec 2007 01:06:17 +0000 ulion The function parameter 'preferred_language' should be const char *.
Sun, 28 Oct 2007 15:53:08 +0000 iive Cleanup guess_buffer_cp() a bit, remove tmp variable, break the loop on success.
Sun, 28 Oct 2007 14:26:05 +0000 iive Our enca code uses strdup() on the input encoding name, as we don't modify it we can use the original constant string.
Sat, 22 Sep 2007 13:24:58 +0000 reimar Revert r24103, it was nonsense and add a comment that explains the code
Mon, 20 Aug 2007 09:26:29 +0000 reimar -subfps makes sense for frame-based subtitle formats as well!
Sat, 02 Jun 2007 13:00:38 +0000 eugeni Revert r23443, it breaks compilation without libass.
Fri, 01 Jun 2007 19:58:29 +0000 eugeni Recode the whole subtitle file to utf-8 before parsing.
Mon, 19 Feb 2007 10:48:50 +0000 faust3 10l: comparison of char* ptrs with string literals
Mon, 05 Feb 2007 23:25:50 +0000 uau Fix code updating subtitle array which only moved the text, not endpts.
Thu, 18 Jan 2007 14:50:32 +0000 eugeni In .srt, any line containing only spaces and tabs marks the end of the
Sun, 07 Jan 2007 12:06:48 +0000 reimar Document sub_add_text and sub_clear_text
Sat, 06 Jan 2007 19:07:58 +0000 reimar Subtitle handling cleanup: factor out code for parsing embedded subtitles
Wed, 18 Oct 2006 16:09:59 +0000 reimar redone subcp_recode: get rid of static buffer, skip lines that failed to