Sat, 23 Sep 2006 17:54:24 +0000 |
eugeni |
Cosmetics. Change indentation of block of code to make it consistent with
|
Sat, 23 Sep 2006 17:00:09 +0000 |
reimar |
Missing part of previous patch to demux_real.c (revision 19958)
|
Sat, 23 Sep 2006 16:46:08 +0000 |
faust3 |
move video memory info printf before the WIN32 workaround
|
Sat, 23 Sep 2006 16:43:57 +0000 |
reimar |
int->unsigned to avoid crash to sign extension, partially fixes bug #580
|
Sat, 23 Sep 2006 16:28:57 +0000 |
rik |
Cosmetics and comments.
|
Sat, 23 Sep 2006 15:31:21 +0000 |
rik |
Patch by Karolina Lindqvist <karolina.lindqvist@kramnet.se>
|
Sat, 23 Sep 2006 15:24:24 +0000 |
diego |
Update with more mime types.
|
Sat, 23 Sep 2006 14:36:25 +0000 |
reimar |
Avoid buffer overflow: memory has do be allocated accordingly when overwriting a string!
|
Sat, 23 Sep 2006 14:34:32 +0000 |
reimar |
Do not assign constant string to audio_driver_list, it is supposed
|
Sat, 23 Sep 2006 13:06:55 +0000 |
diego |
Fix the sound mute switch in the GUI menu by moving the corresponding
|
Sat, 23 Sep 2006 11:07:58 +0000 |
reimar |
Fix audio stream switching with demux_mkv:
|
Sat, 23 Sep 2006 10:42:03 +0000 |
diego |
verbosity--;
|
Sat, 23 Sep 2006 10:27:32 +0000 |
nicodvb |
when changing chapter, in the osd print the channel number in a more natural form:
|
Sat, 23 Sep 2006 09:18:20 +0000 |
reimar |
Add forgotten emms which caused weird bugs like nan pts values.
|
Sat, 23 Sep 2006 00:15:00 +0000 |
eugeni |
Better fix_outline implementation. No more "fix_outline failed" messages,
|
Fri, 22 Sep 2006 20:47:08 +0000 |
reimar |
Fix width -> orig_width typo causing subtitles to be too far to the right
|
Fri, 22 Sep 2006 20:26:12 +0000 |
reimar |
Whitespace-only cosmetics
|
Fri, 22 Sep 2006 20:23:17 +0000 |
reimar |
Aggregate multiple small EOSD textures into one large since hundreds of
|
Fri, 22 Sep 2006 20:19:51 +0000 |
reimar |
Cosmetics: move curtex++ out of for () into code body, needed for coming patch
|
Fri, 22 Sep 2006 20:16:36 +0000 |
reimar |
use eosdDispList != 0 to check if eosd should be drawn instead of eosdtexCnt > 0
|
Fri, 22 Sep 2006 20:13:21 +0000 |
reimar |
Make genEOSD behaviour with NULL data more explicit
|
Fri, 22 Sep 2006 19:58:43 +0000 |
reimar |
Modify clearEOSD to make experimenting easier
|
Fri, 22 Sep 2006 19:15:40 +0000 |
reimar |
remove useless zero-initialization code.
|
Fri, 22 Sep 2006 18:56:09 +0000 |
eugeni |
Move calculation of text parameters (number of lines, height, etc.) from
|