| Commit message (Expand) | Author | Age | Files | Lines |
* | Cosmetics: Remove empty block. | cehoyos | 2007-08-08 | 1 | -4/+1 |
* | bbox[n] and spu->scaled_start_row are unsigned, comparison with 0 is pointless. | cehoyos | 2007-08-08 | 1 | -4/+0 |
* | Revert r23530. | voroshil | 2007-06-21 | 1 | -115/+0 |
* | Teletext support for tv:// (v4l and v4l2 only) | voroshil | 2007-06-10 | 1 | -0/+115 |
* | Replace MIN with FFMIN | reimar | 2007-03-01 | 1 | -5/+3 |
* | Fix build with shared libavutil. Approved by Diego. | rathann | 2006-12-31 | 1 | -0/+4 |
* | Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext() | lucabe | 2006-09-17 | 1 | -1/+2 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 | 1 | -1/+1 |
* | Fix some subtitles that didn't show. | reimar | 2005-06-19 | 1 | -0/+2 |
* | Fix black line on right of subtitle with -spuaa 4 by setting alpha of | reimar | 2005-01-08 | 1 | -9/+6 |
* | passing an array or double precission parameters for the scaling function, in... | michael | 2004-09-18 | 1 | -1/+1 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 | 1 | -1/+1 |
* | Forced subtitles patch by Arne Driescher <driescher@mpi-magdeburg.mpg.de> | attila | 2003-09-21 | 1 | -2/+25 |
* | sws_ prefix, more seperation between internal & external swscaler API | michael | 2003-02-23 | 1 | -8/+8 |
* | Improved subtitle queueing, parameters (start_pts, end_pts, palette, alpha) | ranma | 2003-02-16 | 1 | -172/+202 |
* | Fix "invalid fragment" handling. | ranma | 2003-02-16 | 1 | -0/+1 |
* | Improvements to spudec (DVD/VobSub) subtitle code: | rfelker | 2003-01-24 | 1 | -36/+103 |
* | I have seen problems where DVD subtitles don't display | arpi | 2003-01-08 | 1 | -81/+150 |
* | All right: The patch adresses two issues which I found, when I analyzed | arpi | 2002-10-15 | 1 | -3/+8 |
* | Put all spudec_new stuff in a single function, | kmkaplan | 2002-08-06 | 1 | -21/+5 |
* | Make spudec_assemble more resistent in the face of incomplete packets. | kmkaplan | 2002-07-24 | 1 | -5/+16 |
* | Suppress garbage at the end of some subtitles. | kmkaplan | 2002-06-17 | 1 | -1/+4 |
* | - hardened a bit the new bilinear algo (missing checks) | pl | 2002-05-29 | 1 | -13/+26 |
* | avoids malloc()ing a negative number (== very big size_t) | pl | 2002-05-29 | 1 | -3/+14 |
* | spu/vobsub speedup patch, new all better bilinear scaler similiar to win vobs... | atmos4 | 2002-05-28 | 1 | -3/+114 |
* | Bounding box and partial update patch for vob/dvdsub by Hephooey. | atmos4 | 2002-05-25 | 1 | -2/+32 |
* | Improvment for spu subtitles. | albeu | 2002-05-17 | 1 | -19/+44 |
* | Suggested fix by | atmos4 | 2002-04-30 | 1 | -2/+2 |
* | guessing palette - patch by salvador <salvador@inti.gov.ar> | arpi | 2002-04-29 | 1 | -5/+67 |
* | VobSub updates, custom palette support and other stuff, can't write the name ... | atmos4 | 2002-04-25 | 1 | -0/+28 |
* | new osd code, use osd objs to follow changes and do minimal updates | arpi | 2002-04-15 | 1 | -0/+7 |
* | fixed SPU pts, it's 1024/90000 based instead of 1/100 | arpi | 2002-04-04 | 1 | -1/+1 |
* | spudec_update_palette() added - dvdnav patch by Kees Cook <mplayer@outflux.net> | arpi | 2002-04-03 | 1 | -0/+15 |
* | * New command line switch for mplayer & mencoder: | kmkaplan | 2002-03-29 | 1 | -6/+7 |
* | 10l accidently commited an already customized version with different default ... | atmos4 | 2002-02-22 | 1 | -1/+1 |
* | Forgot to commit with vo_sdl osd patch. | atmos4 | 2002-02-22 | 1 | -2/+3 |
* | Add a third scaling algorithm wich should be faster. Select by | kmkaplan | 2002-01-15 | 1 | -3/+49 |
* | Fix brightness of subtitles | kmkaplan | 2002-01-12 | 1 | -3/+3 |
* | Add spudec_new_scaled and spudec_draw_scaled for vobsub support. | kmkaplan | 2002-01-10 | 1 | -39/+310 |
* | dvdsub pts fix, based on patch by Kim Minh Kaplan | arpi | 2001-12-28 | 1 | -8/+8 |
* | printf->mp_msg | arpi | 2001-12-28 | 1 | -17/+18 |
* | more stable and reliable spudec packet reassembler | arpi | 2001-12-28 | 1 | -0/+25 |
* | dvd seeking -> subtitle disappearing bugs fixed | arpi | 2001-12-25 | 1 | -2/+10 |
* | fixes warnings | pl | 2001-12-25 | 1 | -0/+1 |
* | Patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>: | pl | 2001-12-09 | 1 | -17/+27 |
* | Fix spudec compile with libdvdread enabled. | atmos4 | 2001-11-28 | 1 | -0/+1 |
* | spudec_new has a dvd_priv_t as an argument, which is defined in | pl | 2001-11-28 | 1 | -0/+5 |
* | unistd.h required at least by FreeBSD | nexus | 2001-11-28 | 1 | -0/+1 |
* | Palette support for SPU decoder. | atmos4 | 2001-11-27 | 1 | -48/+30 |
* | subtitles looked bad here (inverted colors sometimes) | pl | 2001-11-20 | 1 | -1/+5 |
* | DVD sub patch by Kim Minh Kaplan <kmkaplan@selfoffice.com> | arpi | 2001-11-20 | 1 | -96/+312 |
* | (C) fixed | arpi_esp | 2001-04-30 | 1 | -1/+1 |
* | spudec_decode() moved from mplayer.c to spudec.c | arpi_esp | 2001-04-21 | 1 | -0/+29 |
* | Separated dvdsub code to be able to work with it easier | lgb | 2001-04-21 | 1 | -0/+88 |