Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-07 | (1.48) | phintuka | |
Fixed abort when compiled with recent gcc. (gcc adds checks for sprintf target buffer size. Size was incorrectly guessed to be 0) | |||
2009-09-16 | This commit was manufactured by cvs2svn to create branch 'branch-1_0_5'. | cvs2svn | |
2009-09-13 | Merge revision 1.52 | phintuka | |
Removed dead code | |||
2009-09-13 | Merge revision 1.8: | phintuka | |
Fixed buffer overflow. Removed redundant strdup. | |||
2009-08-19 | This commit was manufactured by cvs2svn to create branch 'branch-1_0_x'. | cvs2svn | |
2009-08-19 | Ordered ScrSource from worst to best | phintuka | |
2009-08-18 | Moved eScrSource to class. | phintuka | |
Added PCR to CalcElapsedVTime() | |||
2009-08-18 | Cosmetics | phintuka | |
2009-08-18 | Fixed buffer overflow. | phintuka | |
Removed redundant strdup. | |||
2009-08-18 | Reduced PAT logging | 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-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 | Replaced m_Active with cThread::Running() and cThread::Cancel() | phintuka | |
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-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-03 | ts_get_pcr_n() | phintuka | |
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-09 | Merge from trunk: cosmetics | phintuka | |
2009-06-09 | Merge from trunk: | phintuka | |
HAVE_EXTRACTOR_H -> HAVE_LIBEXTRACTOR | |||
2009-06-06 | Merge from trunk:unlabeled-1.34.2 | phintuka | |
revision 1.39 date: 2009/06/01 14:33:11; author: phintuka; state: Exp; lines: +10 -11 Eliminated warning (dereferencing type-punned pointer will break strict-aliasing rules). Initialize data in declaration. ---------------------------- revision 1.38 date: 2009/03/31 10:34:32; author: phintuka; state: Exp; lines: +2 -2 Fixed missing packet range when replying to resend request | |||
2009-06-04 | Merge from trunk: | phintuka | |
revision 1.23 Fixed invalid (const char *) -> (char *) casts and modifying const data | |||
2009-06-04 | Merge from trunk: | phintuka | |
revision 1.22 Fixed memory leaks (orphaned strdup() return values) | |||
2009-06-02 | This commit was manufactured by cvs2svn to create branch 'branch-1_0_x'. | cvs2svn | |
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-05-29 | Eliminated warning | phintuka | |
(dereferencing type-punned pointer will break strict-aliasing rules) |