aboutsummaryrefslogtreecommitdiffhomepage
path: root/spudec.c
Commit message (Expand)AuthorAge
* 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
* 10l accidently commited an already customized version with different default ...Gravatar atmos42002-02-22
* Forgot to commit with vo_sdl osd patch.Gravatar atmos42002-02-22
* Add a third scaling algorithm wich should be faster. Select byGravatar kmkaplan2002-01-15
* Fix brightness of subtitlesGravatar kmkaplan2002-01-12
* Add spudec_new_scaled and spudec_draw_scaled for vobsub support.Gravatar kmkaplan2002-01-10
* dvdsub pts fix, based on patch by Kim Minh KaplanGravatar arpi2001-12-28
* printf->mp_msgGravatar arpi2001-12-28
* more stable and reliable spudec packet reassemblerGravatar arpi2001-12-28
* dvd seeking -> subtitle disappearing bugs fixedGravatar arpi2001-12-25
* fixes warningsGravatar pl2001-12-25
* Patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>:Gravatar pl2001-12-09
* Fix spudec compile with libdvdread enabled.Gravatar atmos42001-11-28
* spudec_new has a dvd_priv_t as an argument, which is defined inGravatar pl2001-11-28
* unistd.h required at least by FreeBSDGravatar nexus2001-11-28
* Palette support for SPU decoder.Gravatar atmos42001-11-27
* subtitles looked bad here (inverted colors sometimes)Gravatar pl2001-11-20