log vobsub.c @ 27195:5eb532ff5793

age author description
Wed, 14 May 2008 03:43:45 +0000 ulion Add detection code for abnormal pts jump when seeking previous.
Wed, 14 May 2008 03:37:03 +0000 ulion Seek by pts accurately.
Sun, 20 Jan 2008 15:43:10 +0000 ulion Fix vobsub_seek use same reseek method as vobsub_get_packet did.
Thu, 17 Jan 2008 02:18:49 +0000 ulion Fix code to prevent from accessing queue->packets[-1].pts that causes a crash.
Thu, 20 Dec 2007 10:41:16 +0000 ulion Fix comment from unrarlib to unrar_exec
Thu, 20 Dec 2007 10:40:30 +0000 ulion Remove redundant code since unrarlib was removed.
Thu, 20 Dec 2007 10:10:26 +0000 diego Remove internal unrarlib copy, the new unrarexec code is a strict superset.
Wed, 19 Dec 2007 08:35:40 +0000 ulion Vobsub support tridx setting in .idx file.
Wed, 19 Dec 2007 04:45:45 +0000 ulion Use calloc instead of malloc when allocate vobsub_t.
Fri, 14 Dec 2007 08:16:39 +0000 ulion Support using unrar executable to access rar-compressed vobsub files.
Tue, 11 Dec 2007 10:12:58 +0000 ulion Fix spudec to display current vobsub immediately after a seek.
Sun, 09 Dec 2007 06:58:57 +0000 ulion Convert vobsub custom colors from rgb to yuv using a common function.
Sat, 08 Dec 2007 14:19:12 +0000 ulion Remove useless include added in last commit by mistake.
Sat, 08 Dec 2007 12:15:03 +0000 ulion Move vobsub palette->yuv convert code into a common function.
Sat, 08 Dec 2007 02:38:02 +0000 ulion Restore y of palette into the same value range as it was in the .ifo file.
Mon, 03 Dec 2007 04:08:36 +0000 ulion Skip empty vobsub streams when selecting subtitles.
Mon, 03 Dec 2007 03:20:11 +0000 ulion Fix custom palette format from rgb to yuv, we use it as yuv in the spudec.
Thu, 29 Nov 2007 03:35:50 +0000 ulion Even when vobsub is forced, .ifo file is still not necessary,
Fri, 23 Nov 2007 13:17:36 +0000 ulion Check boundary for queue's current_index.
Thu, 01 Mar 2007 12:54:08 +0000 reimar Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.
Sun, 03 Dec 2006 11:23:04 +0000 reimar Open vobsub output files in binary mode, otherwise the OS might
Sun, 08 Oct 2006 09:05:27 +0000 reimar Useless initialization, they will be always set for result != 0
Fri, 14 Jul 2006 06:26:31 +0000 reynaldo removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups, noticed by dalias
Thu, 13 Jul 2006 22:11:47 +0000 reynaldo more sizeof(char) fun
Mon, 24 Apr 2006 07:20:34 +0000 reynaldo Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
Thu, 02 Feb 2006 12:01:40 +0000 faust3 avoid conflicting types error on cygwin
Sat, 25 Dec 2004 12:08:33 +0000 reimar fix memleak in idx parser. patch by elupus [elupus {at] ecce <dot) se]
Thu, 25 Nov 2004 22:24:00 +0000 mosu Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>
Thu, 01 Jan 2004 11:01:09 +0000 luran fix the crash when seek with 'unknown' subtitles, hopefully...
Sun, 28 Dec 2003 00:43:21 +0000 nexus fix typo
Mon, 08 Dec 2003 21:53:54 +0000 alex 10l found by atmos
Mon, 08 Dec 2003 18:35:39 +0000 alex vobsub seeking support by Lu Ran
Tue, 28 Oct 2003 22:36:56 +0000 mosu Improved searching for VobSubs inside RAR archives even if the names do not match the movie name. Do not display VobSubs whose timecodes are < 0 which would make all VobSubs appear from the start on upon seeking. Patches by "Reder, Uwe" <Uwe.Reder@3SOFT.de>.
Sun, 21 Sep 2003 14:21:43 +0000 attila Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de>
Sat, 20 Sep 2003 19:41:24 +0000 faust3 binary flag is rquired for win32
Sun, 31 Aug 2003 22:36:27 +0000 alex 10l, lot of missing new-lines. In case of an error, all the messages will be screwed up
Fri, 30 May 2003 17:38:51 +0000 faust3 remove ssize_t mess
Mon, 31 Mar 2003 17:32:46 +0000 faust3 MINGW32 port
Fri, 28 Feb 2003 19:21:45 +0000 kmkaplan supdec.h needs libvo/video_out.h. vobsub.c does not.
Fri, 28 Feb 2003 08:17:54 +0000 kmkaplan warning fix.
Fri, 03 Jan 2003 12:26:17 +0000 arpi compiler warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
Mon, 23 Dec 2002 01:54:58 +0000 arpi Here is the patch to make vobsub subtitle use -slang option, I have not made a
Sat, 16 Nov 2002 03:04:33 +0000 arpi When you called mplayer with the absolute path to the video and the VOBSUB
Fri, 01 Nov 2002 17:46:45 +0000 arpi verbose can be negative
Fri, 01 Nov 2002 00:01:53 +0000 arpi The first language ripped is set as the default language
Thu, 17 Oct 2002 15:44:41 +0000 kmkaplan Mplayer can switch between subtitles of different languages during
Fri, 20 Sep 2002 01:26:39 +0000 kmkaplan Automatic unrar of vobsub. Does not work with rar v3
Mon, 16 Sep 2002 15:31:34 +0000 kmkaplan Fix support for negative "delay:" directive in .idx file.
Sun, 28 Jul 2002 16:37:05 +0000 kmkaplan Use RGB for palette from .IDX file
Sun, 28 Jul 2002 16:28:30 +0000 kmkaplan New function vobsub_get_next_packet for subrip.
Sun, 28 Jul 2002 12:01:32 +0000 atmos4 Make vobsub palette generation compatible with windows vobsub.
Tue, 23 Jul 2002 20:19:42 +0000 kmkaplan Remove depency on libmpdemux streams, use ANSI IO instead.
Thu, 11 Jul 2002 18:49:18 +0000 kmkaplan Lots of compatibility fixes for Windows' Vobsub reader.
Mon, 08 Jul 2002 21:44:51 +0000 atmos4 MEncoder vobsub ripping support, currently not compatible with windows vobsub, some bugs to be fixed. However it already works with mplayer, so it's a start.
Thu, 23 May 2002 15:27:49 +0000 alex applied 64bit patch from Ulrich Hecht <uli at suse dot de>
Fri, 17 May 2002 23:47:27 +0000 albeu Improvment for spu subtitles.
Sat, 27 Apr 2002 20:46:39 +0000 atmos4 Avoid bogus file not found message if vobsub isn'T forced (autodetect).
Fri, 26 Apr 2002 15:48:18 +0000 atmos4 Fix bug in LR's patch.
Thu, 25 Apr 2002 18:46:44 +0000 atmos4 VobSub updates, custom palette support and other stuff, can't write the name of the chinese(?) patch supplier.
Thu, 11 Apr 2002 16:50:52 +0000 atmos4 Sorry, fix vobsub duration the arpi way.