Age | Commit message (Collapse) | Author |
|
|
|
Added is_padding to udp_data_t.
|
|
(_x_io_select() is interrupted when demux_action_pending is set)
|
|
|
|
|
|
- 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)
|
|
|
|
|
|
|
|
Check for _x_io_select() XIO_ABORTED return code
Check RTP packet size
|
|
udp_process_queue()
udp_process_resend()
|
|
udp_parse_header()
udp_check_packet()
udp_parse_control()
|
|
|
|
- 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
|
|
|
|
|
|
|
|
fails)
|
|
|
|
|
|
|
|
(Client uses first received packet to test the connection).
- Send header (PAT/PMT) to new UDP/RTP clients
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pts_to_ms()
|
|
|
|
|
|
|
|
|
|
|
|
Reduced PMT logging.
|
|
|
|
|
|
- changed GetVideoSize(), vdr-1.7.7 not supported anymore
Added GetOsdSize() with default values
|
|
revision 1.33
Added gui_hotkeys parameter to display_open.
Cmd-line argument not implemented for local mode.
revision 1.32
fe_display_open: add aspect_controller and window_id arguments
|
|
revision 1.43
Call find_input from process_xine_keypress
|
|
revision 1.43
Initial support for Xinerama fullscreen mode.
Works with Metacity, not with KWin.
|
|
revision 1.39
Added -LXinerama
|
|
revision 1.62
Call find_input from process_xine_keypress
|
|
revision 1.44
Moved setting XSizeHints to separate function.
Size is now updated when switching to fullscreen mode.
revision 1.42
malloc+memset -> calloc
|
|
revision 1.70
Simplify sscanf formats
revision 1.61
Call find_input from process_xine_keypress
revision 1.57
Init structs in declaration
revision 1.56
malloc+memset -> calloc
|
|
revision 1.29
Moved rle_compress to tools/rle.[hc]
|
|
|
|
revision 1.170
Improved MPEG2 video decoder detection.
Added H.264 video decoder detection.
revision 1.169
Added some comments
revision 1.168
Added post_sequence_end() : Add MPEG2 or H.264 sequence end code to fifo buffer.
post_sequence_end() is used when decoder needs to be flushed
(end of recording, when displaying still image, ...)
revision 1.167
Cosmetics (changed order of function declarations, removed dead code)
revision 1.166
- Use new defines from h264.h and pes.h
revision 1.162
Use proper buffer sizes when calling get_buf_element()
|
|
revision 1.160
Simplify sscanf formats
revision 1.156
Added INPUT_OPTIONAL_DATA_DEMUXER to get_optional_data()
revision 1.154
Splitting large vdr_plugin_read_block (preprocess_buf)
revision 1.152
Replace xvdr with MRL_ID define in strings
|
|
revision 1.213
Support for DVD SPUs in PES recordings
revision 1.153
Demux DVB SPUs
|