summaryrefslogtreecommitdiffstats
path: root/stream/dvb_tune.c
Commit message (Expand)AuthorAgeFilesLines
* 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