Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2009-06-02 | Add mrl prefix ("file:") to escaped subtitle file name | phintuka | |
2009-06-02 | Removed deprecated "demux:mpeg_block" from examples | phintuka | |
2009-06-02 | Added xvdr_metronom.o to input plugin | phintuka | |
2009-06-02 | Updated HISTORY | phintuka | |
2009-06-02 | Added const | phintuka | |
2009-06-02 | Fixed invalid (const char *) -> (char *) casts and modifying const data | phintuka | |
2009-06-01 | Fixed memory leaks (orphaned strdup() return values) | phintuka | |
2009-06-01 | Eliminated warning (dereferencing type-punned pointer will break ↵ | phintuka | |
strict-aliasing rules). Initialize data in declaration. | |||
2009-06-01 | Removed invalid cast from (const char *) -> (char *) | phintuka | |
Do not change value of const string | |||
2009-06-01 | Eliminated invalid casts from (const char *) to (char*) | phintuka | |
Simplified, removed redundant local variables | |||
2009-06-01 | Eliminated warning | phintuka | |
(dereferencing type-punned pointer will break strict-aliasing rules) | |||
2009-05-31 | Use IsDvdFolder() | phintuka | |
2009-05-31 | Move window to initial coordinates | phintuka | |
2009-05-31 | Added --geometry option | phintuka | |
2009-05-31 | Added window position | phintuka | |
2009-05-31 | Added IsDvdFolder() | phintuka | |
2009-05-31 | Added IsDvdImage() | phintuka | |
2009-05-31 | Fixed invalid cast from (const char *) to (char *) | phintuka | |
2009-05-29 | Fixed invalid cast | phintuka | |
2009-05-29 | Fixed invalid cast from (const char *) to (char *) | phintuka | |
2009-05-29 | Added const | phintuka | |
2009-05-29 | Fixed invalid cast from (const char *) -> (char *) | phintuka | |