Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-08 | mpeg-ts: set this->h264 from PMT | phintuka | |
2009-02-08 | read_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-07 | preprocess_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-07 | vdr_flush_engine(): Moved ts_data_flush() call to mutex-protected section | phintuka | |
2009-02-07 | Added buffer type BUF_NETWORK_BLOCK | phintuka | |
(buffer with unparsed xineliboutput network headers) | |||
2009-02-06 | Added demux_ts_proc_video() | phintuka | |
2009-02-06 | Process right buf element | phintuka | |
2009-02-06 | Enable audio from MPEG-TS | phintuka | |
2009-02-06 | Moved PES header stuff from ts2es_put() to ts2es_parse_pes(). | phintuka | |
Added PS1 substream header parsing. | |||
2009-02-06 | Added ts->es cache flushing | phintuka | |
Added audio/SPU stream index | |||
2009-02-06 | Fixes 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-05 | parse_pat/pmt input TS packet --> const | phintuka | |
2009-02-04 | Silenced a compile time warning. | rofafor | |
2009-02-04 | Cosmetics | phintuka | |
2009-02-04 | Fixed freeing statically allocated string | phintuka | |
(lirc device name from command-line) Thanks to Andreas Kool | |||
2009-02-04 | Added PES_HEADER_LEN() | phintuka | |
2009-02-04 | Fixed PAT/PMT parsing with vdr-1.7.4 | phintuka | |
2009-02-04 | Enable PlayFileCtrl() when there is no media file playing. | phintuka | |
This should fix problems with CDDA track count query. | |||
2009-02-03 | Support for DVD SPUs in PES recordings | phintuka | |
2009-02-03 | Demux video from MPEG-TS | phintuka | |
(tested only in local mode) | |||
2009-02-02 | Added STREAM_DVBSUB | phintuka | |
2009-02-01 | Fixed compilation under vdr-1.6.x. | rofafor | |
2009-01-31 | Pass TS data to xine-lib | phintuka | |
2009-01-30 | Join multiple TS packets to one transport packet | phintuka | |
2009-01-28 | PMT parsing | phintuka | |
2009-01-28 | PAT/PMT parsing | phintuka | |
2009-01-27 | Added tools/ts.c to VDR plugin | phintuka | |
2009-01-27 | Initial import | phintuka | |
2009-01-26 | Forward PAT/PMT to xine-lib | phintuka | |
2009-01-26 | Added TimeoutMs to PlayFile() | phintuka | |
2009-01-18 | Handler for TS data | phintuka | |
(discard ts packets, no processing yet) | |||
2009-01-18 | Avoid name collisions | phintuka | |
2009-01-18 | Initial import | phintuka | |
2009-01-17 | Enable compilation against xine-lib-1.2. | rofafor | |
2009-01-10 | Changed the default grab quality to match VDR's documentation. | rofafor | |
2009-01-10 | Added 'm2t' into video extensions. | rofafor | |
2009-01-09 | Reverted application scaling of video output properties. | rofafor | |
2009-01-09 | Changed video output properties to utilize min and max values from video ↵ | rofafor | |
drivers. | |||
2009-01-08 | Added sharpness and noise reduction setup options for VDPAU. | rofafor | |
2009-01-02 | Fixed HAVE_XINERAMA in update_xinerama_info. | rofafor | |
2008-12-21 | Initial import | phintuka | |
2008-12-21 | Added DATA_IS_PES() | phintuka | |
Added prefix to multiple inclusion guard. | |||
2008-12-21 | Simplified main loop. | phintuka | |
This should also fix vdr-??fe exit status when terminated with X11 "Esc" key. | |||
2008-12-19 | Moved local frontend xine-lib config file default location to | phintuka | |
$(CONFDIR)/plugins/xineliboutput/config | |||
2008-12-19 | do not check (unsigned) < 0 | phintuka | |
2008-12-19 | Added '-C'/'--config' command-line option to specify xine's configuration file. | rofafor | |
2008-12-19 | Added layer stuff to osd_command_s | phintuka | |
2008-12-19 | Check for very large sizes when reading grab result | phintuka | |
Increased timeout for reading grab result | |||
2008-12-19 | Set size field when sending OSD command | phintuka | |
2008-12-19 | Added layer stuff. | phintuka | |
Added size field to osd_command_s. Shrinked osd_command_s cmd field size. |