summaryrefslogtreecommitdiff
path: root/xine/ts2es.c
AgeCommit message (Collapse)Author
2013-10-28ts demux: fix missing FRAME_END buffers. Makes h.264 playback smoother.phintuka
2013-01-07Added missing BUF_FLAG_FRAME_END to last fragment of known-sized PES packetsphintuka
2013-01-06Fixed typophintuka
2013-01-06Support for HDMV format PMT. Demux audio streams, ignore graphics streams.phintuka
2013-01-06Support VC1 in mpeg-tsphintuka
2012-08-30compress structphintuka
2012-08-30demux-ts: flush complete PES packets immediatelyphintuka
2012-08-30mpeeg-ts demuxer: added PES header parsing sanity checkphintuka
2012-01-16Reduced loggingphintuka
2011-09-15Added new xine buffer type (BUF_AUDIO_AAC_LATM)phintuka
2010-07-18ts2es_flush(): clear PTS (frame is bypassing demuxer timestamp checks)phintuka
2010-05-30Do not try to parse content or substream header of raw audio streamsphintuka
2010-05-20ts2es_init(): handle stream types detected from descriptor tagsphintuka
2010-03-20Fixd lost BUF_FLAG_FRAME_END flags: Split large packets before appending ↵phintuka
data. This way there is always allocated buffer element and BUF_FLAG_FRAME_END is sent even if there is no queued data.
2010-03-20removed pes_start (duplicate ; use pusi instead)phintuka
2010-02-16Drop broken PES packetsphintuka
2010-02-16Parse video DTSphintuka
2010-02-15Attach PTS only to the first fragment of PES packet.phintuka
Removed duplicate storage for PTS.
2009-08-25Fixed HD stream freezes with too small audio buffer.phintuka
Updated buffer allocation strategy for HD streams: - audio uses audio fifo, HD buffer only when audio fifo is full - video uses HD buffer, video fifo only when HD buffer is full
2009-08-25Fill audio/SPU buffers up to full buffer size.phintuka
Fixed max. buffer size check (for video).
2009-08-18Fixed freezing with HD channels and mpeg-ts:phintuka
Added src_fifo option to ts2es_put(). This should enable use of larger buffer for HD video with mpeg-ts.
2009-08-07Do not pass (first) incomplete PES packet to decoderphintuka
2009-02-23Initial importphintuka
(TS->ES demux from input plugin)