]>
author | Jaroslav Kysela <perex@perex.cz> | |
Tue, 17 Apr 2001 19:31:03 +0000 (19:31 +0000) | ||
committer | Jaroslav Kysela <perex@perex.cz> | |
Tue, 17 Apr 2001 19:31:03 +0000 (19:31 +0000) | ||
commit | 28ff64db0ad1aa621afb34d6e2edac84e5d48cb8 | |
tree | a784ffc802400b8dd7eafb00bc516c8af2917403 | tree | snapshot |
parent | f2d80b5b5df8b6c5f026058f32949f1ff5a9e4ae | commit | diff |
ac3dec/COPYING | [new file with mode: 0644] | blob |
ac3dec/Changelog | [new file with mode: 0644] | blob |
ac3dec/Makefile.am | [new file with mode: 0644] | blob |
ac3dec/README | [new file with mode: 0644] | blob |
ac3dec/TODO | [new file with mode: 0644] | blob |
ac3dec/ac3dec.c | [new file with mode: 0644] | blob |
ac3dec/configure.in | [new file with mode: 0644] | blob |
ac3dec/libac3/Makefile.am | [new file with mode: 0644] | blob |
ac3dec/libac3/ac3.h | [new file with mode: 0644] | blob |
ac3dec/libac3/ac3_internal.h | [new file with mode: 0644] | blob |
ac3dec/libac3/bit_allocate.c | [new file with mode: 0644] | blob |
ac3dec/libac3/bit_allocate.h | [new file with mode: 0644] | blob |
ac3dec/libac3/bitstream.c | [new file with mode: 0644] | blob |
ac3dec/libac3/bitstream.h | [new file with mode: 0644] | blob |
ac3dec/libac3/coeff.c | [new file with mode: 0644] | blob |
ac3dec/libac3/coeff.h | [new file with mode: 0644] | blob |
ac3dec/libac3/crc.c | [new file with mode: 0644] | blob |
ac3dec/libac3/crc.h | [new file with mode: 0644] | blob |
ac3dec/libac3/debug.c | [new file with mode: 0644] | blob |
ac3dec/libac3/debug.h | [new file with mode: 0644] | blob |
ac3dec/libac3/decode.c | [new file with mode: 0644] | blob |
ac3dec/libac3/decode.h | [new file with mode: 0644] | blob |
ac3dec/libac3/dither.c | [new file with mode: 0644] | blob |
ac3dec/libac3/dither.h | [new file with mode: 0644] | blob |
ac3dec/libac3/downmix.c | [new file with mode: 0644] | blob |
ac3dec/libac3/downmix.h | [new file with mode: 0644] | blob |
ac3dec/libac3/exponent.c | [new file with mode: 0644] | blob |
ac3dec/libac3/exponent.h | [new file with mode: 0644] | blob |
ac3dec/libac3/imdct.c | [new file with mode: 0644] | blob |
ac3dec/libac3/imdct.h | [new file with mode: 0644] | blob |
ac3dec/libac3/parse.c | [new file with mode: 0644] | blob |
ac3dec/libac3/parse.h | [new file with mode: 0644] | blob |
ac3dec/libac3/rematrix.c | [new file with mode: 0644] | blob |
ac3dec/libac3/rematrix.h | [new file with mode: 0644] | blob |
ac3dec/libac3/sanity_check.c | [new file with mode: 0644] | blob |
ac3dec/libac3/sanity_check.h | [new file with mode: 0644] | blob |
ac3dec/libac3/stats.c | [new file with mode: 0644] | blob |
ac3dec/libac3/stats.h | [new file with mode: 0644] | blob |
ac3dec/output.c | [new file with mode: 0644] | blob |
ac3dec/output.h | [new file with mode: 0644] | blob |
ac3dec/output_irix.c | [new file with mode: 0644] | blob |
ac3dec/output_linux.c | [new file with mode: 0644] | blob |
ac3dec/output_solaris.c | [new file with mode: 0644] | blob |
ac3dec/plot_spectrum.m | [new file with mode: 0644] | blob |
ac3dec/test/Makefile.am | [new file with mode: 0644] | blob |
ac3dec/test/dither_test.c | [new file with mode: 0644] | blob |
ac3dec/test/imdct_test.c | [new file with mode: 0644] | blob |
ac3dec/test/timing.h | [new file with mode: 0644] | blob |
ac3dec/tools/Makefile.am | [new file with mode: 0644] | blob |
ac3dec/tools/extract_ac3.c | [new file with mode: 0644] | blob |