summaryrefslogtreecommitdiff
path: root/xine/ts2es.c
AgeCommit message (Collapse)Author
2010-04-04This commit was manufactured by cvs2svn to create tag 'libbluray-r103'.libbluray-r103cvs2svn
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)