index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
dvb_tune.c
Commit message (
Expand
)
Author
Age
*
Drop support for old-style DVB code.
diego
2010-03-02
*
Add header for exported DVB-related functions.
diego
2010-02-21
*
cosmetics: Move functions around to avoid forward declarations and #ifdefs.
diego
2010-02-21
*
cosmetics: Remove some pointless parentheses from return calls.
diego
2009-10-08
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn...
nicodvb
2008-11-05
*
Intialize unused fd variables to -1 (which is actually invalid) instead
reimar
2008-11-04
*
Conditionally declare a conditionally used variable, fixes the warning:
diego
2008-10-24
*
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
diego
2008-08-14
*
Change a bunch of video/audio-output-specific preprocessor directives from
diego
2008-08-03
*
in preparation for multi-frontend patch replaced file-static device names wit...
nicodvb
2008-04-13
*
dvb_demuxdev etc. are only used in dvb_tune.c so make them static
reimar
2008-01-13
*
Make several arrays const
reimar
2008-01-13
*
removed unused variables and parameters
nicodvb
2007-10-30
*
Comment out unused variable, fixes the warning:
diego
2007-10-30
*
removed useless inclusion of error.h
nicodvb
2007-10-13
*
removed static declaration before non-instantiated struct; patch by cehoyos a...
nicodvb
2007-01-09
*
reindented
nicodvb
2007-01-06
*
init to 0 feparams before tuning
nicodvb
2007-01-06
*
removed useless reporting code
nicodvb
2007-01-06
*
moved actual tuning code from check_status() to tune_it()
nicodvb
2007-01-06
*
reindentation
nicodvb
2006-12-30
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31