summaryrefslogtreecommitdiff
path: root/src/libxineadec/adpcm.c
AgeCommit message (Expand)Author
2003-12-14API version bounceSiggi Langauf
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-06-06This #ifdef should come before the if, since thisMichael Roitzsch
2003-05-26- quieter adpcm plugin and xshm oneBastien Nocera
2003-02-14PSX STR demuxer improvements and XA ADPCM decoder courtesy of StuartMike Melanson
2003-02-14avoid allocating random sized bufferMiguel Freitas
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2003-01-07no kidding, support for yet another ADPCM format (Dialogic)Mike Melanson
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-12merge metronom's improvements (inform decoders about discontinuities)Miguel Freitas
2002-11-11native audio codecs now report themselves in the stream/meta info fieldsMike Melanson
2002-11-03leak a little less memoryMike Melanson
2002-11-02activate the EA ADPCM decoderMike Melanson
2002-10-29Added EA ADPCM decoderRobin KAY
2002-10-20bring the ADPCM decoder in line with the latest API revisionMike Melanson
2002-10-06Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ...Robin KAY
2002-09-13reinstate some codec formats lost in API transitionMike Melanson
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-09-03fix SMJPEG IMA so that it does not crash due to NULL pointer dereferenceMike Melanson
2002-09-02added support for the IMA ADPCM audio in Westwood Studios' VQA filesMike Melanson
2002-08-05fixed MS IMA ADPCM decoding, added initial support for SMJPEG's custom IMAMike Melanson
2002-07-15minor DK4 fixMike Melanson
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-06-20output preamble samples for MS ADPCM decoderMike Melanson
2002-06-12fixed DK3 segfault, changed comment styleMike Melanson
2002-06-10fixed MS ADPCM; also fixed DK3, but there still seems to be a lingeringMike Melanson
2002-06-08changed BUF_AUDIO_IMAADPCM -> BUF_AUDIO_MSIMAADPCM for clarificationMike Melanson
2002-06-08added 3 more ADPCM decoders (DK3, MS ADPCM, and MS IMA ADPCM), but noneMike Melanson
2002-06-07QT IMA ADPCM promoted to "working" status, so debug printf()'s have beenMike Melanson
2002-06-06first pass at 2 of the ADPCM decoders (not quite functional yet)Mike Melanson