log spudec.c @ 19046:a9a9201125b4

age author description
2006-06-30 lucabe Move postproc ---> libswscale
2005-06-19 reimar Fix some subtitles that didn't show.
2005-01-08 reimar Fix black line on right of subtitle with -spuaa 4 by setting alpha of
2004-09-18 michael passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags
2003-10-04 gabucino many small typo and grammar fixes
2003-09-21 attila Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de>
2003-02-23 michael sws_ prefix, more seperation between internal & external swscaler API
2003-02-16 ranma Improved subtitle queueing, parameters (start_pts, end_pts, palette, alpha)
2003-02-16 ranma Fix "invalid fragment" handling.
2003-01-24 rfelker Improvements to spudec (DVD/VobSub) subtitle code:
2003-01-08 arpi I have seen problems where DVD subtitles don't display
2002-10-15 arpi All right: The patch adresses two issues which I found, when I analyzed
2002-08-06 kmkaplan Put all spudec_new stuff in a single function,
2002-07-24 kmkaplan Make spudec_assemble more resistent in the face of incomplete packets.
2002-06-17 kmkaplan Suppress garbage at the end of some subtitles.
2002-05-29 pl - hardened a bit the new bilinear algo (missing checks)
2002-05-29 pl avoids malloc()ing a negative number (== very big size_t)
2002-05-28 atmos4 spu/vobsub speedup patch, new all better bilinear scaler similiar to win vobsub ones. ptyh by Hephooey.
2002-05-25 atmos4 Bounding box and partial update patch for vob/dvdsub by Hephooey.
2002-05-17 albeu Improvment for spu subtitles.
2002-04-30 atmos4 Suggested fix by
2002-04-29 arpi guessing palette - patch by salvador <salvador@inti.gov.ar>
2002-04-25 atmos4 VobSub updates, custom palette support and other stuff, can't write the name of the chinese(?) patch supplier.
2002-04-15 arpi new osd code, use osd objs to follow changes and do minimal updates
2002-04-04 arpi fixed SPU pts, it's 1024/90000 based instead of 1/100
2002-04-03 arpi spudec_update_palette() added - dvdnav patch by Kees Cook <mplayer@outflux.net>
2002-03-29 kmkaplan * New command line switch for mplayer & mencoder:
2002-02-22 atmos4 10l accidently commited an already customized version with different default scaling algo.
2002-02-22 atmos4 Forgot to commit with vo_sdl osd patch.
2002-01-15 kmkaplan Add a third scaling algorithm wich should be faster. Select by
2002-01-12 kmkaplan Fix brightness of subtitles
2002-01-10 kmkaplan Add spudec_new_scaled and spudec_draw_scaled for vobsub support.
2001-12-28 arpi dvdsub pts fix, based on patch by Kim Minh Kaplan
2001-12-28 arpi printf->mp_msg
2001-12-28 arpi more stable and reliable spudec packet reassembler
2001-12-25 arpi dvd seeking -> subtitle disappearing bugs fixed
2001-12-25 pl fixes warnings
2001-12-09 pl Patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>:
2001-11-28 atmos4 Fix spudec compile with libdvdread enabled.
2001-11-28 pl spudec_new has a dvd_priv_t as an argument, which is defined in
2001-11-28 nexus unistd.h required at least by FreeBSD
2001-11-27 atmos4 Palette support for SPU decoder.
2001-11-20 pl subtitles looked bad here (inverted colors sometimes)
2001-11-20 arpi DVD sub patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>
2001-04-30 arpi_esp (C) fixed
2001-04-21 arpi_esp spudec_decode() moved from mplayer.c to spudec.c
2001-04-21 lgb Separated dvdsub code to be able to work with it easier