Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-05-29 | Eliminated warning | phintuka | |
(dereferencing type-punned pointer will break strict-aliasing rules) | |||
2009-05-27 | Updated logo (Thanks to Stefan Wagner) | phintuka | |
2009-05-27 | Disabled (VDPAU) HW scaler | phintuka | |
2009-05-27 | Removed trick speed delay for vdr-1.7.5+ | phintuka | |
(forward trick speeds should now work. Backward trickspeeds won't work yet) | |||
2009-05-25 | Moved init stuff from get_instance() to open() | phintuka | |
2009-05-25 | Splitted wait_stream_sync() from data_stream_parse_control(). | phintuka | |
Added timeout. | |||
2009-05-22 | Initial import | phintuka | |
2009-05-22 | vdr_plugin_read_net_tcp() --> vdr_plugin_read_block_tcp() : | phintuka | |
Read single transport block from socket / pipe | |||
2009-05-22 | Do not flood log with fifo buffer full messages | phintuka | |
Added this->read_buffer for partially read data packets Cosmetics | |||
2009-05-09 | Removed log message | phintuka | |
2009-05-06 | Removed log message from open | phintuka | |