Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-14 | Merged revision 1.56: | phintuka | |
Moved list_plugins to xine_frontend.c. | |||
2009-08-14 | Merged revision 1.79: | phintuka | |
Moved list_plugins to xine_frontend.c. | |||
2009-08-13 | Compilation fixes | phintuka | |
2009-08-13 | Moved libextractor check before reading Make.config files. | phintuka | |
2009-08-10 | Updated Italian translations (Thanks to Diego Pierotto) | phintuka | |
2009-08-07 | Added OSD resolution enums | phintuka | |
2009-08-07 | Added setup menu option for OSD resolution | phintuka | |
2009-08-07 | Added setup options for OSD size | phintuka | |
2009-08-07 | Do not pass (first) incomplete PES packet to decoder | phintuka | |
2009-08-06 | Enabled UDP/RTP for mpeg-ts | phintuka | |
2009-08-06 | Clear(): reset possible cached header (PAT/PMT) | phintuka | |
2009-08-05 | Fixed abort when compiled with recent gcc. | phintuka | |
(gcc adds checks for sprintf target buffer size. Size was incorrectly guessed to be 0) | |||
2009-08-05 | Reordered headers. Added ts.h | phintuka | |
2009-08-05 | SetHeader(): Check if data is NULL before copying it. | phintuka | |
--> header can be resetted without providing new one by calling SetHeader(NULL, 0, true); | |||
2009-08-05 | Cosmetics | phintuka | |
2009-08-03 | Rewrite cMenuBrowseFiles::SetHelpButtons() | phintuka | |
(should be lot easier to read now ...) - Removed redundant buttons - Disabled color buttons for parent directory entry ( "[..]" ) - Execute color button actions only when defined for the file | |||
2009-08-03 | Updated file list key bindings: | phintuka | |
Removed redundant "[..]" from green key Added "Rewind" to green key | |||
2009-08-03 | Added cFileListItem::HasResume(void) | phintuka | |
2009-08-03 | Removed redundant "bool Parent" parameter from cMenuBrowseFiles::Open() | phintuka | |
2009-08-03 | Detect BluRay disc images | phintuka | |
2009-08-02 | Added IsBluRayFolder() | phintuka | |
2009-08-02 | Added symbol 'B' to indicate BluRay disc images | phintuka | |
2009-08-02 | New algorithm for live mode sync of xineliboutput providing | phintuka | |
much smoother buffer control. CVS version of live mode sync as of 2009-06-14 was not quite sufficient for the purposes of FRC [1]. Originally from [2] and discussed on the list [3]. Signed-off-by: Thomas Hilber <sparkie@lowbyte.de> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> [1] http://frc.easy-vdr.de/ [2] http://easy-vdr.de/git?p=frc.git/.git;a=blob;f=patches/xineliboutput-tuning-step.patch;h=9d1c56b2268125436fa3eccfebcfc3492ab204ce;hb=b9e67f4b27f1b7b1dbb2aabf3e36187e229ea63 [3] http://sourceforge.net/mailarchive/forum.php?thread_name=1248261373.14347.6032.camel%40ph-laptop&forum_name=xineliboutput-devel | |||
2009-08-01 | Logging updates | phintuka | |
2009-08-01 | Moved double clear check from cXinelibDevice to cXinelibThread | phintuka | |
2009-08-01 | Added LOGVERBOSE(x...) | phintuka | |
2009-07-30 | Removed data thread. | phintuka | |
2009-07-30 | Logging updates | phintuka | |
2009-07-30 | Added log_graph(): tool to debug new SCR tuning algorithm | phintuka | |
(Thanks to Thomas Hilber and Paul Menzel) Originally from http://easy-vdr.de/git?p=frc.git/.git;a=blob;f=patches/xineliboutput-tuning-step.patch;h=9d1c56b2268125436fa3eccfebcfc3492ab204ce;hb=b9e67f4b27f1b7b1dbb2aabf3e36187e229ea637 | |||
2009-07-30 | Log warning message if engine.buffers.video_num_frames is too small for HD ↵ | phintuka | |
content. Logging updates and cosmetics. | |||
2009-07-25 | vdr-1.7.8+: Reset PAT/PT parser PAT is received. | phintuka | |
(fixes h.264 detection) mpeg-ts: Set HD buffering mode for h.264 video (should use bandwidth ...) Reduced PAT/PMT logging | |||
2009-07-24 | When clearing, drop only one packet at time | phintuka | |
-> do not break frames -> keep control messages | |||
2009-07-24 | Simplify | phintuka | |
2009-07-24 | demux_xvdr_dispose(): Added missing ts_data_dispose() call. | phintuka | |
Fixes frontend lock-up at exit (with vdr-1.7.x). | |||
2009-07-24 | Replaced m_Active with cThread::Running() and cThread::Cancel() | phintuka | |
2009-07-23 | Do not link against libvdpau | phintuka | |
(Thanks to Tobias Grimm) | |||
2009-07-23 | Accept only KeyPress events | phintuka | |
(http://linuxtv.org/pipermail/vdr/2009-June/020784.html) | |||
2009-07-23 | Fixed segfault when dbus not running | phintuka | |
2009-07-23 | Check dbus_g_proxy_new_for_name() return value | phintuka | |
Cosmetics | |||
2009-07-22 | Added missing macros TCP_PAYLOAD(), UDP_PAYLOAD(), RTP_PAYLOAD(), ↵ | phintuka | |
RTP_UDP_PAYLOAD() (Thanks to Tobias Grimm) | |||
2009-07-22 | Fixed discard. Last packet of discarded range was passed to demux. | phintuka | |
Simplify. | |||
2009-07-21 | Avoid delaying control messages: | phintuka | |
Force TCP packet after control message, if there is no more data to the packet. | |||
2009-07-21 | Do not discard control messages | phintuka | |
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 | |