log

age author description
Sun, 29 Jun 2008 11:32:12 +0000 kraymer r24790: Disable channel scanner when no tuner is present.
Sun, 29 Jun 2008 11:31:54 +0000 kraymer remove trailing whitespaces
Sun, 29 Jun 2008 10:06:19 +0000 reimar Replace asserts by proper conditions to allow playback of some broken but
Sun, 29 Jun 2008 09:14:26 +0000 reimar Half size for adpcm_index
Sun, 29 Jun 2008 09:10:46 +0000 reimar Simplify predictor updates
Sun, 29 Jun 2008 08:47:56 +0000 reimar Get rid of 16-bit sign extension macro
Sun, 29 Jun 2008 08:42:53 +0000 reimar Simplify some imaadpcm macros
Sun, 29 Jun 2008 08:35:27 +0000 reimar Directly pass arrays into decode_nibbles
Sun, 29 Jun 2008 08:27:52 +0000 reimar Use smaller types for tables
Sun, 29 Jun 2008 08:22:47 +0000 reimar Make imaadpcm tables const
Sun, 29 Jun 2008 08:20:42 +0000 reimar Simplify code to read index/predictor
Sun, 29 Jun 2008 08:08:51 +0000 reimar Add a few size checks to IMA decoder. The code is still a mess though,
Sun, 29 Jun 2008 07:55:44 +0000 reimar Simplify ad_imaadpcm decode_audio function
Sun, 29 Jun 2008 07:34:44 +0000 reimar Make sure we do not use uninitialized data in case of a short read.
Sun, 29 Jun 2008 07:25:47 +0000 reimar Do not use stdata before checking its length