aboutsummaryrefslogtreecommitdiffhomepage
path: root/spudec.c
Commit message (Expand)AuthorAge
* Mark some more functions that are not used outside of their files as static.Gravatar diego2010-02-18
* Avoid using sscanf for basic parsing, it is horribly slow.Gravatar reimar2010-02-14
* Fix subtitle display for DVDs using fade-in/fade-out.Gravatar reimar2010-02-06
* Make mkalpha function simpler, faster and more correct.Gravatar reimar2010-02-06
* Add license header to all top-level files missing them.Gravatar diego2010-01-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Simplify and comment spudec bilinear scaling codeGravatar reimar2009-01-01
* Factorize vobsub idx/extradata handling.Gravatar aurel2008-10-27
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Add an extra check to avoid a case that cause black lines in scaledGravatar reimar2008-01-10
* Vobsub support tridx setting in .idx file.Gravatar ulion2007-12-19
* Fix spudec to display current vobsub immediately after a seek.Gravatar ulion2007-12-11
* Mark several uses of vo_functions_t as const to stop some of the currentGravatar reimar2007-12-02
* Remove stray line that slipped through in last commit.Gravatar ulion2007-11-30
* Fix warnings:Gravatar ulion2007-11-30
* Cosmetics: Remove empty block.Gravatar cehoyos2007-08-08
* bbox[n] and spu->scaled_start_row are unsigned, comparison with 0 is pointless.Gravatar cehoyos2007-08-08
* Revert r23530.Gravatar voroshil2007-06-21
* Teletext support for tv:// (v4l and v4l2 only)Gravatar voroshil2007-06-10
* Replace MIN with FFMINGravatar reimar2007-03-01
* Fix build with shared libavutil. Approved by Diego.Gravatar rathann2006-12-31
* Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()Gravatar lucabe2006-09-17
* Move postproc ---> libswscaleGravatar lucabe2006-06-30
* Fix some subtitles that didn't show.Gravatar reimar2005-06-19
* Fix black line on right of subtitle with -spuaa 4 by setting alpha ofGravatar reimar2005-01-08
* passing an array or double precission parameters for the scaling function, in...Gravatar michael2004-09-18
* many small typo and grammar fixesGravatar gabucino2003-10-04
* Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de>Gravatar attila2003-09-21
* sws_ prefix, more seperation between internal & external swscaler APIGravatar michael2003-02-23
* Improved subtitle queueing, parameters (start_pts, end_pts, palette, alpha)Gravatar ranma2003-02-16
* Fix "invalid fragment" handling.Gravatar ranma2003-02-16
* Improvements to spudec (DVD/VobSub) subtitle code:Gravatar rfelker2003-01-24
* I have seen problems where DVD subtitles don't displayGravatar arpi2003-01-08
* All right: The patch adresses two issues which I found, when I analyzedGravatar arpi2002-10-15
* Put all spudec_new stuff in a single function,Gravatar kmkaplan2002-08-06
* Make spudec_assemble more resistent in the face of incomplete packets.Gravatar kmkaplan2002-07-24
* Suppress garbage at the end of some subtitles.Gravatar kmkaplan2002-06-17
* - hardened a bit the new bilinear algo (missing checks)Gravatar pl2002-05-29
* avoids malloc()ing a negative number (== very big size_t)Gravatar pl2002-05-29
* spu/vobsub speedup patch, new all better bilinear scaler similiar to win vobs...Gravatar atmos42002-05-28
* Bounding box and partial update patch for vob/dvdsub by Hephooey.Gravatar atmos42002-05-25
* Improvment for spu subtitles.Gravatar albeu2002-05-17
* Suggested fix byGravatar atmos42002-04-30
* guessing palette - patch by salvador <salvador@inti.gov.ar>Gravatar arpi2002-04-29
* VobSub updates, custom palette support and other stuff, can't write the name ...Gravatar atmos42002-04-25
* new osd code, use osd objs to follow changes and do minimal updatesGravatar arpi2002-04-15
* fixed SPU pts, it's 1024/90000 based instead of 1/100Gravatar arpi2002-04-04
* spudec_update_palette() added - dvdnav patch by Kees Cook <mplayer@outflux.net>Gravatar arpi2002-04-03
* * New command line switch for mplayer & mencoder:Gravatar kmkaplan2002-03-29