Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-28 | Merged revision 1.9: | phintuka | |
Fixed compilation with libextractor 0.6.0. | |||
2010-02-28 | Merge: | phintuka | |
1.28, 1.27, 1.26: support for libextractor 0.6.0 1.25: BuildMrl() | |||
2010-02-27 | This commit was manufactured by cvs2svn to create branch 'branch-1_0_x'. | cvs2svn | |
2010-02-23 | Added missing cString -> const char * type conversion | phintuka | |
2010-02-23 | Fixed memory leaks | phintuka | |
Simplified | |||
2010-02-23 | Fixed compilation with libextractor 0.6.0. | phintuka | |
Note: metainfo menu has no libextractor 0.6.0 support yet ! | |||
2010-02-23 | Added support for libextractor 0.6.0 API (Thanks to Martin Knoll) | phintuka | |
2010-02-03 | Added template for functions with four arguments | phintuka | |
2010-02-03 | Added SC_SEQUENCE_END | phintuka | |
2010-02-03 | Added BuildMrl | phintuka | |
(obsoletes EscapeMrl) | |||
2010-02-03 | ts_get_video_size(): aqdded missing start code search after PES header strip. | phintuka | |
Fixes scanning if start code is in PES offsets 1...3. | |||
2010-02-02 | Implemented ts_get_video_size() | phintuka | |
2010-02-02 | Fixed start code scanning | phintuka | |
2010-02-02 | int -> size_t | phintuka | |
2010-02-02 | Added sanity checks | phintuka | |
Recuced logging | |||
2010-02-02 | int -> size_t | phintuka | |
2010-02-02 | memcpy -> memmove | phintuka | |
2010-02-02 | h264_get_video_size(): Removed NAL AUD scanning, it is done in ↵ | phintuka | |
h264_get_picture_type() | |||
2010-02-02 | h264_get_video_size() : scan packet for startcode if it is not in the beginning | phintuka | |
2010-02-02 | IS_NAL_???(): cast to const | phintuka | |
2010-02-02 | Use IS_SC_PICTURE(), IS_SC_SEQUENCE() | phintuka | |
2010-02-02 | Added IS_SC_PICTURE(), IS_SC_SEQUENCE() | phintuka | |
2009-11-16 | Merged revision 1.24 | phintuka | |
Made config_t::Is???() functions static | |||
2009-10-31 | Made config_t::Is???() functions static | phintuka | |
2009-10-26 | Make Last() public | phintuka | |
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-09-09 | Fixed AC3 audio | phintuka | |
2009-09-09 | Simplify | phintuka | |
2009-09-09 | Added descriptors | phintuka | |
2009-08-19 | Removed dead code | phintuka | |
2009-08-19 | Schedule(): | phintuka | |
Use MPEG-TS PCR when available Simplify | |||
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 | |