Pierre Ynard
2574cb7c0f
OSS: fix Makefile typo
15 years ago
Rémi Denis-Courmont
32f5a79892
V4L2: v4l2-dev is not obsolete
15 years ago
Jean-Baptiste Kempf
e0dabc4293
MMS: fix a potential crash
See http://forum.videolan.org/viewtopic.php?f=14&t=90169
15 years ago
Rémi Denis-Courmont
87ea4084d6
OSS: define HAVE_OSS, and disable on Linux by default
In many cases, OSS was used when the builder forgot to install the
alsa-lib development headers. This should not be an issue anymore, as
ALSA is now required on Linux by default.
I believe the fallback to OSS from ALSA and PulseAudio is causing more
confusion than it solves problem. Besides, the OSS emulation by ALSA
cannot mix, so OSS is almost completely useless on Linux, unless OSSv4
was specifically installed.
Moreover, Linux distributions have started dropping OSS completely.
15 years ago
Thierry Reding
418e8562b9
V4L2: Allow device to be specified with option.
Currently the V4L2 device to be used can only be set via the media URL.
This patch allows the :v4l2-dev option to set the device as well.
Setting the device via the media URL still takes precedence.
This is useful if a program auto-detects the V4L2 device so that the
media URL only needs to contain e.g. the tuner settings.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
Rémi Denis-Courmont
f89b8c10eb
Revert "Add an automate variable to detect Android builb and use it to forbid build of"
This reverts commit 8a1afb86f7 .
Don't define HAVE_LINUX if you don't have it in the first place.
And this does not even respect the configure message rules.
15 years ago
Rémi Duraffort
8a1afb86f7
Add an automate variable to detect Android builb and use it to forbid build of
access_dtv for Android systems.
15 years ago
Rémi Duraffort
900ad52274
dtv: fix typo.
15 years ago
Jean-Baptiste Kempf
19d16b6e4e
DVDNAV: trivial simplification
15 years ago
Rémi Duraffort
98195bf497
sftp: fix potential memory leak.
15 years ago
Rémi Duraffort
79fb0d4d99
sftp: lookup for the knowhosts and check if the remote key match.
15 years ago
Thierry Reding
293ed14d65
V4L2: Set standard prior to tuner frequency.
Some V4L2 devices (e.g. Hauppauge EXETER boards) compute the tuner
frequency depending on the configured standard, so the standard needs to
be set first.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Jean-Baptiste Kempf
59444dc9a2
Fix some typos noticed by Benjamin Drung
15 years ago
Rémi Denis-Courmont
e9e44b7866
Go to new line if there is no option description
15 years ago
Jean-Baptiste Kempf
06900b9225
Screen: un-advance some preferences.
15 years ago
Jean-Baptiste Kempf
4a422c22c0
Screen Win32: cosmetics
15 years ago
Rémi Denis-Courmont
07594e8b43
dirfd: replacement
15 years ago
KO Myung-Hun
397919b41b
OS/2 uses the same path style as Win32.
Drive letters, backslashes instead of slashes, and so on.
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
15 years ago
Rémi Duraffort
29abf6f45d
Remove old obsolete variables.
15 years ago
Rémi Denis-Courmont
e289d5f0e6
Don't venture into non-existent directory
15 years ago
Ilkka Ollakka
6c12d01964
dvb: return value from decode_BCD
15 years ago
Pierre Ynard
3c4fc2f37d
htcpcp: handle 418 I'm a teapot
15 years ago
Pierre Ynard
039db0b35d
htcpcp: typo
15 years ago
Rémi Denis-Courmont
84f21de451
Initial HTCPCP implementation
15 years ago
Rémi Denis-Courmont
11143cbe68
Compile fix
15 years ago
Rémi Denis-Courmont
e112de9773
DTV: fix typo
15 years ago
Rémi Denis-Courmont
38fbfe067b
DTV: don't use NULL for config items
15 years ago
Rémi Denis-Courmont
a9e4ad237c
Linux DVB: print frequencies and symbol rates in debug
15 years ago
Rémi Denis-Courmont
8a1431dc21
DTV: fix plugin name
15 years ago
Rémi Denis-Courmont
c819250a32
DTV: support for BDA (untested) on Windows
This merges the Linux DVB and Windows BDA backend behind the same
plugin-internal interface.
Like the existing BDA plugin, this does not support PID filters,
signal levels nor DVB-S2.
15 years ago
Rémi Denis-Courmont
17e3866e66
DTV: add Windows config items
15 years ago
Rémi Denis-Courmont
ebda722abf
DTV: --dvb-tone is Linux-specific
15 years ago
Rémi Denis-Courmont
5d09460c9b
DTV: allow C++ inclusion
15 years ago
Rémi Denis-Courmont
9e2188577a
CAM: Missing initializer from earlier rework
15 years ago
Rémi Denis-Courmont
875828dbab
DTV: convert --dvb-modulation to upper case
15 years ago
Rémi Denis-Courmont
09da8433d4
DVB: mostly work around variable conflict with the new plugin
15 years ago
Rémi Denis-Courmont
a970fb7556
DTV: pass FEC parameters as integers internally
15 years ago
Rémi Denis-Courmont
223d42467b
DTV: represent guard intervals as ints rather than strings internally
15 years ago
Rémi Denis-Courmont
4091309194
DTV: fix default value for --dvb-bandwidth
15 years ago
Rémi Denis-Courmont
e4616d8601
DTV: more helpful error if kernel headers are old
15 years ago
Rémi Denis-Courmont
781e3ddb2c
DTV: fix compilation with kernel versions 2.6.28 through 2.6.31
15 years ago
Rémi Denis-Courmont
a8df74bb47
DTV: remove done FIXMEs
15 years ago
Rémi Denis-Courmont
955ea1e9a5
DVB: remove access
This temporarily removes CAM support (which was reportedly broken a few
days ago). Scan is left for the time being.
15 years ago
Rémi Denis-Courmont
01810bfc5a
DTV: Linux-specific DiSEqC 1.0 master support
15 years ago
Rémi Denis-Courmont
3e5e98f5b1
DVB: remove old conflicting options
15 years ago
Rémi Denis-Courmont
a19fe3ccb0
DTV: enable compilation on Linux
15 years ago
Rémi Denis-Courmont
aee227cb00
DTV: add so-called "Clear" QAM
Use cqam:// as BDA already does.
15 years ago
Rémi Denis-Courmont
51a887bbfe
DTV: adjust DVB-S frequency and send tone
This is done according to oscillator configuration.
15 years ago
Rémi Denis-Courmont
af9370e95a
DTV: add Linux-specific high LNB voltage support
15 years ago
Rémi Denis-Courmont
798372cdb0
DVB: add polarization / voltage tuning
This uses the same --dvb-polarization syntax as the BDA plugin, while
also retaining backward compstiblity with --dvb-voltage.
15 years ago