aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/pmt.cpp
AgeCommit message (Collapse)Author
2010-12-21Merge branch 'bug_124_m2ts_support' into experimentalghost
2010-12-21fixed single pat entry workaround, add delayed "no pat entry" handling to ↵ghost
fix some ts files with incorrect pat on start refs #124
2010-11-29Merge branch 'bug_621_caid_info' into experimentalghost
2010-11-29use std::list instead of std::set for caid/capid pairs to support duplicate ↵ghost
caids refs #621
2010-11-29Merge branch 'bug_124_m2ts_support' into experimentalghost
2010-11-29fixes PMT pid searching for TS files without meta file and sid in servicref ↵ghost
(this fixes SID not found in PAT messages) refs #124
2010-11-26Merge branch 'bug_124_m2ts_support' into experimentalghost
Conflicts: lib/dvb/pmt.cpp lib/service/Makefile.am
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 ↵ghost
support for DTS-HD yet)
2010-11-24Merge branch 'bug_615_replace_rawfile' into m2ts_testghost
2010-11-24Merge branch 'bug_615_replace_rawfile' into experimentalghost
2010-11-24rename iDataSource to iTsSource (no functional change)ghost
2010-11-23Merge branch 'bug_615_replace_rawfile' into experimentalghost
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
refs bug #621
2010-11-22add possibility to query CAID/CAPID combination from pythonghost
refs bug #621
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 ↵ghost
reusable
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 ↵ghost
button is pressed
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
dont handle pids with teletext descriptor as audio/video
2009-07-13dvb/pmt.cpp: more robust streamtype detection, add debug output for ↵ghost
ambiguous detected stream types, use libdvbsi to parse registration descriptor (added to libdvbsi++ 20080603)
2009-07-10lib/dvb/pmt.cpp: always parse all descriptors .. (some audio streams have a ↵ghost
audio_stream_descriptor and also other ac3 descriptors)
2009-05-25add support for blueray PMT streamtypes for LPCM, AC3, DTS, add more ↵ghost
registration descriptors
2009-05-11show both language codes / languages when two language codes are transmitted ↵ghost
for one single pid
2009-02-13better fix for timeshiftFelix Domke
2009-01-20support much more audio/video codecs encapsulated in TS files (not all stb ↵ghost
hardware can handle all codecs!!!)
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 ↵ghost
camd.socket (not finished yet)
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
This reverts commit 21812866841eec7ab7a79ee61067581f8202df55.
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
its now no more possible directly to call new eTimer .. or to embedded eTimer. to create a eTimer now eTimer::create must be used... to delete you must call ->AddRef() after timer creation and ->Release when the timer is no more needed. Or use ePtr<eTimer> to store the timer reference.. then its enough to set the ePtr<eTimer> object to 0 when the timer is no more needed
2008-10-29better solution to add possibility to delete eSocketNotifiers,Andreas Monzner
eConsoleAppContainers in callback funktions without crash
2008-10-27set pat/pmt timeout back to 20 seconds... to get rid of recordings withoutAndreas Monzner
pat/pmt... but its a real mystery for me why 4 seconds isnt enough...
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
now its more easy to build a timer overlap detection or similar
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