Wed, 26 Jul 2006 17:22:01 +0000 |
reimar |
Incorrect check in gxf demuxer leading to crash with textKO.gxf sample file
|
Sat, 08 Jul 2006 17:28:36 +0000 |
diego |
Remove unused variables, patch by Stefan Huehner stefan at huehner org.
|
Mon, 03 Jul 2006 13:21:54 +0000 |
reynaldo |
rm unnecesary casts from void* - part 4
|
Mon, 19 Jun 2006 21:43:02 +0000 |
nicodvb |
Remove misleading Encrypted VOB message; patch by Ismail Donmez (ismail ab pardus punctum org puntum tr)
|
Wed, 14 Jun 2006 22:12:06 +0000 |
nicodvb |
workaround: at every read update demux->movi_end with stream->end_pos; needed to show the progress bar when playing dvdnav streams
|
Sun, 11 Jun 2006 21:18:25 +0000 |
nicodvb |
now any audio stream can be chosen during DEMUXER_CTRL_SWITCH_AUDIO, irrispective of the codec used
|
Thu, 18 May 2006 18:05:10 +0000 |
nicodvb |
psm longer than 1018 bytes is not allowed, thus invalid
|
Wed, 03 May 2006 18:18:25 +0000 |
nicodvb |
fixed %d->PRIu64 in read_mpeg_timestamp()
|
Wed, 03 May 2006 18:12:38 +0000 |
nicodvb |
stream_read_word() returns _unsigned_ int
|
Wed, 03 May 2006 17:55:02 +0000 |
nicodvb |
in read_mpeg_timestamp() cast int expression to uint64_t before shifting to avoid truncation of bits and to prevent propagation of bit 1 as sign bit in pts
|
Tue, 11 Apr 2006 20:05:24 +0000 |
nicodvb |
timestamps are 33 bits long, so they don't fit in an unsigned int; 10l
|
Mon, 10 Apr 2006 16:18:17 +0000 |
reimar |
make sure the check for valid timestamps does not accidentially search through
|
Sun, 12 Mar 2006 12:28:09 +0000 |
nicodvb |
fail immediately if any of the parameters necessary to switch audio stream isn't set/correct; closes cid 55
|
Sun, 12 Mar 2006 12:13:37 +0000 |
nicodvb |
check sh_video before seeking; closes cid 56
|
Sun, 12 Mar 2006 11:12:48 +0000 |
nicodvb |
init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 241
|