]> git.alsa-project.org Git - alsa-tools.git/commit
More enhancements:
authorJaroslav Kysela <perex@perex.cz>
Sun, 22 Apr 2001 12:04:00 +0000 (12:04 +0000)
committerJaroslav Kysela <perex@perex.cz>
Sun, 22 Apr 2001 12:04:00 +0000 (12:04 +0000)
commit97a55787e6a368e4958623f6dc5b1dd7212d96c3
tree4d5b5a1017756eac064af99a354fd56845b1169e
parent3f541f6ba890e0418658b5f424ba02ca01456505
More enhancements:
  - added getopt_long to parse the command line options
  - added -D (--device) option
  - added -q (--quiet) option
  - added -I (--iec958) option
  - added AC3 to IEC958 encapsulation code (not tested)
  - addec xrun detection and restart
13 files changed:
ac3dec/Makefile.am
ac3dec/ac3dec.c
ac3dec/ac3spdif.c [new file with mode: 0644]
ac3dec/libac3/ac3.h
ac3dec/libac3/ac3_internal.h
ac3dec/libac3/bitstream.c
ac3dec/libac3/bitstream.h
ac3dec/libac3/decode.c
ac3dec/libac3/parse.c
ac3dec/libac3/parse.h
ac3dec/libac3/stats.c
ac3dec/output.c
ac3dec/output.h