Thu, 23 Nov 2006 17:37:28 +0000 |
eugeni |
Cosmetics: indentation fix.
|
Sun, 19 Nov 2006 14:23:54 +0000 |
reimar |
Generalize subtitle switching, demux_ogg does not need a special case
|
Tue, 14 Nov 2006 22:48:53 +0000 |
rtogni |
Don't spam the console with timestamps (non-error messages printed every
|
Tue, 14 Nov 2006 22:40:35 +0000 |
rtogni |
Fix extradata passing to lavc RV20 decoder
|
Mon, 13 Nov 2006 16:15:23 +0000 |
reimar |
Make subtitle stream handling more similar to audio and video streams.
|
Tue, 07 Nov 2006 18:14:30 +0000 |
mosu |
If parsing a seek head fails then mplayer should try continue parsing the file after the seek head.
|
Sun, 05 Nov 2006 20:29:29 +0000 |
reimar |
Fix index-based seeking in audio-only files, fixes bug #621
|
Sun, 05 Nov 2006 13:53:27 +0000 |
kraymer |
add MSGTR_MPDEMUX_MKV for demux_mkv.c
|
Sat, 28 Oct 2006 15:07:18 +0000 |
eugeni |
Libass interface reworked:
|
Sun, 15 Oct 2006 12:48:18 +0000 |
reimar |
Implement -noidx since index can use quite a bit of memory, esp. when using valgrind.
|
Thu, 12 Oct 2006 17:21:15 +0000 |
reimar |
Cosmetics
|
Thu, 12 Oct 2006 17:19:43 +0000 |
reimar |
strncpy->strlcpy
|
Thu, 12 Oct 2006 17:19:10 +0000 |
reimar |
Remove useless return; at end of function
|
Thu, 12 Oct 2006 17:18:20 +0000 |
reimar |
Simplify demux_mkv_get_sub_lang
|
Thu, 12 Oct 2006 14:11:39 +0000 |
ptt |
modifications pointed out by reimar doffinger
|
Wed, 11 Oct 2006 17:25:46 +0000 |
ptt |
added OSD audio switching visualization
|
Wed, 11 Oct 2006 15:57:51 +0000 |
reimar |
More possible memleaks.
|
Wed, 11 Oct 2006 15:47:37 +0000 |
reimar |
Avoid memleak on error while reading attachments or multiple
|
Tue, 10 Oct 2006 15:01:11 +0000 |
reimar |
Simplify (by using realloc with NULL parameter) and refactor code to grow
|
Mon, 09 Oct 2006 19:10:36 +0000 |
reimar |
Free track->language before assigning new value
|
Mon, 09 Oct 2006 18:56:16 +0000 |
reimar |
Missing (in close function)/misplaced free for track structure itself.
|
Mon, 09 Oct 2006 18:48:55 +0000 |
reimar |
Free track data if error occurs while reading trackentry
|
Mon, 09 Oct 2006 18:28:58 +0000 |
reimar |
Free track encodings on error or demuxer close
|
Mon, 09 Oct 2006 18:00:54 +0000 |
reimar |
replace malloc+memset by calloc
|
Mon, 09 Oct 2006 17:48:43 +0000 |
reimar |
Remove cast of realloc result missed in last patch
|
Mon, 09 Oct 2006 17:41:37 +0000 |
reimar |
Remove unneeded casts for malloc/realloc calls
|
Mon, 25 Sep 2006 21:17:43 +0000 |
eugeni |
Add matroska v2 (SimpleBlock) support.
|
Wed, 13 Sep 2006 02:02:17 +0000 |
eugeni |
Fix r19815: mkv_d->duration could be assigned an uninitialized value.
|
Tue, 12 Sep 2006 21:45:06 +0000 |
eugeni |
Fix seeking in Matroska files with non-default TimecodeScale value.
|
Tue, 12 Sep 2006 21:40:01 +0000 |
eugeni |
Fix block duration calculation in mkv demuxer.
|