summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2010-05-16Detect AAC and DTS in PES private streamsphintuka
2010-05-16Tag private streams with DVB subtitling descriptor with STREAM_DVBSUBphintuka
2010-05-16Changed internally used pseudo stream types (STREAM_AUDIO_???, STREAM_DVBSUB)phintuka
to > 0xff to avoid collisions with "real" PMT stream types
2010-05-15Added DTS and AAC descriptor tagsphintuka
2010-04-16Eliminated compiler warnings (Thanks to Winfried Koehler)phintuka
2010-03-23Added TS support for EAC3 tracks.rofafor
2010-03-16Fixed a signess bug.rofafor
2010-03-15Template for void func(a,b,c,d,e)phintuka
2010-03-15Initial importphintuka
2010-03-14Set StreamID to UDP/RTP headersphintuka
2010-03-13Backgroundwriter: use StreamIdphintuka
2010-03-12Removed deprecated EscapeMrl()phintuka
2010-03-12Cosmetics (white space)phintuka
2010-03-12Cosmetics (simplify branches)phintuka
2010-03-12init stream_tcp_header_t::stream to 0phintuka
2010-03-12Initial importphintuka
2010-03-12Support for libextractor 0.6.0 APIphintuka
2010-02-23Added missing cString -> const char * type conversionphintuka
2010-02-23Fixed memory leaksphintuka
Simplified
2010-02-23Fixed compilation with libextractor 0.6.0.phintuka
Note: metainfo menu has no libextractor 0.6.0 support yet !
2010-02-23Added support for libextractor 0.6.0 API (Thanks to Martin Knoll)phintuka
2010-02-03Added template for functions with four argumentsphintuka
2010-02-03Added SC_SEQUENCE_ENDphintuka
2010-02-03Added BuildMrlphintuka
(obsoletes EscapeMrl)
2010-02-03ts_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-02Implemented ts_get_video_size()phintuka
2010-02-02Fixed start code scanningphintuka
2010-02-02int -> size_tphintuka
2010-02-02Added sanity checksphintuka
Recuced logging
2010-02-02int -> size_tphintuka
2010-02-02memcpy -> memmovephintuka
2010-02-02h264_get_video_size(): Removed NAL AUD scanning, it is done in ↵phintuka
h264_get_picture_type()
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
Use MPEG-TS PCR when available Simplify
2009-08-19Ordered ScrSource from worst to bestphintuka
2009-08-18Moved eScrSource to class.phintuka
Added PCR to CalcElapsedVTime()
2009-08-18Cosmeticsphintuka
2009-08-18Fixed buffer overflow.phintuka
Removed redundant strdup.
2009-08-18Reduced PAT loggingphintuka
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