Sat, 30 Jan 2010 23:24:23 +0000 |
diego |
Add license header to all top-level files missing them.
|
Sat, 19 Dec 2009 15:32:17 +0000 |
reimar |
Never include ass.h and ass_types.h directly, use ass_mp.h instead.
|
Fri, 18 Dec 2009 19:29:33 +0000 |
reimar |
Use on-stack subtitle struct for temporary storage for passing subtitles on
|
Tue, 10 Nov 2009 11:31:47 +0000 |
reimar |
Add support for DVB teletext.
|
Sat, 07 Nov 2009 16:40:42 +0000 |
cehoyos |
Remove CONFIG_TV_TELETEXT.
|
Sat, 07 Nov 2009 12:31:05 +0000 |
cehoyos |
Separate teletext from tv support.
|
Sun, 01 Nov 2009 09:48:34 +0000 |
reimar |
Unbreak the demuxer-specific code in video.c with e.g.
|
Thu, 29 Oct 2009 22:39:00 +0000 |
cehoyos |
Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
|
Thu, 29 Oct 2009 22:13:04 +0000 |
cehoyos |
Move teletext specific code from stream into libmpcodecs.
|
Wed, 23 Sep 2009 21:48:48 +0000 |
reimar |
Add support for displaying subtitles on the command-line when playing
|
Wed, 23 Sep 2009 21:21:58 +0000 |
reimar |
Make update_subtitles work without sh_video for text subtitles.
|
Wed, 23 Sep 2009 19:04:24 +0000 |
reimar |
Include mpcommon.h in mpcommon.c, ensures that the declarations in the header
|
Wed, 23 Sep 2009 19:01:33 +0000 |
reimar |
Factor out sh_video->pts into a refpts variable. This simplifies a future patch
|
Wed, 23 Sep 2009 18:28:20 +0000 |
reimar |
Rename ambiguous "pts" variable to subpts.
|
Sun, 02 Aug 2009 16:00:55 +0000 |
diego |
Remove pointless #ifdefs around harmless internal header #includes.
|