diego
|
c106fe7751
|
Drop support for old-style DVB code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30818 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2010-03-02 19:57:17 +00:00 |
|
diego
|
49b8b80199
|
Add header for exported DVB-related functions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30688 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2010-02-21 21:00:08 +00:00 |
|
diego
|
d86a237bdd
|
cosmetics: Move functions around to avoid forward declarations and #ifdefs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30687 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2010-02-21 20:39:49 +00:00 |
|
diego
|
50f563f927
|
cosmetics: Remove some pointless parentheses from return calls.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29759 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2009-10-08 11:25:01 +00:00 |
|
diego
|
6e9cbdc104
|
whitespace cosmetics: Remove all trailing whitespace.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2009-05-13 02:58:57 +00:00 |
|
nicodvb
|
e3d5eacec3
|
set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn't defined; patch by Reimar
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27897 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2008-11-05 23:37:52 +00:00 |
|
reimar
|
1efaaef8a6
|
Intialize unused fd variables to -1 (which is actually invalid) instead
of 0 (which is stdin and can cause weird side-effects).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27893 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2008-11-04 18:44:14 +00:00 |
|
diego
|
c0f231ac47
|
Conditionally declare a conditionally used variable, fixes the warning:
stream/dvb_tune.c:99: warning: unused variable 'sec_dev'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27820 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2008-10-24 09:13:04 +00:00 |
|
diego
|
511729a3a2
|
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
It is the standard location as defined by the Open Group.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27463 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2008-08-14 15:54:53 +00:00 |
|
diego
|
02135001b4
|
Change a bunch of video/audio-output-specific preprocessor directives from
a HAVE_ prefix to a CONFIG_ prefix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27402 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2008-08-03 15:21:40 +00:00 |
|
nicodvb
|
65cfce72ec
|
in preparation for multi-frontend patch replaced file-static device names with sprintf() calls in 2 functions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26433 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2008-04-13 10:23:54 +00:00 |
|
reimar
|
4dcf33d6e2
|
dvb_demuxdev etc. are only used in dvb_tune.c so make them static
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25722 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2008-01-13 12:40:21 +00:00 |
|
reimar
|
f6d500e423
|
Make several arrays const
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25721 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2008-01-13 12:38:06 +00:00 |
|
nicodvb
|
3d1e0439ea
|
removed unused variables and parameters
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24903 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-10-30 22:30:15 +00:00 |
|
diego
|
94e3b4a0f7
|
Comment out unused variable, fixes the warning:
dvb_tune.c:43: warning: 'dvb_secdev' defined but not used
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24889 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-10-30 08:44:15 +00:00 |
|
nicodvb
|
29979efc60
|
removed useless inclusion of error.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24767 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-10-13 09:40:32 +00:00 |
|
nicodvb
|
ba8331d618
|
removed static declaration before non-instantiated struct; patch by cehoyos ag or at
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21859 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-01-09 20:02:13 +00:00 |
|
nicodvb
|
fbda90a926
|
reindented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21843 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-01-06 18:54:22 +00:00 |
|
nicodvb
|
7512e188a4
|
init to 0 feparams before tuning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21842 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-01-06 18:51:01 +00:00 |
|
nicodvb
|
d72485f032
|
removed useless reporting code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21834 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-01-06 11:59:33 +00:00 |
|
nicodvb
|
5aa2b2b489
|
moved actual tuning code from check_status() to tune_it()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21833 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-01-06 11:43:44 +00:00 |
|
nicodvb
|
6c417510ba
|
reindentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21793 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2006-12-30 22:43:12 +00:00 |
|
ben
|
49867bd432
|
introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19277 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2006-07-31 17:39:17 +00:00 |
|