Rewrite to use video4linux2 API.
commit0dfff45e7649b86ae9bc2d5547300138860a863a
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 13 Dec 2009 22:15:43 +0000 (13 14:15 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 13 Dec 2009 22:15:43 +0000 (13 14:15 -0800)
tree54b8c283c1215c7d9f93be65cec695fd7a08daf1
parenta82085912d2519047eec8279092dabc8754c60e6
Rewrite to use video4linux2 API.

- Add "-q" (quiet) and "-T" (tuner) options to fmscan.

- Improve fmscan frequency calculations.  It should now be better at
  accurately finding radio stations.

- Add Autotest test suite and, in the process, convert the packaging
  to use Autoconf and Automake.

- Some code and some documentation used a range of 0-65535 for volume,
  other code and other documentation used a range of 0-100.  This has
  been consistently changed to 0-100.
18 files changed:
.gitignore [new file with mode: 0644]
CHANGES
Makefile [deleted file]
Makefile.am [new file with mode: 0644]
README
atlocal.in [new file with mode: 0644]
configure.ac [new file with mode: 0644]
fm.1
fm.c
fmlib.c [new file with mode: 0644]
fmlib.h [new file with mode: 0644]
fmscan.1
fmscan.c
test-fm.at [new file with mode: 0644]
test-fmscan.at [new file with mode: 0644]
testsuite.at [new file with mode: 0644]
version.h [deleted file]
videodev.h [deleted file]