log subreader.h @ 31615:29f48c6e3056

age author description
Thu, 27 May 2010 20:38:25 +0000 diego Drop pointless _st suffix from 'struct stream'.
Sat, 30 Jan 2010 23:24:23 +0000 diego Add license header to all top-level files missing them.
Mon, 04 Jan 2010 19:49:42 +0000 diego Add missing config.h #include.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Thu, 07 Aug 2008 10:36:07 +0000 diego Rename font-related preprocessor directives.
Wed, 20 Feb 2008 08:51:53 +0000 diego Remove pointless #ifdefs around extern declarations.
Mon, 31 Dec 2007 16:15:50 +0000 diego Add explanatory comments to the #endif part of multiple inclusion guards.
Mon, 17 Dec 2007 01:06:17 +0000 ulion The function parameter 'preferred_language' should be const char *.
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.
Mon, 02 Jul 2007 22:34:45 +0000 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
Sun, 25 Mar 2007 19:25:11 +0000 rathann Fixes:
Sat, 06 Jan 2007 19:07:58 +0000 reimar Subtitle handling cleanup: factor out code for parsing embedded subtitles
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:
Thu, 16 Mar 2006 14:42:51 +0000 albeu Move the subread from FILE to stream_t.