summaryrefslogtreecommitdiff
path: root/xine_input_vdr.c
AgeCommit message (Expand)Author
2009-03-30Fixed automatic SPU language selection for non-DVD media typesphintuka
2009-03-17Add a missed condition in the previous commit.rofafor
2009-03-17Fixed a crash.rofafor
2009-03-07Simplified vdr_event_cb()phintuka
2009-03-07Fixed setting timeout when syncing data and control streamsphintuka
2009-03-07read_net_tcp(): store byte count in read_buffer->sizephintuka
2009-03-06Do not call vdr_plugin_poll() from data thread.phintuka
2009-03-06Cosmeticsphintuka
2009-03-05Use size field when reading osdcmd_t data from socketphintuka
2009-03-05Use only hd_buffer for hd streamsphintuka
2009-03-01removed locking this->lock in post_vdr_event()phintuka
2009-02-26Buffer handling updates.phintuka
2009-02-25input_control() -> post_vdr_event()phintuka
2009-02-25rewrite socket helper functions to always return number of bytes (or -1 on er...phintuka
2009-02-25Removed stuff already in demux_xvdr.c:phintuka
2009-02-22Removed unused big_bufferphintuka
2009-02-17Fixed size limit for generated blank imagesphintuka
2009-02-16Include just headers, not codephintuka
2009-02-13(demux_xvdr:) use errno EAGAIN instead of generated padding frame whenphintuka
2009-02-13Moved some demuxer code to demux_xvdr.c:phintuka
2009-02-10Removed (old) demuxer selection helper codephintuka
2009-02-10Added demuxer ("xvdr") to xine_plugin_info[].phintuka
2009-02-10Accept MPEG-TS (33) in RTP payload type fieldphintuka
2009-02-08indentphintuka
2009-02-08mpeg-ts: set this->h264 from PMTphintuka
2009-02-08read_block():phintuka
2009-02-07preprocess_buf():phintuka
2009-02-07vdr_flush_engine(): Moved ts_data_flush() call to mutex-protected sectionphintuka
2009-02-07Added buffer type BUF_NETWORK_BLOCKphintuka
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
2009-02-06Added ts->es cache flushingphintuka
2009-02-03Support for DVD SPUs in PES recordingsphintuka
2009-02-03Demux video from MPEG-TSphintuka
2009-01-18Handler for TS dataphintuka
2009-01-09Reverted application scaling of video output properties.rofafor
2009-01-09Changed video output properties to utilize min and max values from video driv...rofafor
2009-01-08Added sharpness and noise reduction setup options for VDPAU.rofafor
2008-12-06Use OSD manager from xine/osdmanager.c. Removed OSD code.phintuka
2008-12-06exec_osd_set_rle()phintuka
2008-12-05Moved RLE scaling code to tools/rle.[hc]phintuka
2008-12-04Splitted exec_osd_commandphintuka
2008-12-03Fixed exec_osd_set_palette in local mode (stack-allocated CLUT was freed).phintuka
2008-12-03Removed dead code (update_video_size())phintuka
2008-12-03Moved SCR code to xine/adjustable_scr.[hc]phintuka
2008-11-30Added implementations for OSD_Flush, OSD_SetPalette and OSD_Move.phintuka
2008-11-23Added osdcmd_to_overlay. Removed duplicate code.phintuka
2008-11-21Set OSD size to video_out if scaling is supportedphintuka