summaryrefslogtreecommitdiffstats
path: root/vobsub.c
Commit message (Expand)AuthorAgeFilesLines
* removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups,...reynaldo2006-07-141-1/+1
* more sizeof(char) funreynaldo2006-07-131-1/+1
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-6/+3
* avoid conflicting types error on cygwinfaust32006-02-021-2/+2
* fix memleak in idx parser. patch by elupus [elupus {at] ecce <dot) se]reimar2004-12-251-3/+3
* Output more information about vids, aids, sids, alangs and slangs with -ident...mosu2004-11-251-0/+6
* fix the crash when seek with 'unknown' subtitles, hopefully...luran2004-01-011-0/+3
* fix typonexus2003-12-281-1/+1
* 10l found by atmosalex2003-12-081-1/+1
* vobsub seeking support by Lu Ranalex2003-12-081-0/+16
* Improved searching for VobSubs inside RAR archives even if the names do not m...mosu2003-10-281-3/+30
* Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de>attila2003-09-211-0/+36
* binary flag is rquired for win32faust32003-09-201-1/+1
* 10l, lot of missing new-lines. In case of an error, all the messages will be ...alex2003-08-311-8/+8
* remove ssize_t messfaust32003-05-301-3/+0
* MINGW32 portfaust32003-03-311-0/+3
* supdec.h needs libvo/video_out.h. vobsub.c does not.kmkaplan2003-02-281-1/+0
* warning fix.kmkaplan2003-02-281-1/+1
* compiler warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-01-031-1/+1
* Here is the patch to make vobsub subtitle use -slang option, I have not made aarpi2002-12-231-0/+19
* When you called mplayer with the absolute path to the video and the VOBSUBarpi2002-11-161-1/+7
* verbose can be negativearpi2002-11-011-6/+2
* The first language ripped is set as the default languagearpi2002-11-011-1/+4
* Mplayer can switch between subtitles of different languages duringkmkaplan2002-10-171-0/+14
* Automatic unrar of vobsub. Does not work with rar v3kmkaplan2002-09-201-41/+202
* Fix support for negative "delay:" directive in .idx file.kmkaplan2002-09-161-3/+9
* Use RGB for palette from .IDX filekmkaplan2002-07-281-3/+19
* New function vobsub_get_next_packet for subrip.kmkaplan2002-07-281-0/+17
* Make vobsub palette generation compatible with windows vobsub.atmos42002-07-281-1/+2
* Remove depency on libmpdemux streams, use ANSI IO instead.kmkaplan2002-07-231-37/+29
* Lots of compatibility fixes for Windows' Vobsub reader.kmkaplan2002-07-111-35/+110
* MEncoder vobsub ripping support, currently not compatible with windows vobsub...atmos42002-07-081-6/+156
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>alex2002-05-231-1/+1
* Improvment for spu subtitles.albeu2002-05-171-80/+80
* Avoid bogus file not found message if vobsub isn'T forced (autodetect).atmos42002-04-271-3/+4
* Fix bug in LR's patch.atmos42002-04-261-2/+2
* VobSub updates, custom palette support and other stuff, can't write the name ...atmos42002-04-251-2/+103
* Sorry, fix vobsub duration the arpi way.atmos42002-04-111-3/+24
* * New command line switch for mplayer & mencoder:kmkaplan2002-03-291-54/+126
* Fix automatic vobsub detection and make it silent.atmos42002-02-211-10/+15
* forgot to commitatmos42002-02-211-3/+3
* Check for NULL vob->spudec before using.kmkaplan2002-01-121-10/+11
* Support vobsub without index files.kmkaplan2002-01-101-7/+16
* Add vobsub support.kmkaplan2002-01-101-0/+775