log stream/dvb_tune.c @ 27915:023b92fbe684

age author description
2008-11-05 nicodvb set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn't defined; patch by Reimar
2008-11-04 reimar Intialize unused fd variables to -1 (which is actually invalid) instead
2008-10-24 diego Conditionally declare a conditionally used variable, fixes the warning:
2008-08-14 diego Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
2008-08-03 diego Change a bunch of video/audio-output-specific preprocessor directives from
2008-04-13 nicodvb in preparation for multi-frontend patch replaced file-static device names with sprintf() calls in 2 functions
2008-01-13 reimar dvb_demuxdev etc. are only used in dvb_tune.c so make them static
2008-01-13 reimar Make several arrays const
2007-10-30 nicodvb removed unused variables and parameters
2007-10-30 diego Comment out unused variable, fixes the warning:
2007-10-13 nicodvb removed useless inclusion of error.h
2007-01-09 nicodvb removed static declaration before non-instantiated struct; patch by cehoyos ag or at
2007-01-06 nicodvb reindented
2007-01-06 nicodvb init to 0 feparams before tuning
2007-01-06 nicodvb removed useless reporting code
2007-01-06 nicodvb moved actual tuning code from check_status() to tune_it()
2006-12-30 nicodvb reindentation
2006-07-31 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux base libmpdemux/dvb_tune.c@635afe545bbd