log subreader.c @ 31353:a465b54b0897

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