aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/dvb_tune.c
Commit message (Expand)AuthorAge
* dvb: Add multiple frontends support: MAX_FRONTENDS now 8.Gravatar rim2017-12-16
* dvb: Fixes for ATSC tuning.Gravatar Oliver Freyermuth2017-10-09
* dvb_tune: Pull out DVBv5 raw tuning part, add verbosity.Gravatar Oliver Freyermuth2017-10-09
* dvb: Explicitly clear via DVBv5 before reverting to DVBv3.Gravatar Oliver Freyermuth2017-10-09
* dvb: Use more elaborate tuning for DVBv5 tuning.Gravatar Oliver Freyermuth2017-10-09
* dvb: add support for DVB-T2Gravatar ivan-832017-03-06
* Revert "dvb: add support for DVB-T2"Gravatar wm42017-02-14
* dvb: add support for DVB-T2Gravatar ivan-832017-02-13
* dvb: remove trailing whitespaceGravatar wm42016-01-22
* stream_dvb: add verbose output in non-DVBv5 querying.Gravatar Oliver Freyermuth2016-01-21
* stream_dvb: use DVBv5 API also for DVB-C tuning.Gravatar Oliver Freyermuth2016-01-21
* stream_dvb: improve messages on delivery-type detection.Gravatar Oliver Freyermuth2016-01-21
* stream_dvb: don't requery tuner type, rely on initial query.Gravatar Oliver Freyermuth2016-01-21
* stream_dvb: support frontends with multiple delivery systems.Gravatar Oliver Freyermuth2016-01-21
* dvb: rename dvb_config_t to dvb_state_t, keep config and state there.Gravatar Oliver Freyermuth2016-01-14
* dvb: cleanup dvb_params struct, remove some unneeded fdsGravatar Oliver Freyermuth2016-01-07
* dvb_tune: fix invalid syntaxGravatar wm42015-02-11
* dvb: uncrustifyGravatar wm42015-01-06
* stream_dvb: Also demux PMT if possible, reactivate TPID parsing.Gravatar Oliver Freyermuth2015-01-06
* dvb: Extend understanding of VDR channel config: stream_id, inversion.Gravatar Oliver Freyermuth2015-01-06
* dvb: Extend dvb_channel struct, needs to know whether channel is S2.Gravatar Oliver Freyermuth2015-01-06
* dvb_tune: (DVB-S) Initial S2API support.Gravatar Oliver Freyermuth2015-01-06
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* Kill all tabsGravatar wm42014-04-13
* stream: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Use O_CLOEXEC when creating FDsGravatar wm42013-11-30
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* Fix some cppcheck / scan-build warningsGravatar wm42013-05-06
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* Drop support for old-style DVB code.Gravatar diego2010-03-02
* Add header for exported DVB-related functions.Gravatar diego2010-02-21
* cosmetics: Move functions around to avoid forward declarations and #ifdefs.Gravatar diego2010-02-21
* cosmetics: Remove some pointless parentheses from return calls.Gravatar diego2009-10-08
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn...Gravatar nicodvb2008-11-05
* Intialize unused fd variables to -1 (which is actually invalid) insteadGravatar reimar2008-11-04
* Conditionally declare a conditionally used variable, fixes the warning:Gravatar diego2008-10-24
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Gravatar diego2008-08-14
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* in preparation for multi-frontend patch replaced file-static device names wit...Gravatar nicodvb2008-04-13
* dvb_demuxdev etc. are only used in dvb_tune.c so make them staticGravatar reimar2008-01-13
* Make several arrays constGravatar reimar2008-01-13
* removed unused variables and parametersGravatar nicodvb2007-10-30
* Comment out unused variable, fixes the warning:Gravatar diego2007-10-30
* removed useless inclusion of error.hGravatar nicodvb2007-10-13
* removed static declaration before non-instantiated struct; patch by cehoyos a...Gravatar nicodvb2007-01-09
* reindentedGravatar nicodvb2007-01-06
* init to 0 feparams before tuningGravatar nicodvb2007-01-06