log subreader.c @ 23516:5441be2c507b

age author description
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:
Sat, 01 Jul 2006 04:55:54 +0000 reynaldo this unrelated and erroneus change was applied on my previous commit, reverted
Sat, 01 Jul 2006 03:56:13 +0000 reynaldo rm unnecesary void* casts - part 1
Fri, 30 Jun 2006 04:09:29 +0000 reynaldo more sizeof(char) fun
Wed, 14 Jun 2006 11:19:39 +0000 gpoirier Fix problem when subtitle file name is shorter than ".utf-8"
Wed, 14 Jun 2006 11:17:21 +0000 gpoirier fix uninitialized pointer value being passed to open_stream, where it is used in comparison.
Thu, 18 May 2006 18:31:14 +0000 uau Use 0 and 1 instead of FRIBIDI_FALSE and FRIBIDI_TRUE which are no
Sun, 14 May 2006 22:06:59 +0000 rathann Fix:
Sun, 23 Apr 2006 04:33:09 +0000 reynaldo Part 4 of otvos attila's oattila AT chello-hu mp_msg changes, no modifications this time
Thu, 06 Apr 2006 03:27:20 +0000 reynaldo Acording to manpage -dumpmicrodvdsub dumps to dumpsub.sub not dumpsub.txt
Fri, 17 Mar 2006 23:38:46 +0000 iive if stream is not seekable calling enca would prevent the real parsing of subtitles.
Fri, 17 Mar 2006 19:39:30 +0000 henry 10l forgotten stream_reset to clear the EOF flag
Thu, 16 Mar 2006 19:16:07 +0000 albeu And 10L for me. Fix the forgoten enca_fd.
Thu, 16 Mar 2006 14:42:51 +0000 albeu Move the subread from FILE to stream_t.
Wed, 01 Jun 2005 09:01:41 +0000 reimar strdup subtitle filename at a more appropriate place, fixing memleaks and
Tue, 24 May 2005 08:42:20 +0000 henry more paranoid return value checking
Mon, 09 May 2005 18:28:41 +0000 henry strdup() of a NULL pointer, truckload of cola for me
Fri, 04 Feb 2005 18:31:04 +0000 faust3 bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>
Mon, 18 Oct 2004 20:56:11 +0000 faust3 document global variables used with fribidi
Mon, 18 Oct 2004 20:41:06 +0000 faust3 correctly display the commas of most hebrew subtitles on the left side
Wed, 15 Sep 2004 13:16:52 +0000 faust3 This time is a patch to improve subtitle alignment management. It
Thu, 02 Sep 2004 12:18:36 +0000 faust3 subtitle autodetection regardles of case (bug #65), patches Michal Svec <rebel at atrey.karlin.mff.cuni.cz> and Reynaldo H. Verdejo Pinochet <reynaldo at opendot.cl>
Wed, 28 Jul 2004 12:40:35 +0000 reimar fixes a crash and unchecked string-handling in ENCA code.
Fri, 25 Jun 2004 16:49:53 +0000 diego string handling security fixes
Fri, 21 May 2004 16:02:09 +0000 henry 1e6l
Sun, 09 May 2004 22:15:54 +0000 rfelker more cola for jindrich
Sun, 09 May 2004 03:43:42 +0000 rfelker 1000000l for sig11 without -subcp!!! (and 1l for my first commit :)
Sat, 08 May 2004 17:52:25 +0000 henry ENCA support (http://trific.ath.cx/software/enca/)
Tue, 06 Apr 2004 11:52:31 +0000 alex MPL2 subreader, patch by Cezary Jackiewicz (cjackiewicz@poczta.onet.pl)
Tue, 06 Apr 2004 11:22:06 +0000 alex skip {...} parts in SAME subs, patch by Salvatore Falco
Thu, 29 Jan 2004 10:53:19 +0000 attila Fix the PJS (aka dunnowhat) subtitles
Sat, 24 Jan 2004 12:54:05 +0000 attila prevent subreader from segfaulting when sami subs dont have
Wed, 19 Nov 2003 01:41:27 +0000 luran 10l
Thu, 09 Oct 2003 18:47:16 +0000 faust3 sub autoloading fix for windows
Tue, 23 Sep 2003 05:36:47 +0000 atlka subtitles priority calculation correction
Mon, 22 Sep 2003 13:44:36 +0000 atlka corrected utf8 files autoselection
Sun, 21 Sep 2003 13:20:06 +0000 henry Subtitle alignment & smart splitting by Salvatore Falco
Tue, 02 Sep 2003 17:26:33 +0000 alex Jacosub files can have the extension '.js' too. Patch by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>
Mon, 25 Aug 2003 09:12:28 +0000 mosu Support for case insensitive string matching in SAMI subtitle files. Patch by Bruno Lecointre.
Sun, 17 Aug 2003 20:42:06 +0000 alex Fixes FriBiDi support and extends it with configure options. Patch by Raindel Shachar <raindel@techunix.technion.ac.il>
Sun, 10 Aug 2003 15:14:47 +0000 alex 10l
Sat, 09 Aug 2003 16:30:55 +0000 henry another attempt to fix the subtitle searching
Fri, 08 Aug 2003 23:26:48 +0000 henry some more cola - misplaced break
Mon, 28 Jul 2003 14:17:31 +0000 alex 1, micro-speedup 2, fixed 10l: only prefer utf8 if iconv is present
Sun, 27 Jul 2003 22:23:07 +0000 alex fix against dummy solaris sprintf, bug reported by Gotz Waschk
Sun, 20 Jul 2003 15:29:40 +0000 henry ASS support
Tue, 01 Jul 2003 09:29:31 +0000 atlka always treat .utf* files as UTF-8
Tue, 01 Jul 2003 08:49:14 +0000 atlka sub_utf8 fiddling
Tue, 01 Jul 2003 07:16:39 +0000 atlka small correction of sub_utf8 restoring between reading sub files
Fri, 27 Jun 2003 09:25:05 +0000 atlka prefer UTF-8 encoding subs and automatically recognize them by suffix
Wed, 25 Jun 2003 20:12:36 +0000 henry 10L
Sun, 01 Jun 2003 22:16:41 +0000 alex warning fixes by Dominik
Sat, 31 May 2003 17:33:33 +0000 alex unleak
Wed, 09 Apr 2003 20:49:12 +0000 henry cleanups/bugfixes
Wed, 09 Apr 2003 18:04:29 +0000 henry option for sub match fuzziness level
Wed, 09 Apr 2003 15:51:37 +0000 alex 10l fix by Salvatore Falco <salvatore.falco@katamail.com>
Tue, 08 Apr 2003 20:41:20 +0000 henry turn most of the subtitle matching fuzziness off by default
Mon, 07 Apr 2003 19:37:19 +0000 henry fix compilation without iconv
Mon, 07 Apr 2003 16:04:02 +0000 henry support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl>
Fri, 21 Mar 2003 16:54:03 +0000 alex hebrew support using fribidi libs, patch by Raindel Shachar <raindel@techunix.technion.ac.il>
Fri, 07 Feb 2003 21:12:50 +0000 arpi rt subtitle fixes
Sun, 02 Feb 2003 02:42:59 +0000 arpi compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>
Tue, 28 Jan 2003 18:45:58 +0000 henry sub_utf8 handling hopefully fixed
Tue, 28 Jan 2003 18:28:09 +0000 arpi maybe fix ogm vs. iconv
Mon, 27 Jan 2003 23:41:56 +0000 arpi Add a command line option (-sub-no-text-pp) to disable subtitles
Tue, 21 Jan 2003 19:12:46 +0000 pontscho - add subcp
Sun, 19 Jan 2003 00:54:55 +0000 arpi 1) Removed the code to remove {} from sub_read_line_ssa
Mon, 13 Jan 2003 10:07:38 +0000 mosu bunkus: fixed a small bug with skipping "{...}" in ssa subs
Fri, 10 Jan 2003 22:53:34 +0000 arpi Overlapping subs are a feature mainly present in subtitling
Thu, 09 Jan 2003 19:25:05 +0000 arpi Since version 2.7 the file extension for JACOsub changed from
Sun, 05 Jan 2003 02:46:13 +0000 arpi some subviewer versions uses : instead of . or ,
Sat, 04 Jan 2003 21:26:35 +0000 arpi 10l
Fri, 03 Jan 2003 12:30:47 +0000 arpi 10l
Sun, 29 Dec 2002 21:04:45 +0000 arpi support for subviewer format using dots instead of commas:
Sat, 28 Dec 2002 15:19:41 +0000 arpi This patch adds a call to subcp_recode1(), so this subtitles too are
Sat, 28 Dec 2002 13:42:24 +0000 arpi Attached is a small patch to fix a couple of problems I found when using
Thu, 05 Dec 2002 00:07:59 +0000 arpi dump subtitles in SAMI format
Thu, 05 Dec 2002 00:05:57 +0000 arpi optional (compile-time switch) subtitles-sorting feature
Thu, 05 Dec 2002 00:03:35 +0000 arpi overlapping subtitles support is now optional, can be disabled (-nooverlapsub)
Wed, 04 Dec 2002 23:58:38 +0000 arpi dump in JACOsub format
Sat, 16 Nov 2002 03:25:37 +0000 arpi I recently sent a patch for a new subtitles format, JACOsub. Since then I
Sat, 16 Nov 2002 03:23:49 +0000 arpi allow max 0.2s overlapping without splitting subs
Wed, 06 Nov 2002 23:54:29 +0000 arpi *HUGE* set of compiler warning fixes, unused variables removal
Wed, 30 Oct 2002 19:26:05 +0000 arpi This patch is to add support for overlapping subtitles, that is
Wed, 30 Oct 2002 19:16:58 +0000 arpi JACOSub is another subtitling format, whose specifications are at:
Thu, 17 Oct 2002 00:53:14 +0000 arpi small memleaks
Sun, 06 Oct 2002 02:59:04 +0000 atmos4 Enable -subfps for time based subtitles, too.
Sun, 06 Oct 2002 00:46:47 +0000 atmos4 Skip html tags (like <i>) inside subviewer subtitles.
Sun, 22 Sep 2002 02:33:28 +0000 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
Sat, 21 Sep 2002 17:23:46 +0000 kmkaplan New option for mplayer: -dumpmicrodvdsub
Wed, 28 Aug 2002 23:00:25 +0000 nexus FreeBSD iconv change/fix
Thu, 25 Jul 2002 18:05:08 +0000 kmkaplan Correct dump_srt millisecond output
Sat, 06 Jul 2002 15:19:08 +0000 arpi subrip sometimes uses pipe as newline separator - patch by MOLNAR Andor <dolphy@inf.elte.hu>
Sat, 29 Jun 2002 10:39:58 +0000 alex support for SSA v4 by Dirk <noisyb at gmx.net>
Mon, 03 Jun 2002 23:23:03 +0000 arpi msg/i18n fixes and some printf->mp_msg
Fri, 31 May 2002 21:48:36 +0000 arpi sub_read_line_ssa sig11 fix by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
Thu, 30 May 2002 17:44:58 +0000 arpi possible sig11 fixed in .rt parser (weisskreuzova.zip)
Mon, 27 May 2002 17:20:55 +0000 iive added dump subtitles to .srt
Thu, 23 May 2002 15:27:49 +0000 alex applied 64bit patch from Ulrich Hecht <uli at suse dot de>
Mon, 13 May 2002 20:41:20 +0000 arpi patch fixes broken detecniou of AQTitle subtiles and adds support for subtitles created by subrip 0.9 - by Jiri.Svoboda@seznam.cz
Tue, 07 May 2002 21:58:01 +0000 pl patch by Didier <did-c-debian@ifrance.com>:
Sun, 05 May 2002 21:33:13 +0000 arpi accept \N too, patch by Reinder <r.cuperus@student.utwente.nl>
Thu, 25 Apr 2002 12:59:24 +0000 arpi frame-based mpsub parser fix - patch by Rizsanyi Zsolt <rizsanyi@myrealbox.com>
Wed, 27 Mar 2002 01:22:11 +0000 arpi vplayer sub fix by Arkadiusz Podgorski <wodzu@softomat.com.pl>
Thu, 28 Feb 2002 02:37:13 +0000 laaz -subfps and -subdelay alters -dumpmpsub's output
Thu, 28 Feb 2002 01:01:50 +0000 laaz Fixed a bug with -dumpmpsub
Sun, 03 Feb 2002 19:17:22 +0000 eyck too many arguments to sscan in subdetect.