aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
AgeCommit message (Collapse)Author
2010-12-31Merge branch 'master' into experimentalexperimental-2011.01ghost
2010-12-31epgcache.cpp: typo fixedghost
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-12-20Merge branch 'obi/master' into experimentalAndreas Oberritter
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-12-02lib/dvb/esection.h: add handling for broken table version handlingghost
2010-11-30Merge branch 'bug_570_playback_skip_fixes_and_cleanup_ml_aholst' into ↵experimental-2010.12exp-2010.12ghost
experimental
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-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_615_replace_rawfile'master-2010.12ghost
2010-11-26Merge branch 'bug_615_replace_rawfile' into experimentalghost
2010-11-26dvb/tstools.cpp: fix openFile without streaminfoghost
this fixes slow movielist refs #615
2010-11-26Merge branch 'bug_124_m2ts_support' into experimentalghost
Conflicts: lib/dvb/pmt.cpp lib/service/Makefile.am
2010-11-26Merge branch 'bug_347_adenin_unicable_xml' into experimentalghost
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-25Merge branch 'bug_623_fix_advanced_diseqc_1.0' into experimentalghost
2010-11-25ignore diseqc repeats in diseqc 1.0 modeghost
refs #623
2010-11-25Merge branch 'bug_570_playback_skip_fixes_and_cleanup_ml_aholst' into ↵ghost
experimental
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-24Merge branch 'bug_615_replace_rawfile' into experimentalghost
2010-11-24rename iDataSource to iTsSource (no functional change)ghost
2010-11-23Merge branch 'obi/master'Andreas Oberritter
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-17Merge branch 'obi/master' into experimentalAndreas Oberritter
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
2010-11-10add new tuneExt function to eDVBServicePMTHandler to make the class more ↵ghost
reusable