summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-12Merge changes from revision 1.30.2.11phintuka
(1.0.4)
2009-02-12Merge changes from revision 1.52.2.6:phintuka
Query CDDA track count before starting playback
2009-02-10Moved and simplified code from input plugin:phintuka
- audio track change detecton - PTS wrap detection and handling
2009-02-10HUD: show only topmost OSD layerphintuka
2009-02-10Removed old Xv field swap code (no driver support for it)phintuka
2009-02-10Removed tabs and trailing spaccesphintuka
2009-02-10Removed demux:mpeg_block from mrl.phintuka
(This should enable xvdr demuxer)
2009-02-10Removed (old) demuxer selection helper codephintuka
2009-02-10Added demuxer ("xvdr") to xine_plugin_info[].phintuka
2009-02-10Added demuxer:phintuka
Compile xine/demux_xvdr.o Added xine/demux_xvdr.o to input plugin (both are useless alone).
2009-02-10Export init functionphintuka
2009-02-10Accept decoded audio/video in input (no signal / logo images)phintuka
2009-02-10Cosmeticsphintuka
2009-02-10reorder substream type checksphintuka
2009-02-10Changed logging to use xineliboutput log systemphintuka
2009-02-10Cosmetics.phintuka
Removed some logging. re-indent parse_private_stream1().
2009-02-10Added some comments.phintuka
2009-02-10Accept MPEG-TS (33) in RTP payload type fieldphintuka
2009-02-10Added RTP_PAYLOAD_TYPE_PES and RTP_PAYLOAD_TYPE_TSphintuka
Set payload type to RTP header.
2009-02-10Added payload type to SDPphintuka
2009-02-10Set payload type to SDPphintuka
2009-02-10Added payload type parameter (PES or TS)phintuka
2009-02-10Removed tabs and trailing spacesphintuka
2009-02-10Added IS_MPEG_AUDIO_PACKET() and IS_PS1_PACKET()phintuka
2009-02-10Removed trailing spacephintuka
2009-02-10Fixed NAL_END_SEQphintuka
2009-02-09renamed to demux_xvdrphintuka
2009-02-08Removed code that is not used in xineliboutputphintuka
2009-02-08Merged in 1.1.x compabilityphintuka
(xine-lib hg demux_mpeg_block.c rev. 9653)
2009-02-08Initial import.phintuka
(Copy of demux_mpeg_block.c from xine-lib 1.2 HG, rev. 10773)
2009-02-08indentphintuka
2009-02-08mpeg-ts: set this->h264 from PMTphintuka
2009-02-08read_block():phintuka
Do disconnect detection, demux_action_pending check and scr tuning inside main loop (with H.264 or MPEG-TS loop does not return very often)
2009-02-07preprocess_buf():phintuka
BUF_CONTROL_FLUSH_DECODER goes directly to video_fifo demuxed video goes directly to video_fifo, and does not change current stream position
2009-02-07vdr_flush_engine(): Moved ts_data_flush() call to mutex-protected sectionphintuka
2009-02-07Added buffer type BUF_NETWORK_BLOCKphintuka
(buffer with unparsed xineliboutput network headers)
2009-02-06Added demux_ts_proc_video()phintuka
2009-02-06Process right buf elementphintuka
2009-02-06Enable audio from MPEG-TSphintuka
2009-02-06Moved PES header stuff from ts2es_put() to ts2es_parse_pes().phintuka
Added PS1 substream header parsing.
2009-02-06Added ts->es cache flushingphintuka
Added audio/SPU stream index
2009-02-06Fixes to PlayTs:phintuka
- always call cDevice::PlayTs() (fixes channel switching and audio track selection) - reset PMT PID and flush cache when Data==NULL
2009-02-05parse_pat/pmt input TS packet --> constphintuka
2009-02-04Silenced a compile time warning.rofafor
2009-02-04Cosmeticsphintuka
2009-02-04Fixed freeing statically allocated stringphintuka
(lirc device name from command-line) Thanks to Andreas Kool
2009-02-04Added PES_HEADER_LEN()phintuka
2009-02-04Fixed PAT/PMT parsing with vdr-1.7.4phintuka
2009-02-04Enable PlayFileCtrl() when there is no media file playing.phintuka
This should fix problems with CDDA track count query.
2009-02-03Support for DVD SPUs in PES recordingsphintuka