Fri, 13 Aug 2010 11:08:30 +0000 |
diego |
Mark constant sws_spu_image() parameter as const, fixes the warning:
|
Mon, 26 Jul 2010 19:41:04 +0000 |
reimar |
Support for image highlights for dvdnav menus.
|
Mon, 26 Jul 2010 17:15:56 +0000 |
reimar |
Remove useless end_col/end_row variables.
|
Sun, 25 Jul 2010 09:47:06 +0000 |
reimar |
Remove unused variables.
|
Sun, 25 Jul 2010 09:41:30 +0000 |
reimar |
Slightly simplify rle decoding.
|
Sun, 25 Jul 2010 09:33:49 +0000 |
reimar |
Remove a useless condition that is already handled a few lines
|
Sun, 25 Jul 2010 09:31:00 +0000 |
reimar |
Avoid useless malloc/frees
|
Sat, 24 Jul 2010 21:43:29 +0000 |
reimar |
Remove useless NULL checks before freeing and NULL pointers
|
Sat, 24 Jul 2010 21:40:06 +0000 |
reimar |
Allocate memory for paletted image data separately to avoid
|
Sat, 24 Jul 2010 21:34:13 +0000 |
reimar |
Slightly simplify dvd subtitle RLE decoding.
|
Sat, 24 Jul 2010 21:24:20 +0000 |
reimar |
Share paletted -> gray/alpha conversion code, and keep a copy
|
Sat, 24 Jul 2010 20:48:32 +0000 |
reimar |
Simplify creation of color/alpha map.
|
Sun, 11 Jul 2010 13:54:23 +0000 |
reimar |
Faster paletted to OSD conversion.
|
Sun, 11 Jul 2010 13:48:16 +0000 |
reimar |
Document code inefficiency.
|
Sun, 11 Jul 2010 13:36:02 +0000 |
reimar |
Fix conversion from paletted to MPlayer's OSD format.
|
Sun, 11 Jul 2010 13:05:45 +0000 |
reimar |
Simplify alpha conversion code.
|
Sun, 11 Jul 2010 12:56:52 +0000 |
reimar |
Call spudec_draw for the unscaled case instead of duplicating code.
|
Sun, 11 Jul 2010 12:48:54 +0000 |
reimar |
Remove useless casts
|
Sun, 11 Jul 2010 12:46:12 +0000 |
reimar |
Fix calc_bbox to always return sensible values.
|
Sun, 11 Jul 2010 09:40:46 +0000 |
reimar |
Try to get subtitle scaling somewhat right with libavcodec decoded
|
Sun, 11 Jul 2010 09:39:06 +0000 |
reimar |
10l, also assign the original width in spudec_new_scaled.
|
Sun, 11 Jul 2010 09:05:22 +0000 |
reimar |
Fix indentation.
|
Sat, 10 Jul 2010 13:45:09 +0000 |
reimar |
Add support for PGS subtitle decoding via libavcodec.
|
Sat, 10 Jul 2010 12:53:05 +0000 |
reimar |
Make subdelay handling work the same way for all subtitle types and also allow
|
Sat, 10 Jul 2010 11:22:42 +0000 |
reimar |
Reuse spudec_visible to avoid code duplication.
|
Sat, 10 Jul 2010 10:23:40 +0000 |
reimar |
Handle and print a warning about invalid values in the function
|
Sat, 10 Jul 2010 10:22:28 +0000 |
reimar |
Extract spudec image allocation code to a separate function.
|
Thu, 24 Jun 2010 16:38:13 +0000 |
diego |
Add #include for libvo/sub.h instead of duplicating sub_pos extern declaration.
|
Mon, 31 May 2010 21:16:02 +0000 |
reimar |
Reindent.
|
Mon, 31 May 2010 21:15:20 +0000 |
reimar |
Fix subtitle display for http://samples.mplayerhq.hu/sub/largeres_vobsub.mkv
|
Wed, 14 Apr 2010 08:53:19 +0000 |
cehoyos |
Remove dead code.
|
Tue, 13 Apr 2010 01:26:20 +0000 |
compn |
typo fix found by ubitux
|
Thu, 18 Feb 2010 09:26:00 +0000 |
diego |
Mark some more functions that are not used outside of their files as static.
|
Sun, 14 Feb 2010 13:57:30 +0000 |
reimar |
Avoid using sscanf for basic parsing, it is horribly slow.
|
Sat, 06 Feb 2010 19:57:45 +0000 |
reimar |
Fix subtitle display for DVDs using fade-in/fade-out.
|
Sat, 06 Feb 2010 19:18:09 +0000 |
reimar |
Make mkalpha function simpler, faster and more correct.
|
Sat, 30 Jan 2010 23:24:23 +0000 |
diego |
Add license header to all top-level files missing them.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Thu, 01 Jan 2009 11:33:46 +0000 |
reimar |
Simplify and comment spudec bilinear scaling code
|
Mon, 27 Oct 2008 22:51:22 +0000 |
aurel |
Factorize vobsub idx/extradata handling.
|
Fri, 16 May 2008 09:42:28 +0000 |
diego |
cosmetics: Remove useless parentheses from return statements.
|
Mon, 25 Feb 2008 15:46:36 +0000 |
diego |
FFmpeg now uses different (unified) #include paths.
|
Thu, 10 Jan 2008 21:47:33 +0000 |
reimar |
Add an extra check to avoid a case that cause black lines in scaled
|
Wed, 19 Dec 2007 08:35:40 +0000 |
ulion |
Vobsub support tridx setting in .idx file.
|
Tue, 11 Dec 2007 10:12:58 +0000 |
ulion |
Fix spudec to display current vobsub immediately after a seek.
|
Sun, 02 Dec 2007 14:24:23 +0000 |
reimar |
Mark several uses of vo_functions_t as const to stop some of the current
|
Fri, 30 Nov 2007 18:45:17 +0000 |
ulion |
Remove stray line that slipped through in last commit.
|
Fri, 30 Nov 2007 18:08:33 +0000 |
ulion |
Fix warnings:
|
Wed, 08 Aug 2007 22:14:00 +0000 |
cehoyos |
Cosmetics: Remove empty block.
|
Wed, 08 Aug 2007 08:10:35 +0000 |
cehoyos |
bbox[n] and spu->scaled_start_row are unsigned, comparison with 0 is pointless.
|
Thu, 21 Jun 2007 08:18:51 +0000 |
voroshil |
Revert r23530.
|
Sun, 10 Jun 2007 00:06:12 +0000 |
voroshil |
Teletext support for tv:// (v4l and v4l2 only)
|
Thu, 01 Mar 2007 12:54:38 +0000 |
reimar |
Replace MIN with FFMIN
|
Sun, 31 Dec 2006 02:44:54 +0000 |
rathann |
Fix build with shared libavutil. Approved by Diego.
|
Sun, 17 Sep 2006 15:02:13 +0000 |
lucabe |
Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()
|
Fri, 30 Jun 2006 12:00:31 +0000 |
lucabe |
Move postproc ---> libswscale
|
Sun, 19 Jun 2005 13:50:50 +0000 |
reimar |
Fix some subtitles that didn't show.
|
Sat, 08 Jan 2005 21:06:04 +0000 |
reimar |
Fix black line on right of subtitle with -spuaa 4 by setting alpha of
|
Sat, 18 Sep 2004 00:08:17 +0000 |
michael |
passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags
|
Sat, 04 Oct 2003 17:29:08 +0000 |
gabucino |
many small typo and grammar fixes
|