aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
AgeCommit message (Collapse)Author
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’
2010-11-16install header filesAndreas Oberritter
2010-11-16build and link static libraries without libtoolAndreas Oberritter
2010-11-16use eEnv::resolve() / eEnv.resolve()Andreas Oberritter
2010-11-16clean up build #2Andreas Oberritter
* use swig macros from autoconf archive * generate and use enigma2_config.h (include from command-line) * check for dbox/fp.h and dbox/lcd-ks0713.h * clean up checks for libdreamdvd and lib*gif * fix some dependencies for generated files and header files
2010-11-16clean up buildAndreas Oberritter
* reduce use of TUXBOX macros * fix compiler warnings by including Python.h from the command-line * use libtool to build and link main/* and lib/* * don't link libmad, libid3tag, libcrypt, libresolv, librt, ldl into e2 * fix make rules of actionids.h
2010-11-16*/Makefile.am: s,INCLUDES,AM_CPPFLAGS,Andreas Oberritter
2010-11-10eDVBChannel: invalidate iDataSource in stopSource callghost
2010-11-10a little bit more error checkingghost
2010-11-10add possibility to pass the streaminfo file via tuneExt to tstools instanceghost
2010-11-10dvb.cpp: small fix for playSourceghost