index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libxineadec
/
adpcm.c
Age
Commit message (
Expand
)
Author
2002-11-03
leak a little less memory
Mike Melanson
2002-11-02
activate the EA ADPCM decoder
Mike Melanson
2002-10-29
Added EA ADPCM decoder
Robin KAY
2002-10-20
bring the ADPCM decoder in line with the latest API revision
Mike Melanson
2002-10-06
Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ...
Robin KAY
2002-09-13
reinstate some codec formats lost in API transition
Mike Melanson
2002-09-05
remove plugin's private priority and interface members
Michael Roitzsch
2002-09-05
make all the plugin init functions static
Michael Roitzsch
2002-09-04
merging in the new_api branch ... unfortunately video_out / vo_scale is broke...
Guenter Bartsch
2002-09-03
fix SMJPEG IMA so that it does not crash due to NULL pointer dereference
Mike Melanson
2002-09-02
added support for the IMA ADPCM audio in Westwood Studios' VQA files
Mike Melanson
2002-08-05
fixed MS IMA ADPCM decoding, added initial support for SMJPEG's custom IMA
Mike Melanson
2002-07-15
minor DK4 fix
Mike Melanson
2002-07-05
Bump up version numbers due to changes in xine_t
Michael Roitzsch
2002-06-20
output preamble samples for MS ADPCM decoder
Mike Melanson
2002-06-12
fixed DK3 segfault, changed comment style
Mike Melanson
2002-06-10
fixed MS ADPCM; also fixed DK3, but there still seems to be a lingering
Mike Melanson
2002-06-08
changed BUF_AUDIO_IMAADPCM -> BUF_AUDIO_MSIMAADPCM for clarification
Mike Melanson
2002-06-08
added 3 more ADPCM decoders (DK3, MS ADPCM, and MS IMA ADPCM), but none
Mike Melanson
2002-06-07
QT IMA ADPCM promoted to "working" status, so debug printf()'s have been
Mike Melanson
2002-06-06
first pass at 2 of the ADPCM decoders (not quite functional yet)
Mike Melanson