log libmpdemux/demux_ts.c @ 34450:74622554a386

age author description
Thu, 12 May 2011 21:37:24 +0000 cehoyos Support S302M in the native ts demuxer.
Sat, 07 May 2011 20:30:14 +0000 reimar Remove unused variable.
Tue, 19 Apr 2011 08:23:15 +0000 diego demux_ts: Hint at -tsprobe option when no audio stream is found.
Sun, 06 Feb 2011 14:06:35 +0000 reimar Change SVB SPU stream format in TS demuxer so it can be decoded by
Sun, 06 Feb 2011 13:52:05 +0000 reimar Fix r32587: the previous approach to return subtitles in time broke
Sun, 06 Feb 2011 11:45:17 +0000 reimar Set subtitle stream type correctly for DVB subtitles in TS demuxer.
Sat, 11 Dec 2010 23:19:13 +0000 reimar Replace memcpy with memove since at least src==dst is possible.
Sat, 11 Dec 2010 23:15:48 +0000 reimar Fix several memleaks in TS demuxer.
Sat, 11 Dec 2010 22:26:57 +0000 reimar Replace hard-coded number for loop limits for array index by
Sat, 11 Dec 2010 22:22:54 +0000 reimar Replace malloc+memset with calloc and use sizeof(*variable).
Sat, 11 Dec 2010 22:19:46 +0000 reimar Add memset to avoid using uninitialized data with sample in bug 1280.
Sun, 28 Nov 2010 18:02:50 +0000 reimar Fix TS files with MP4 ES AAC descriptor to be correctly recognized
Sat, 20 Nov 2010 10:47:58 +0000 reimar Fix TS demuxer with -sb and when -aid stream is not found.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sat, 06 Nov 2010 16:38:00 +0000 reimar Fix subtitle sync issues by ensuring we enqueue all subtitle packets