aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
AgeCommit message (Collapse)Author
2011-09-14Merge branch 'bug_736_fix_rotor_with_unicable_lnb'ghost
2011-09-06Merge branch 'bug_736_fix_rotor_with_unicable_lnb'ghost
2011-05-26fix tabs, code cleanupghost
refs #736
2011-05-03Merge remote-tracking branch 'remotes/origin/bug_739_fix_CT_tuner_timer_bug'ghost
2011-03-29db: use strcmp when recreating bouquets.{tv,radio}Andreas Oberritter
2011-03-29db: move variableAndreas Oberritter
2011-03-29db: remove recursive loading of bouquetsAndreas Oberritter
2011-03-29db: remove recursive loading of lamedbAndreas Oberritter
2011-03-25try to fix motor turning with unicable lnbghost
fixes bug #736
2011-03-25reset frontend type on tuner type change also on simulated tunerghost
fixes false timer conflict warning when trying to create new record timers after boot (-CT combi tuner only) fixes bug #739
2011-02-22Merge branch 'master' into obi/masterAndreas Oberritter
2011-02-16Merge branch 'bug_672_removed_pvr_device'ghost
2011-02-16lib/dvb/decoder.cpp: fix typo (this fixes spinners in radio mode)ghost
refs bug #672
2011-02-16Merge branch 'bug_672_removed_pvr_device'ghost
Conflicts: lib/dvb/dvb.cpp
2011-02-16Merge branch 'bug_124_m2ts_support'ghost
Conflicts: lib/dvb/pmt.cpp lib/service/Makefile.am
2011-02-15idvb.h: add missing virtualghost
2011-02-15trade open flags to openPVR functionghost
refs bug #672
2011-02-12new drivers have shorter clip input buffers.. so we have to handle short ↵ghost
writes or we have to use blocking mode.. the 2nd is easier ;)
2011-02-09Merge branch 'bug_668_segfault_on_e2_restart_with_running_record_timer'ghost
2011-02-09Merge branch 'bug_570_playback_skip_fixes_and_cleanup_ml_aholst'ghost
2011-02-05don't use devfs names: /dev/i2c/X -> /dev/i2c-XAndreas Oberritter
2011-02-05Merge branch 'obi/master'Andreas Oberritter
2011-02-04add support/demux policy for dm7020hdghost
2011-01-28no more use proprietary /dev/misc/pvr .. use linux tv api /dev/dvb/adapterX/dvrXmaster-2011.02ghost
this needs new hardware drivers!! fixed bug #672
2011-01-25lib/dvb/epgcache.cpp: fix crash on timer restart after crashghost
refs bug #668
2011-01-19use %zd for ssize_t and %zu for size_tAndreas Oberritter
2011-01-11Merge branch 'obi/master'Andreas Oberritter
2010-12-31epgcache.cpp: typo fixedghost
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-12-20pmt.h: add missing const modifier to capid_pairAndreas Oberritter
2010-12-13Merge branch 'bug_621_caid_info'ghost
2010-12-02lib/dvb/esection.h: add handling for broken table version handlingghost
2010-11-30disable backtrack to prev sequence start codeghost
this code have to be reviewed.. it breaks fast forward winding with speed > 32x refs #570
2010-11-29use std::list instead of std::set for caid/capid pairs to support duplicate ↵ghost
caids refs #621
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_615_replace_rawfile'master-2010.12ghost
2010-11-26dvb/tstools.cpp: fix openFile without streaminfoghost
this fixes slow movielist refs #615
2010-11-26Merge branch 'bug_347_adenin_unicable_xml'ghost
2010-11-26sec.cpp: fixed rotor turning without inputpower measurement (introduced with ↵ghost
latest unicable changes) TODO: recheck rotor turning with unicable components... it seems broken refs #347
2010-11-26pmt.cpp: only detect bluray streams when the HDMV descriptor is seenghost
2010-11-25ignore diseqc repeats in diseqc 1.0 modeghost
refs #623
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'ghost
2010-11-24rename iDataSource to iTsSource (no functional change)ghost
2010-11-23Merge branch 'obi/master'Andreas Oberritter
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-16work around compile error with g++ 4.3.2Andreas Oberritter
frontend.cpp:2114: error: invalid conversion from ‘int’ to ‘fe_spectral_inversion_t’