summaryrefslogtreecommitdiff
path: root/xine_input_vdr.c
AgeCommit message (Expand)Author
2009-07-15vdr_plugin_read_block_tcp():phintuka
2009-07-15flush_all_fifos(): free all queued UDP packetsphintuka
2009-07-15read_block() returns EINTR when demux_action_pending flag is setphintuka
2009-07-13Use read_socket_udp()phintuka
2009-07-13read_socket_udp():phintuka
2009-07-13Splitted vdr_plugin_read_net_udp():phintuka
2009-07-10Splitted vdr_plugin_read_net_udp():phintuka
2009-07-10read_socket_udp()phintuka
2009-07-06Updated wait_stream_sync():phintuka
2009-07-06Simplify UDP queue full handlingphintuka
2009-07-05vdr_plugin_read_block(): do not deliver data while slave stream is playingphintuka
2009-07-05Dispose osd manager only if it exists (fixes segfault when connection setup f...phintuka
2009-07-05Killed warningphintuka
2009-07-05Added flush_all_fifos()phintuka
2009-05-25Moved init stuff from get_instance() to open()phintuka
2009-05-25Splitted wait_stream_sync() from data_stream_parse_control().phintuka
2009-05-22vdr_plugin_read_net_tcp() --> vdr_plugin_read_block_tcp() :phintuka
2009-05-22Do not flood log with fifo buffer full messagesphintuka
2009-03-31Fixed size of resend_requested field in udp_data_tphintuka
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