aboutsummaryrefslogtreecommitdiffhomepage
path: root/vobsub.c
Commit message (Expand)AuthorAge
* vobsub.c: Remove useless castsGravatar reimar2010-11-02
* vobsub: Only try to merge packets if we have an earlier one storedGravatar reimar2010-11-02
* Factorize MPlayer/MEncoder version string handling.Gravatar diego2010-11-02
* New hack for vobsub packet merging.Gravatar iive2010-04-27
* Add license header to all top-level files missing them.Gravatar diego2010-01-30
* cosmetics: tabs to spaces, K&R function declarations, cuddle else clausesGravatar diego2009-12-29
* Remove pointless #ifdefs around harmless internal header #includes.Gravatar diego2009-08-02
* cosmetics: replace dead urlGravatar compn2009-06-03
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Get rid of some more trailing whitespaceGravatar reynaldo2009-05-12
* vobsub: move extradata out of vobsub_t structGravatar aurel2008-11-01
* vobsub: add sanity checkGravatar aurel2008-11-01
* Factorize vobsub idx/extradata handling.Gravatar aurel2008-10-27
* Fix forumla -> formula in commentGravatar reimar2008-08-26
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Add detection code for abnormal pts jump when seeking previous.Gravatar ulion2008-05-14
* Seek by pts accurately.Gravatar ulion2008-05-14
* Fix vobsub_seek use same reseek method as vobsub_get_packet did.Gravatar ulion2008-01-20
* Fix code to prevent from accessing queue->packets[-1].pts that causes a crash.Gravatar ulion2008-01-17
* Fix comment from unrarlib to unrar_execGravatar ulion2007-12-20
* Remove redundant code since unrarlib was removed.Gravatar ulion2007-12-20
* Remove internal unrarlib copy, the new unrarexec code is a strict superset.Gravatar diego2007-12-20
* Vobsub support tridx setting in .idx file.Gravatar ulion2007-12-19
* Use calloc instead of malloc when allocate vobsub_t.Gravatar ulion2007-12-19
* Support using unrar executable to access rar-compressed vobsub files.Gravatar ulion2007-12-14
* Fix spudec to display current vobsub immediately after a seek.Gravatar ulion2007-12-11
* Convert vobsub custom colors from rgb to yuv using a common function.Gravatar ulion2007-12-09
* Remove useless include added in last commit by mistake.Gravatar ulion2007-12-08
* Move vobsub palette->yuv convert code into a common function.Gravatar ulion2007-12-08
* Restore y of palette into the same value range as it was in the .ifo file.Gravatar ulion2007-12-08
* Skip empty vobsub streams when selecting subtitles.Gravatar ulion2007-12-03
* Fix custom palette format from rgb to yuv, we use it as yuv in the spudec.Gravatar ulion2007-12-03
* Even when vobsub is forced, .ifo file is still not necessary,Gravatar ulion2007-11-29
* Check boundary for queue's current_index.Gravatar ulion2007-11-23
* 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