aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/pmt.h
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-20pmt.h: add missing const modifier to capid_pairAndreas Oberritter
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-24add DTS-HD as known audio format, add detection to pmt parser (no hardware su...ghost
2010-11-24rename iDataSource to iTsSource (no functional change)ghost
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
2009-12-13add preStart event and use it to load the cutlistghost
2009-08-11add support for rds data on own pids (i.e. hitradio ffh, harmony fm)ghost
2009-05-25add support for blueray PMT streamtypes for LPCM, AC3, DTS, add more registra...ghost
2009-02-13allow service to be overridden for pvr servicesFelix Domke
2009-01-20support much more audio/video codecs encapsulated in TS files (not all stb ha...ghost
2008-11-08working on possibility to receive reply messages from softcam via camd.socket...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-03add code to simulate recordings (with faked frontends)Andreas Monzner
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
2007-08-24don't reorder audio streams, instead store thre default audio stream index in...Felix Domke
2007-01-05add eDVBServicePMTHandler::program::createPythonObjectFelix Domke
2006-12-09make PMT events enum accessible in pythonFelix Domke
2006-10-31make operator< constFelix Domke
2006-10-30move subtitles selection to mainmenu, some subtitle fixesAndreas Monzner
2006-10-27reset cached program on audio pid change (this fixes audio pid in serviceAndreas Monzner
2006-10-23prepare for dvb subtitle support (not finished yet)Andreas Monzner
2006-06-22add possibility to set per service ac3/pcm delay (not yet via gui)Andreas Monzner
2006-05-20many changes for better CI handlingAndreas Monzner
2006-05-16add ability to selecte the audio channel (mono left, stereo, mono right) from...Andreas Monzner
2006-05-14remove unneeded caching of caids, use an array for pidcache instead of std::m...Andreas Monzner
2006-05-09implement SDT scan on enter transponder (on normale zapping)Andreas Monzner
2006-04-26add function to get a list of CAIDs for a running dvb service from pythonAndreas Monzner
2006-03-06moved PID search to proper please, simplified a bit (using the first found PM...Felix Domke
2006-01-26add cue sheetsFelix Domke
2006-01-18fix "decode demux mask" and "get section data from demux"Andreas Monzner
2006-01-17predeclare eDVBCAService because it is used by the type definition of CAServi...Andreas Oberritter
2006-01-17add support for videotext (VBI)Andreas Monzner
2006-01-17handle EOF event in pmt handlerFelix Domke
2006-01-15pmt: differentiate between data and decoder demuxFelix Domke
2005-12-21format, ac3 and crypted indicators now workingAndreas Monzner
2005-12-03remove non working indication of playable services in servicelistAndreas Monzner
2005-12-02set foregroundcolor of non tuneable services in servicelist to gray (for link...Andreas Monzner
2005-11-28audio: add language displayFelix Domke
2005-11-22work on ci supportAndreas Monzner