summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-02-03Demux video from MPEG-TSphintuka
(tested only in local mode)
2009-02-02Added STREAM_DVBSUBphintuka
2009-02-01Fixed compilation under vdr-1.6.x.rofafor
2009-01-31Pass TS data to xine-libphintuka
2009-01-30Join multiple TS packets to one transport packetphintuka
2009-01-28PMT parsingphintuka
2009-01-28PAT/PMT parsingphintuka
2009-01-27Added tools/ts.c to VDR pluginphintuka
2009-01-27Initial importphintuka
2009-01-26Forward PAT/PMT to xine-libphintuka
2009-01-26Added TimeoutMs to PlayFile()phintuka
2009-01-18Handler for TS dataphintuka
(discard ts packets, no processing yet)
2009-01-18Avoid name collisionsphintuka
2009-01-18Initial importphintuka
2009-01-17Enable compilation against xine-lib-1.2.rofafor
2009-01-10Changed the default grab quality to match VDR's documentation.rofafor
2009-01-10Added 'm2t' into video extensions.rofafor
2009-01-09Reverted application scaling of video output properties.rofafor
2009-01-09Changed video output properties to utilize min and max values from video ↵rofafor
drivers.
2009-01-08Added sharpness and noise reduction setup options for VDPAU.rofafor
2009-01-02Fixed HAVE_XINERAMA in update_xinerama_info.rofafor
2008-12-21Initial importphintuka
2008-12-21Added DATA_IS_PES()phintuka
Added prefix to multiple inclusion guard.
2008-12-21Simplified main loop.phintuka
This should also fix vdr-??fe exit status when terminated with X11 "Esc" key.
2008-12-19Moved local frontend xine-lib config file default location tophintuka
$(CONFDIR)/plugins/xineliboutput/config
2008-12-19do not check (unsigned) < 0phintuka
2008-12-19Added '-C'/'--config' command-line option to specify xine's configuration file.rofafor
2008-12-19Added layer stuff to osd_command_sphintuka
2008-12-19Check for very large sizes when reading grab resultphintuka
Increased timeout for reading grab result
2008-12-19Set size field when sending OSD commandphintuka
2008-12-19Added layer stuff.phintuka
Added size field to osd_command_s. Shrinked osd_command_s cmd field size.