Merged build_config branch into trunk:
[debian/gnuradio] / gr-atsc / ChangeLog
1 2006-03-23  Eric Blossom  <eb@comsec.com>
2
3         * src/lib/atsc_rs_encoder.{h,cc}, src/lib/atsc_rs_decoder.{h,cc}:
4         ported from old ATSC code.
5         * src/lib/atsci_reed_solomon.{h,cc}: const correctness fix.
6         * src/lib/atsc_randomizer.{h,cc}, src/lib/atsc_derandomizer.{h,cc}:
7         ported from old ATSC code.
8         * src/python/qa_atsc.py: new: python based test code.
9         * src/lib/atsci_randomizer.{h,cc}: renamed class vars match new conventions.
10
11 2006-03-22  Eric Blossom  <eb@comsec.com>
12
13         * src/lib/atsc_sliding_correlator.cc (shift_in),
14         src/lib/atsc_trellis_encoder.cc (encode_helper),
15         src/lib/atsc_viterbi_gen.cc (build_decode_structures): 64-bit
16         fixes.
17
18 #
19 # Copyright 2006 Free Software Foundation, Inc.
20
21 # This file is part of GNU Radio
22
23 # GNU Radio is free software; you can redistribute it and/or modify
24 # it under the terms of the GNU General Public License as published by
25 # the Free Software Foundation; either version 3, or (at your option)
26 # any later version.
27
28 # GNU Radio is distributed in the hope that it will be useful,
29 # but WITHOUT ANY WARRANTY; without even the implied warranty of
30 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
31 # GNU General Public License for more details.
32
33 # You should have received a copy of the GNU General Public License
34 # along with GNU Radio; see the file COPYING.  If not, write to
35 # the Free Software Foundation, Inc., 51 Franklin Street,
36 # Boston, MA 02110-1301, USA.
37