aboutsummaryrefslogtreecommitdiffhomepage
path: root/vobsub.c
Commit message (Expand)AuthorAge
* Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.Gravatar reimar2007-03-01
* Open vobsub output files in binary mode, otherwise the OS mightGravatar reimar2006-12-03
* Useless initialization, they will be always set for result != 0Gravatar reimar2006-10-08
* removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups,...Gravatar reynaldo2006-07-14
* more sizeof(char) funGravatar reynaldo2006-07-13
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* avoid conflicting types error on cygwinGravatar faust32006-02-02
* fix memleak in idx parser. patch by elupus [elupus {at] ecce <dot) se]Gravatar reimar2004-12-25
* Output more information about vids, aids, sids, alangs and slangs with -ident...Gravatar mosu2004-11-25
* fix the crash when seek with 'unknown' subtitles, hopefully...Gravatar luran2004-01-01
* fix typoGravatar nexus2003-12-28
* 10l found by atmosGravatar alex2003-12-08
* vobsub seeking support by Lu RanGravatar alex2003-12-08
* Improved searching for VobSubs inside RAR archives even if the names do not m...Gravatar mosu2003-10-28
* Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de>Gravatar attila2003-09-21
* binary flag is rquired for win32Gravatar faust32003-09-20
* 10l, lot of missing new-lines. In case of an error, all the messages will be ...Gravatar alex2003-08-31
* remove ssize_t messGravatar faust32003-05-30
* MINGW32 portGravatar faust32003-03-31
* supdec.h needs libvo/video_out.h. vobsub.c does not.Gravatar kmkaplan2003-02-28
* warning fix.Gravatar kmkaplan2003-02-28
* compiler warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>Gravatar arpi2003-01-03
* Here is the patch to make vobsub subtitle use -slang option, I have not made aGravatar arpi2002-12-23
* When you called mplayer with the absolute path to the video and the VOBSUBGravatar arpi2002-11-16
* verbose can be negativeGravatar arpi2002-11-01
* The first language ripped is set as the default languageGravatar arpi2002-11-01
* Mplayer can switch between subtitles of different languages duringGravatar kmkaplan2002-10-17
* Automatic unrar of vobsub. Does not work with rar v3Gravatar kmkaplan2002-09-20
* Fix support for negative "delay:" directive in .idx file.Gravatar kmkaplan2002-09-16
* Use RGB for palette from .IDX fileGravatar kmkaplan2002-07-28
* New function vobsub_get_next_packet for subrip.Gravatar kmkaplan2002-07-28
* Make vobsub palette generation compatible with windows vobsub.Gravatar atmos42002-07-28
* Remove depency on libmpdemux streams, use ANSI IO instead.Gravatar kmkaplan2002-07-23
* Lots of compatibility fixes for Windows' Vobsub reader.Gravatar kmkaplan2002-07-11
* MEncoder vobsub ripping support, currently not compatible with windows vobsub...Gravatar atmos42002-07-08
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>Gravatar alex2002-05-23
* Improvment for spu subtitles.Gravatar albeu2002-05-17
* Avoid bogus file not found message if vobsub isn'T forced (autodetect).Gravatar atmos42002-04-27
* Fix bug in LR's patch.Gravatar atmos42002-04-26
* VobSub updates, custom palette support and other stuff, can't write the name ...Gravatar atmos42002-04-25
* Sorry, fix vobsub duration the arpi way.Gravatar atmos42002-04-11
* * New command line switch for mplayer & mencoder:Gravatar kmkaplan2002-03-29
* Fix automatic vobsub detection and make it silent.Gravatar atmos42002-02-21
* forgot to commitGravatar atmos42002-02-21
* Check for NULL vob->spudec before using.Gravatar kmkaplan2002-01-12
* Support vobsub without index files.Gravatar kmkaplan2002-01-10
* Add vobsub support.Gravatar kmkaplan2002-01-10