log

age author description
Sun, 29 Oct 2006 21:52:26 +0000 reimar Fix possible crash: negative values may no be passed to render_one_glyph
Sun, 29 Oct 2006 21:29:23 +0000 nicodvb simplified assignment of subtitles stream in ts_parse()
Sun, 29 Oct 2006 21:10:59 +0000 reimar Handle windows path separator in filesel menu.
Sun, 29 Oct 2006 18:16:00 +0000 reimar disable nonworking/broken code for now till I find out what it is supposed to do.
Sun, 29 Oct 2006 17:29:55 +0000 eugeni Revert r20517.
Sun, 29 Oct 2006 15:26:13 +0000 eugeni Move ass_library initialization code to ass_mp.c.
Sun, 29 Oct 2006 15:03:30 +0000 eugeni Copy the following functions to libass to avoid dependency on the rest of mplayer:
Sun, 29 Oct 2006 14:45:44 +0000 reimar Add VIDEOMEMORY_SIZE define to allow to easily change it.
Sun, 29 Oct 2006 14:26:23 +0000 rtogni Prevent segfault if video codec init fails
Sun, 29 Oct 2006 14:16:42 +0000 reimar Warn about vo_gl scaled-osd broken with -ass
Sun, 29 Oct 2006 13:59:36 +0000 eugeni Fix width -> orig_width typo.
Sun, 29 Oct 2006 13:58:30 +0000 eugeni Don't set PlayResX for plaintext subtitles.
Sun, 29 Oct 2006 13:52:51 +0000 eugeni Add \N at the end of each subtitle line when converting from subdata.
Sun, 29 Oct 2006 13:17:26 +0000 reimar Make sure we do not read beyond end of subtitle packet
Sun, 29 Oct 2006 12:44:15 +0000 reimar realloc subtitle buffers since subcp_recode might have decreased their size.