aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/pmt.cpp
AgeCommit message (Expand)Author
2011-02-16Merge branch 'bug_672_removed_pvr_device'ghost
2011-02-16Merge branch 'bug_124_m2ts_support'ghost
2011-01-28no more use proprietary /dev/misc/pvr .. use linux tv api /dev/dvb/adapterX/dvrXmaster-2011.02ghost
2010-12-21fixed single pat entry workaround, add delayed "no pat entry" handling to fix...ghost
2010-12-13Merge branch 'bug_621_caid_info'ghost
2010-11-29use std::list instead of std::set for caid/capid pairs to support duplicate c...ghost
2010-11-29fixes PMT pid searching for TS files without meta file and sid in servicref (...ghost
2010-11-26pmt.cpp: only detect bluray streams when the HDMV descriptor is seenghost
2010-11-24add DTS-HD as known audio format, add detection to pmt parser (no hardware su...ghost
2010-11-24Merge branch 'bug_615_replace_rawfile' into m2ts_testghost
2010-11-24rename iDataSource to iTsSource (no functional change)ghost
2010-11-23use service_id and pmtpid from PAT when only one PAT entry is existghost
2010-11-23lib/dvb/pmt.cpp: migrate PMT pid search code to new iDataSource stuffghost
2010-11-22add possibility to query CAID/CAPID combination from pythonghost
2010-11-10add possibility to pass the streaminfo file via tuneExt to tstools instanceghost
2010-11-10add new tuneExt function to eDVBServicePMTHandler to make the class more reus...ghost
2010-10-30stop PAT parsing after first valid entry for the given SIDghost
2009-12-13add preStart event and use it to load the cutlistghost
2009-09-22fix wrong encoding of event description during pvr playback.. when info butto...ghost
2009-08-11add support for rds data on own pids (i.e. hitradio ffh, harmony fm)ghost
2009-08-09fix vc1 streamtype detectionghost
2009-07-26pmt.cpp: fix for stupid fix fixghost
2009-07-26pmt.cpp: fix stupid fixghost
2009-07-26pmt.cpp: more streamtype detection fixes (?!?)ghost
2009-07-13dvb/pmt.cpp: more robust streamtype detection, add debug output for ambiguous...ghost
2009-07-10lib/dvb/pmt.cpp: always parse all descriptors .. (some audio streams have a a...ghost
2009-05-25add support for blueray PMT streamtypes for LPCM, AC3, DTS, add more registra...ghost
2009-05-11show both language codes / languages when two language codes are transmitted ...ghost
2009-02-13better fix for timeshiftFelix Domke
2009-01-20support much more audio/video codecs encapsulated in TS files (not all stb ha...ghost
2008-12-18dont use pat/pmt when the dxNoDVB Flag is setghost
2008-11-25some refcounting fixes and speedupsghost
2008-11-08working on possibility to receive reply messages from softcam via camd.socket...ghost
2008-11-06dont do SDT update when tuned to wrong transponderghost
2008-11-06Revert "check sid and tsid before start automatic service update (STD update)"ghost
2008-11-06check sid and tsid before start automatic service update (STD update)ghost
2008-10-30small refcounting fixes, add private operator delete to iObjectAndreas Monzner
2008-10-29also use refcounting for eTimersAndreas Monzner
2008-10-29better solution to add possibility to delete eSocketNotifiers,Andreas Monzner
2008-10-27set pat/pmt timeout back to 20 seconds... to get rid of recordings withoutAndreas Monzner
2008-10-21also show dvb subtitles with wrong coded subtitling type in pmtAndreas Monzner
2008-10-03add code to simulate recordings (with faked frontends)Andreas Monzner
2008-10-01add long pat/pmt timeout on ts playbackAndreas Monzner
2008-09-11also enable pat scan for automatic sdt scan on channel changeAndreas Monzner
2008-08-30fix no more working teletext / ac3Andreas Monzner
2008-08-29ignore some descriptors when the streamtype is already detectedAndreas Monzner
2008-06-03also parse user private ES streams, handle REGISTRATION_DESCRIPTOR for ac3Felix Domke
2008-01-24pass more information about why a channel alloc fails, and display proper err...Felix Domke
2008-01-02reconnect camd.socket on connection lostAndreas Monzner
2007-10-06write leaveTransponder message to camd.socketAndreas Monzner