log subreader.c @ 28184:0fb5551413f7

age author description
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
Mon, 18 Sep 2006 11:47:41 +0000 gpoirier Fix missleading msg printed when subcp_open is given NULL as parameter (like as demux_ogg and demux_mkv do)
Mon, 31 Jul 2006 17:39:17 +0000 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
Thu, 27 Jul 2006 18:15:35 +0000 reynaldo corrects some casts that previously discarded the const qualifier. Patch by Stefan Huehner, stefan AT Huehner-org
Thu, 13 Jul 2006 20:59:18 +0000 reynaldo marks several function without a prototype which arent used outside its sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org
Sun, 09 Jul 2006 17:45:36 +0000 reynaldo Marks several string parameters as const when they are not modified in the function, Patch by Stefan Huehner, stefan AT huehner-org
Fri, 07 Jul 2006 18:07:39 +0000 eugeni Split guess_cp() in two functions: