summaryrefslogtreecommitdiffstats
path: root/stream/dvb_tune.c
Commit message (Expand)AuthorAgeFilesLines
* dvb: Add multiple frontends support: MAX_FRONTENDS now 8.rim2017-12-161-12/+13
* dvb: Fixes for ATSC tuning.Oliver Freyermuth2017-10-091-2/+3
* dvb_tune: Pull out DVBv5 raw tuning part, add verbosity.Oliver Freyermuth2017-10-091-23/+24
* dvb: Explicitly clear via DVBv5 before reverting to DVBv3.Oliver Freyermuth2017-10-091-2/+12
* dvb: Use more elaborate tuning for DVBv5 tuning.Oliver Freyermuth2017-10-091-23/+111
* dvb: add support for DVB-T2ivan-832017-03-061-251/+303
* Revert "dvb: add support for DVB-T2"wm42017-02-141-301/+249
* dvb: add support for DVB-T2ivan-832017-02-131-249/+301
* dvb: remove trailing whitespacewm42016-01-221-10/+10
* stream_dvb: add verbose output in non-DVBv5 querying.Oliver Freyermuth2016-01-211-1/+3
* stream_dvb: use DVBv5 API also for DVB-C tuning.Oliver Freyermuth2016-01-211-8/+39
* stream_dvb: improve messages on delivery-type detection.Oliver Freyermuth2016-01-211-10/+14
* stream_dvb: don't requery tuner type, rely on initial query.Oliver Freyermuth2016-01-211-11/+9
* stream_dvb: support frontends with multiple delivery systems.Oliver Freyermuth2016-01-211-10/+65
* dvb: rename dvb_config_t to dvb_state_t, keep config and state there.Oliver Freyermuth2016-01-141-24/+30
* dvb: cleanup dvb_params struct, remove some unneeded fdsOliver Freyermuth2016-01-071-4/+4
* dvb_tune: fix invalid syntaxwm42015-02-111-1/+1
* dvb: uncrustifywm42015-01-061-429/+410
* stream_dvb: Also demux PMT if possible, reactivate TPID parsing.Oliver Freyermuth2015-01-061-0/+68
* dvb: Extend understanding of VDR channel config: stream_id, inversion.Oliver Freyermuth2015-01-061-5/+4
* dvb: Extend dvb_channel struct, needs to know whether channel is S2.Oliver Freyermuth2015-01-061-10/+17
* dvb_tune: (DVB-S) Initial S2API support.Oliver Freyermuth2015-01-061-13/+79
* Audit and replace all ctype.h useswm42014-07-011-1/+0
* Kill all tabswm42014-04-131-184/+184
* stream: mp_msg conversionswm42013-12-211-56/+52
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Use O_CLOEXEC when creating FDswm42013-11-301-4/+6
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* Fix some cppcheck / scan-build warningswm42013-05-061-2/+2
* Rename directories, move files (step 2 of 2)wm42012-11-121-1/+1
* cleanup: shut up more warningsClément Bœsch2011-05-061-1/+1
* Drop support for old-style DVB code.diego2010-03-021-290/+2
* Add header for exported DVB-related functions.diego2010-02-211-0/+1
* cosmetics: Move functions around to avoid forward declarations and #ifdefs.diego2010-02-211-134/+119
* cosmetics: Remove some pointless parentheses from return calls.diego2009-10-081-4/+4
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-9/+9
* set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn...nicodvb2008-11-051-3/+1
* Intialize unused fd variables to -1 (which is actually invalid) insteadreimar2008-11-041-1/+1
* Conditionally declare a conditionally used variable, fixes the warning:diego2008-10-241-1/+4
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.diego2008-08-141-1/+1
* Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-19/+19
* in preparation for multi-frontend patch replaced file-static device names wit...nicodvb2008-04-131-17/+28
* dvb_demuxdev etc. are only used in dvb_tune.c so make them staticreimar2008-01-131-6/+6
* Make several arrays constreimar2008-01-131-7/+7
* removed unused variables and parametersnicodvb2007-10-301-3/+2
* Comment out unused variable, fixes the warning:diego2007-10-301-1/+1
* removed useless inclusion of error.hnicodvb2007-10-131-1/+0
* removed static declaration before non-instantiated struct; patch by cehoyos a...nicodvb2007-01-091-1/+1
* reindentednicodvb2007-01-061-16/+16
* init to 0 feparams before tuningnicodvb2007-01-061-0/+1
* removed useless reporting codenicodvb2007-01-061-55/+3
* moved actual tuning code from check_status() to tune_it()nicodvb2007-01-061-18/+12
* reindentationnicodvb2006-12-301-13/+13
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+791