Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-13 | Merge revision 1.16unlabeled-1.13.2 | phintuka | |
Replaced m_Active with cThread::Running() and cThread::Cancel() | |||
2009-07-21 | This commit was manufactured by cvs2svn to create branch 'unlabeled-1.13.2'. | cvs2svn | |
2009-07-21 | Cosmetics. | phintuka | |
Simplified locking. | |||
2009-07-21 | Added Cork() | phintuka | |
2009-07-21 | Removed unused code blocks (DISABLE_DISCARD,LOG_DISCARD) | phintuka | |
2009-07-21 | Cosmetics | phintuka | |
2009-07-21 | Fixed possible race condition in Flush() | phintuka | |
2009-07-17 | vdr_plugin_read_nat_udp() -> vdr_plugin_read_block_udp() | phintuka | |
2009-07-17 | UDP: flush all queued packets when idle padding found | phintuka | |
2009-07-17 | Fixed reading partially read block from tcp/pipe socket | phintuka | |
2009-07-16 | Moved current_seq to udp_data_t. | phintuka | |
Added is_padding to udp_data_t. | |||
2009-07-16 | vdr_plugin_read_block_tcp(): use _x_io_select() for polling | phintuka | |
(_x_io_select() is interrupted when demux_action_pending is set) | |||
2009-07-15 | Revert errornous part of 1.267 | phintuka | |
2009-07-15 | Simplify | phintuka | |
2009-07-15 | vdr_plugin_read_block_tcp(): | phintuka | |
- return after every packet - check for XIO_ABORTED - disconnect when incoming frame does not fit to the buffer (shouldn't be possible in normal conditions) | |||
2009-07-15 | flush_all_fifos(): free all queued UDP packets | phintuka | |
2009-07-15 | read_block() returns EINTR when demux_action_pending flag is set | phintuka | |
2009-07-13 | Use read_socket_udp() | phintuka | |
2009-07-13 | read_socket_udp(): | phintuka | |
Check for _x_io_select() XIO_ABORTED return code Check RTP packet size | |||
2009-07-13 | Splitted vdr_plugin_read_net_udp(): | phintuka | |
udp_process_queue() udp_process_resend() | |||
2009-07-10 | Splitted vdr_plugin_read_net_udp(): | phintuka | |
udp_parse_header() udp_check_packet() udp_parse_control() | |||
2009-07-10 | read_socket_udp() | phintuka | |
2009-07-06 | Updated wait_stream_sync(): | phintuka | |
- return 1 on success and 0 on failure. When failed, set errno to EAGAIN (timeout), EINTR (demux_action_pending) or ENOTCONN. - reduced logging - added documentation - sleep in 10ms intervals, up to one second (react faster to interrupt conditions) - return immediately if control thread has been terminated | |||
2009-07-06 | Failed input->read_block() with errno EINTR is non-fatal | phintuka | |
2009-07-06 | Simplify UDP queue full handling | phintuka | |
2009-07-05 | vdr_plugin_read_block(): do not deliver data while slave stream is playing | phintuka | |
2009-07-05 | Dispose osd manager only if it exists (fixes segfault when connection setup ↵ | phintuka | |
fails) | |||
2009-07-05 | Killed warning | phintuka | |
2009-07-05 | Added flush_all_fifos() | phintuka | |
2009-07-03 | ts_get_pcr_n() | phintuka | |
2009-07-02 | - Send padding packet to new UDP/RTP clients. | phintuka | |
(Client uses first received packet to test the connection). - Send header (PAT/PMT) to new UDP/RTP clients | |||
2009-07-02 | Added QueuePadding() | phintuka | |
2009-07-02 | Fixed poll condition (broken in 1.42) | phintuka | |
2009-07-01 | pts_to_ms(), ms_to_pts() | phintuka | |
2009-07-01 | #define NO_PTS | phintuka | |
2009-07-01 | Moved static variables to class (burst limit) | phintuka | |
2009-07-01 | Moved all m_CondWait.Wait() calls to Scheduler_Sleep() | phintuka | |
2009-07-01 | int -> uint | phintuka | |
pts_to_ms() | |||
2009-07-01 | Cosmetics | phintuka | |
2009-06-30 | Replaced m_Running with cThread::Running() | phintuka | |
2009-06-29 | Cosmetics | phintuka | |
2009-06-29 | video_size_t * --> struct video_size_s * | phintuka | |
2009-06-29 | ts_get_pcr() | phintuka | |
2009-06-29 | Added logging macros | phintuka | |
Reduced PMT logging. | |||
2009-06-27 | Removed redundant PMT from log messages | phintuka | |
2009-06-24 | Killed warning | phintuka | |
2009-06-24 | Fixed compilation with vdr-1.7.8 | phintuka | |
- changed GetVideoSize(), vdr-1.7.7 not supported anymore Added GetOsdSize() with default values | |||
2009-06-04 | Reset PAT/PMT parser when switching channel. | phintuka | |
(Thanks to jlac) https://sourceforge.net/forum/forum.php?thread_id=3277603&forum_id=540656 | |||
2009-06-02 | Do not set overlay extent if overlay has been scaled already | phintuka | |
2009-06-02 | Eliminated warning | phintuka | |
(dereferencing pointer ... does break strict-aliasing rules) |