summaryrefslogtreecommitdiff
path: root/src/libxineadec
AgeCommit message (Expand)Author
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
2002-10-28Fix an automake-1.7.1 warning. Automake 1.7.1 complains that our Makefile.amJuergen Keil
2002-10-24Fix unresolved symbols by linking with the xine libraryEwald Snel
2002-10-23bring the GSM 6.10 decoder in line with the latest API revisionMike Melanson
2002-10-23bring the log PCM decoder in line with the latest API revisionMike Melanson
2002-10-23bring the RoQ subsystem in line with the latest API revisionMike Melanson
2002-10-20bring the ADPCM decoder in line with the latest API revisionMike Melanson
2002-10-13GSM 6.10 decoder now has a proper dependency on the gsm610 subdirectoryMike Melanson
2002-10-12added GSM 6.10 audio decoderMike Melanson
2002-10-12added GSM 6.10 audio decoderMike Melanson
2002-10-09configure.ac:Stephen Torri
2002-10-06Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ...Robin KAY
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
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-09-01typoMike Melanson
2002-09-01added logarithmic PCM audio decoder (mu-law & A-law formats)Mike 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-23Let cvs ignore a lot of files that are built.Dennis Björklund
2002-06-20output preamble samples for MS ADPCM decoderMike Melanson
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
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
2002-06-03implemented the decoder's _close() functionMike Melanson
2002-05-28added new directory for audio decoders native to the xine codebase, andMike Melanson