summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-02-03Added template for functions with four argumentsphintuka
2010-02-03Added SC_SEQUENCE_ENDphintuka
2010-02-03Added BuildMrlphintuka
2010-02-03ts_get_video_size(): aqdded missing start code search after PES header strip.phintuka
2010-02-02Implemented ts_get_video_size()phintuka
2010-02-02Fixed start code scanningphintuka
2010-02-02int -> size_tphintuka
2010-02-02Added sanity checksphintuka
2010-02-02int -> size_tphintuka
2010-02-02memcpy -> memmovephintuka
2010-02-02h264_get_video_size(): Removed NAL AUD scanning, it is done in h264_get_pictu...phintuka
2010-02-02h264_get_video_size() : scan packet for startcode if it is not in the beginningphintuka
2010-02-02IS_NAL_???(): cast to constphintuka
2010-02-02Use IS_SC_PICTURE(), IS_SC_SEQUENCE()phintuka
2010-02-02Added IS_SC_PICTURE(), IS_SC_SEQUENCE()phintuka
2009-10-31Made config_t::Is???() functions staticphintuka
2009-10-26Make Last() publicphintuka
2009-09-09Fixed AC3 audiophintuka
2009-09-09Simplifyphintuka
2009-09-09Added descriptorsphintuka
2009-08-19Removed dead codephintuka
2009-08-19Schedule():phintuka
2009-08-19Ordered ScrSource from worst to bestphintuka
2009-08-18Moved eScrSource to class.phintuka
2009-08-18Cosmeticsphintuka
2009-08-18Fixed buffer overflow.phintuka
2009-08-18Reduced PAT loggingphintuka
2009-08-05Fixed abort when compiled with recent gcc.phintuka
2009-08-05Reordered headers. Added ts.hphintuka
2009-07-24When clearing, drop only one packet at timephintuka
2009-07-24Simplifyphintuka
2009-07-24Replaced m_Active with cThread::Running() and cThread::Cancel()phintuka
2009-07-23Fixed segfault when dbus not runningphintuka
2009-07-23Check dbus_g_proxy_new_for_name() return valuephintuka
2009-07-21Avoid delaying control messages:phintuka
2009-07-21Do not discard control messagesphintuka
2009-07-21Cosmetics.phintuka
2009-07-21Added Cork()phintuka
2009-07-21Removed unused code blocks (DISABLE_DISCARD,LOG_DISCARD)phintuka
2009-07-21Cosmeticsphintuka
2009-07-21Fixed possible race condition in Flush()phintuka
2009-07-03ts_get_pcr_n()phintuka
2009-07-02Added QueuePadding()phintuka
2009-07-02Fixed poll condition (broken in 1.42)phintuka
2009-07-01pts_to_ms(), ms_to_pts()phintuka
2009-07-01#define NO_PTSphintuka
2009-07-01Moved static variables to class (burst limit)phintuka
2009-07-01Moved all m_CondWait.Wait() calls to Scheduler_Sleep()phintuka
2009-07-01int -> uintphintuka
2009-07-01Cosmeticsphintuka