Age | Commit message (Collapse) | Author |
|
in a by-name listing.
--HG--
rename : src/combined/combined_wavpack.c => src/combined/wavpack_combined.c
rename : src/combined/combined_wavpack.h => src/combined/wavpack_combined.h
rename : src/combined/decoder_wavpack.c => src/combined/wavpack_decoder.c
rename : src/combined/demux_wavpack.c => src/combined/wavpack_demuxer.c
|
|
CVS patchset: 8774
CVS date: 2007/03/29 19:45:33
|
|
demuxer/decoder init functions in the combined_wavpack.h header.
CVS patchset: 8699
CVS date: 2007/03/17 07:34:02
|
|
other libraries.
CVS patchset: 8626
CVS date: 2007/02/25 18:02:13
|
|
CVS patchset: 8625
CVS date: 2007/02/25 17:57:04
|
|
CVS patchset: 8624
CVS date: 2007/02/25 17:53:51
|
|
bits_per_sample and channels (that have sane limits) are inside the boundaries, this way we don't end up eating memory in the case of a malformed wavpack file. While we're at it, also try to compact the size of the wavpack structures.
CVS patchset: 8623
CVS date: 2007/02/25 17:52:16
|
|
that it can be used whenever necessary.
CVS patchset: 8622
CVS date: 2007/02/25 17:34:48
|
|
CVS patchset: 8568
CVS date: 2007/01/26 18:23:06
|
|
invald streams.
CVS patchset: 8560
CVS date: 2007/01/24 22:03:41
|
|
loops and more mallocs.
CVS patchset: 8559
CVS date: 2007/01/24 21:44:06
|
|
CVS patchset: 8558
CVS date: 2007/01/24 21:42:21
|
|
CVS patchset: 8556
CVS date: 2007/01/24 20:51:04
|
|
decoder, this way the WavPack decoder can be fixed to support multichannel streams.
CVS patchset: 8554
CVS date: 2007/01/24 20:40:11
|
|
simplify categorising, I've created a new combined directory to put plugins like wavpack (or libflac) that carries both a demuxer and a decoder in a single bundle -- I expect it being used more in the future.
CVS patchset: 8551
CVS date: 2007/01/24 04:57:26
|