summaryrefslogtreecommitdiff
path: root/src/libxineadec
AgeCommit message (Expand)Author
2003-12-14API version bounceSiggi Langauf
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
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-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-07-12- adding support for the Intel compiler iccMichael Roitzsch
2003-06-16Patch from Jeroen Asselman:Stefan Holst
2003-06-06This #ifdef should come before the if, since thisMichael Roitzsch
2003-05-26- quieter adpcm plugin and xshm oneBastien Nocera
2003-05-15some build-system cleanupMichael Roitzsch
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-08This seems to be the original URL (the other was a mirror)Ewald Snel
2003-05-08Sorry, I forgot to add the new file ...Ewald Snel
2003-05-08Add Real 28.8 decoder (a.k.a. RealAudio 2.0)Ewald Snel
2003-03-01Added new line at end of file to remove compiler warning.Stephen Torri
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-14PSX STR demuxer improvements and XA ADPCM decoder courtesy of StuartMike Melanson
2003-02-14avoid allocating random sized bufferMiguel Freitas
2003-01-11make the Nosefart engine aware of the config's WORDS_BIGENDIAN #defineMike Melanson
2003-01-09NSF audio files were crashing on SPARC.Juergen Keil
2003-01-09memcpy copies too much, corrupts malloc heapJuergen Keil
2003-01-08proper creditMike Melanson
2003-01-08activate the Nosefart NSF decoding engineMike Melanson
2003-01-08initial import of Nosefart sourcesMike Melanson
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-28added Interplay MVE DPCM audio decoderMike Melanson
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-11-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
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-11-02added a reference audio decoder pluginMike Melanson
2002-10-29Added EA ADPCM decoderRobin KAY
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