summaryrefslogtreecommitdiffstats
path: root/spudec.c
Commit message (Expand)AuthorAgeFilesLines
* Put all spudec_new stuff in a single function,kmkaplan2002-08-061-21/+5
* Make spudec_assemble more resistent in the face of incomplete packets.kmkaplan2002-07-241-5/+16
* Suppress garbage at the end of some subtitles.kmkaplan2002-06-171-1/+4
* - hardened a bit the new bilinear algo (missing checks)pl2002-05-291-13/+26
* avoids malloc()ing a negative number (== very big size_t)pl2002-05-291-3/+14
* spu/vobsub speedup patch, new all better bilinear scaler similiar to win vobs...atmos42002-05-281-3/+114
* Bounding box and partial update patch for vob/dvdsub by Hephooey.atmos42002-05-251-2/+32
* Improvment for spu subtitles.albeu2002-05-171-19/+44
* Suggested fix byatmos42002-04-301-2/+2
* guessing palette - patch by salvador <salvador@inti.gov.ar>arpi2002-04-291-5/+67
* VobSub updates, custom palette support and other stuff, can't write the name ...atmos42002-04-251-0/+28
* new osd code, use osd objs to follow changes and do minimal updatesarpi2002-04-151-0/+7
* fixed SPU pts, it's 1024/90000 based instead of 1/100arpi2002-04-041-1/+1
* spudec_update_palette() added - dvdnav patch by Kees Cook <mplayer@outflux.net>arpi2002-04-031-0/+15
* * New command line switch for mplayer & mencoder:kmkaplan2002-03-291-6/+7
* 10l accidently commited an already customized version with different default ...atmos42002-02-221-1/+1
* Forgot to commit with vo_sdl osd patch.atmos42002-02-221-2/+3
* Add a third scaling algorithm wich should be faster. Select bykmkaplan2002-01-151-3/+49
* Fix brightness of subtitleskmkaplan2002-01-121-3/+3
* Add spudec_new_scaled and spudec_draw_scaled for vobsub support.kmkaplan2002-01-101-39/+310
* dvdsub pts fix, based on patch by Kim Minh Kaplanarpi2001-12-281-8/+8
* printf->mp_msgarpi2001-12-281-17/+18
* more stable and reliable spudec packet reassemblerarpi2001-12-281-0/+25
* dvd seeking -> subtitle disappearing bugs fixedarpi2001-12-251-2/+10
* fixes warningspl2001-12-251-0/+1
* Patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>:pl2001-12-091-17/+27
* Fix spudec compile with libdvdread enabled.atmos42001-11-281-0/+1
* spudec_new has a dvd_priv_t as an argument, which is defined inpl2001-11-281-0/+5
* unistd.h required at least by FreeBSDnexus2001-11-281-0/+1
* Palette support for SPU decoder.atmos42001-11-271-48/+30
* subtitles looked bad here (inverted colors sometimes)pl2001-11-201-1/+5
* DVD sub patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>arpi2001-11-201-96/+312
* (C) fixedarpi_esp2001-04-301-1/+1
* spudec_decode() moved from mplayer.c to spudec.carpi_esp2001-04-211-0/+29
* Separated dvdsub code to be able to work with it easierlgb2001-04-211-0/+88