1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288
|
------------------------------------------------------------------------
r17 | sam | 2004-02-24 20:30:41 +0100 (Tue, 24 Feb 2004) | 5 lines
Changed paths:
M /trunk
M /trunk/Makefile.am
M /trunk/debian/Makefile.am
D /trunk/debian/dirs
M /trunk/debian/rules
M /trunk/include/Makefile.am
* include/Makefile.am:
+ Install dts.h directly into /usr/include.
* debian/rules:
+ Updated accordingly.
------------------------------------------------------------------------
r16 | sam | 2004-02-24 20:17:59 +0100 (Tue, 24 Feb 2004) | 13 lines
Changed paths:
M /trunk
D /trunk/INSTALL
M /trunk/Makefile.am
M /trunk/README
M /trunk/bootstrap
A /trunk/configure.ac (from /trunk/configure.in:14)
D /trunk/configure.in
M /trunk/include
D /trunk/include/config.h.in
* configure.ac:
+ Renamed configure.in into configure.ac.
+ Renamed package to libdts (was dtsdec).
+ Put config.h into . instead of include/.
* bootstrap:
+ Imported libdvdcss's bootstrap script (handles multiple automake
installations).
* Makefile.am:
+ Split SUBDIRS into SUBDIRS and DIST_SUBDIRS.
* README:
+ Merged INSTALL into README.
+ Fixed a couple of URLs.
------------------------------------------------------------------------
r15 | sam | 2004-02-24 20:16:03 +0100 (Tue, 24 Feb 2004) | 3 lines
Changed paths:
M /trunk/libdts/bitstream.c
* bitstream.c:
+ Minor 64 bit fix.
------------------------------------------------------------------------
r14 | sam | 2004-02-24 18:15:46 +0100 (Tue, 24 Feb 2004) | 10 lines
Changed paths:
M /trunk/bootstrap
M /trunk/configure.in
M /trunk/include
M /trunk/libdts/Makefile.am
M /trunk/src/Makefile.am
* bootstrap:
+ Abort if any of the autotools fails.
+ Check for libtoolize's real name (can be glibtoolize under OS X).
+ Move ltmain.sh to autotools/ if libtoolize created it in '.'.
+ Call autoconf before autoheader and automake to avoid unnecessary calls
to automake during the make process.
* configure.in:
+ Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS.
+ Substitute LIBAO_LIBS and LIBDTS_LIBS so that automake does not fail.
------------------------------------------------------------------------
r13 | sam | 2004-02-24 17:49:27 +0100 (Tue, 24 Feb 2004) | 3 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/configure.in
A /trunk/debian
A /trunk/debian/Makefile.am
A /trunk/debian/changelog
A /trunk/debian/compat
A /trunk/debian/control
A /trunk/debian/copyright
A /trunk/debian/dirs
A /trunk/debian/rules
* debian/*:
+ Added Debian packaging information.
------------------------------------------------------------------------
r12 | gbazin | 2004-02-23 23:37:39 +0100 (Mon, 23 Feb 2004) | 2 lines
Changed paths:
M /trunk/src/dtsdec.c
* src/dtsdec.c: make sure we read enough data for dts_syncinfo().
------------------------------------------------------------------------
r11 | gbazin | 2004-02-13 18:57:21 +0100 (Fri, 13 Feb 2004) | 3 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/NEWS
M /trunk/TODO
M /trunk/configure.in
M /trunk/libdts/parse.c
M /trunk/libdts/tables_adpcm.h
M /trunk/libdts/tables_quantization.h
A /trunk/libdts/tables_vq.h
* ALL: bumped version number to 0.0.2-svn
* libdts/parse.c, libdts/tables_vq.h: added support for high frequencies VQ.
------------------------------------------------------------------------
r10 | gbazin | 2004-02-11 19:01:25 +0100 (Wed, 11 Feb 2004) | 3 lines
Changed paths:
M /trunk/README
M /trunk/libdts/dts_internal.h
* README: remove useless line.
* libdts/dts_internal.h: fixed array size for high freq VQ.
------------------------------------------------------------------------
r9 | gbazin | 2004-02-11 18:58:49 +0100 (Wed, 11 Feb 2004) | 2 lines
Changed paths:
M /trunk/test
* test: forgot the svn:ignore property for this directory.
------------------------------------------------------------------------
r8 | gbazin | 2004-02-11 18:57:53 +0100 (Wed, 11 Feb 2004) | 2 lines
Changed paths:
M /trunk
M /trunk/autotools
M /trunk/doc
M /trunk/include
M /trunk/libao
M /trunk/libdts
M /trunk/src
M /trunk/vc++
* ALL: added svn:ignore properties.
------------------------------------------------------------------------
r7 | bidon | 2004-02-08 21:49:14 +0100 (Sun, 08 Feb 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/NEWS
* ALL: 0.0.1 release
------------------------------------------------------------------------
r6 | bidon | 2004-02-08 20:54:41 +0100 (Sun, 08 Feb 2004) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/NEWS
M /trunk/README
M /trunk/TODO
M /trunk/configure.in
M /trunk/include/dts.h
M /trunk/libdts/bitstream.c
M /trunk/libdts/bitstream.h
M /trunk/libdts/downmix.c
M /trunk/libdts/dts_internal.h
M /trunk/libdts/parse.c
M /trunk/libdts/tables.h
M /trunk/libdts/tables_adpcm.h
M /trunk/libdts/tables_fir.h
M /trunk/libdts/tables_huffman.h
M /trunk/libdts/tables_quantization.h
M /trunk/src/dtsdec.c
M /trunk/src/extract_dts.c
M /trunk/test/compare.c
* ALL: preparing for the first release.
------------------------------------------------------------------------
r5 | gbazin | 2004-02-08 19:52:52 +0100 (Sun, 08 Feb 2004) | 2 lines
Changed paths:
M /trunk/libdts/downmix.c
M /trunk/libdts/parse.c
* libdts/downmix.c: a few correction to the input/output downmixing table.
------------------------------------------------------------------------
r4 | gbazin | 2004-02-08 15:21:23 +0100 (Sun, 08 Feb 2004) | 2 lines
Changed paths:
M /trunk/libdts/parse.c
* libdts/parse.c: support for LFE channel.
------------------------------------------------------------------------
r3 | gbazin | 2004-02-08 02:50:58 +0100 (Sun, 08 Feb 2004) | 3 lines
Changed paths:
M /trunk/libdts/dts_internal.h
M /trunk/libdts/parse.c
* libdts/dts_internal.h: added debug flag and high freq VQ array.
* libdts/parse.c: make sure the VQ encoded high frequencies are initialised to 0 (we can't decode them for now).
------------------------------------------------------------------------
r2 | gbazin | 2004-02-06 23:34:19 +0100 (Fri, 06 Feb 2004) | 2 lines
Changed paths:
M /trunk/libdts/bitstream.h
* libdts/bitstream.h: fixed stupid endianness mistake.
------------------------------------------------------------------------
r1 | gbazin | 2004-02-05 01:34:30 +0100 (Thu, 05 Feb 2004) | 2 lines
Changed paths:
A /branches
A /tags
A /trunk
A /trunk/AUTHORS
A /trunk/COPYING
A /trunk/ChangeLog
A /trunk/INSTALL
A /trunk/Makefile.am
A /trunk/NEWS
A /trunk/README
A /trunk/TODO
A /trunk/acinclude.m4
A /trunk/autotools
A /trunk/autotools/Makefile.am
A /trunk/bootstrap
A /trunk/configure.in
A /trunk/doc
A /trunk/doc/Makefile.am
A /trunk/doc/libdts.txt
A /trunk/include
A /trunk/include/Makefile.am
A /trunk/include/audio_out.h
A /trunk/include/config.h.in
A /trunk/include/dts.h
A /trunk/include/tendra.h
A /trunk/libao
A /trunk/libao/Makefile.am
A /trunk/libao/audio_out.c
A /trunk/libao/audio_out_aif.c
A /trunk/libao/audio_out_al.c
A /trunk/libao/audio_out_float.c
A /trunk/libao/audio_out_internal.h
A /trunk/libao/audio_out_null.c
A /trunk/libao/audio_out_oss.c
A /trunk/libao/audio_out_peak.c
A /trunk/libao/audio_out_solaris.c
A /trunk/libao/audio_out_wav.c
A /trunk/libao/audio_out_win.c
A /trunk/libao/configure.incl
A /trunk/libao/convert2s16.c
A /trunk/libdts
A /trunk/libdts/Makefile.am
A /trunk/libdts/bitstream.c
A /trunk/libdts/bitstream.h
A /trunk/libdts/configure.incl
A /trunk/libdts/downmix.c
A /trunk/libdts/dts_internal.h
A /trunk/libdts/libdts.pc.in
A /trunk/libdts/parse.c
A /trunk/libdts/tables.h
A /trunk/libdts/tables_adpcm.h
A /trunk/libdts/tables_fir.h
A /trunk/libdts/tables_huffman.h
A /trunk/libdts/tables_quantization.h
A /trunk/src
A /trunk/src/Makefile.am
A /trunk/src/configure.incl
A /trunk/src/dtsdec.1
A /trunk/src/dtsdec.c
A /trunk/src/extract_dts.1
A /trunk/src/extract_dts.c
A /trunk/src/getopt.c
A /trunk/src/getopt.h
A /trunk/src/gettimeofday.c
A /trunk/src/gettimeofday.h
A /trunk/test
A /trunk/test/Makefile.am
A /trunk/test/compare.c
A /trunk/test/compile
A /trunk/test/globals
A /trunk/test/regression
A /trunk/test/tests
A /trunk/vc++
A /trunk/vc++/Makefile.am
A /trunk/vc++/config.h
A /trunk/vc++/dtsdec.dsp
A /trunk/vc++/dtsdec.dsw
A /trunk/vc++/inttypes.h
A /trunk/vc++/libao.dsp
A /trunk/vc++/libdts.dsp
Inital import
------------------------------------------------------------------------
|