Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-05-06 | Improved mpeg-ts caching | phintuka | |
2009-05-06 | Removed m_PatPmtParser.Reset() from PlayTs() | phintuka | |
2009-05-03 | vdr-1.7.7: GetVideoSize(). | phintuka | |
Replace default size with 720x576. | |||
2009-05-03 | re-ordered headers | phintuka | |
2009-05-03 | SetSubtitleTrackDevice() -> public | phintuka | |
2009-05-03 | Simnplify | phintuka | |
2009-05-03 | vdr-1.7.7: GetVideoSize() | phintuka | |
2009-05-03 | Cosmetics | phintuka | |
2009-05-03 | Return 0 if input plugin queue is full | phintuka | |
2009-05-03 | Return 0 if input plugin queue was full | phintuka | |
2009-05-01 | Updated README. Thanks to Paul Menzel. | rofafor | |
2009-04-20 | Quickfix for vdr-1.7.5 TS replay | phintuka | |