summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-18Moved eScrSource to class.phintuka
Added PCR to CalcElapsedVTime()
2009-08-18Cosmeticsphintuka
2009-08-18Removed m_bIsFinishedphintuka
2009-08-18Removed IsFinished()phintuka
2009-08-18Call cThread::Active() instead of cXinelibThread::IsFinished()phintuka
2009-08-18Use cThread::Running() and cThread::Cancel()phintuka
2009-08-18Removed Stop(). Use cThread::Running() and cThread::Cancel().phintuka
2009-08-18Removed Stop(). Use cThread::Cancel() and cThread::Running().phintuka
2009-08-18Removed calls to cXinelibThread::Stop()phintuka
2009-08-18Removed invalid free()phintuka
Cosmetics
2009-08-18Added --terminal optionphintuka
2009-08-18Fixed buffer overflow.phintuka
Removed redundant strdup.
2009-08-18Reduced PAT loggingphintuka
2009-08-18get_buf_element(): Always leave free buffer to hd_buffer (for mpeg-ts demuxer)phintuka
2009-08-18Removed duplicate and deprecated code.phintuka
Simplified nosignal image queuing.
2009-08-18Fixed freezing with HD channels and mpeg-ts:phintuka
Added src_fifo option to ts2es_put(). This should enable use of larger buffer for HD video with mpeg-ts.
2009-08-18Cosmetics. Removed redundant strdup.phintuka
2009-08-16Added reconfigurable number of PES buffers for remote frontends via commandline.rofafor
2009-08-10Updated Italian translations (Thanks to Diego Pierotto)phintuka
2009-08-07Added OSD resolution enumsphintuka
2009-08-07Added setup menu option for OSD resolutionphintuka
2009-08-07Added setup options for OSD sizephintuka
2009-08-07Do not pass (first) incomplete PES packet to decoderphintuka
2009-08-06Enabled UDP/RTP for mpeg-tsphintuka
2009-08-06Clear(): reset possible cached header (PAT/PMT)phintuka
2009-08-05Fixed abort when compiled with recent gcc.phintuka
(gcc adds checks for sprintf target buffer size. Size was incorrectly guessed to be 0)
2009-08-05Reordered headers. Added ts.hphintuka
2009-08-05SetHeader(): 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-05Cosmeticsphintuka
2009-08-03Rewrite 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-03Updated file list key bindings:phintuka
Removed redundant "[..]" from green key Added "Rewind" to green key
2009-08-03Added cFileListItem::HasResume(void)phintuka
2009-08-03Removed redundant "bool Parent" parameter from cMenuBrowseFiles::Open()phintuka
2009-08-03Detect BluRay disc imagesphintuka
2009-08-02Added IsBluRayFolder()phintuka
2009-08-02Added symbol 'B' to indicate BluRay disc imagesphintuka
2009-08-02New algorithm for live mode sync of xineliboutput providingphintuka
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-01Logging updatesphintuka
2009-08-01Moved double clear check from cXinelibDevice to cXinelibThreadphintuka
2009-08-01Added LOGVERBOSE(x...)phintuka
2009-07-30Removed data thread.phintuka
2009-07-30Logging updatesphintuka
2009-07-30Added log_graph(): tool to debug new SCR tuning algorithmphintuka
(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-30Log warning message if engine.buffers.video_num_frames is too small for HD ↵phintuka
content. Logging updates and cosmetics.
2009-07-25vdr-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-24When clearing, drop only one packet at timephintuka
-> do not break frames -> keep control messages
2009-07-24Simplifyphintuka
2009-07-24demux_xvdr_dispose(): Added missing ts_data_dispose() call.phintuka
Fixes frontend lock-up at exit (with vdr-1.7.x).
2009-07-24Replaced m_Active with cThread::Running() and cThread::Cancel()phintuka
2009-07-23Do not link against libvdpauphintuka
(Thanks to Tobias Grimm)