summaryrefslogtreecommitdiff
path: root/src/libdts
AgeCommit message (Expand)Author
2004-08-06Lip sync fixed.James Courtier-Dutton
2004-07-18Fix sample rate.James Courtier-Dutton
2004-07-18Add support for 44100Hz DTS in .wav files.James Courtier-Dutton
2004-06-07Remove a line I forgot to remove earlier.James Courtier-Dutton
2004-06-07comment out loggingHeiko Schaefer
2004-06-06Implement better sync detection in libdts.James Courtier-Dutton
2004-05-19Other speaker arrangements tested and now working.James Courtier-Dutton
2004-05-19Implement support for 5.1 channel.James Courtier-Dutton
2004-05-18Add some XINE_STREAM_INFO for DTS/AC5 streams.James Courtier-Dutton
2004-05-18Have a little more control over debug output.James Courtier-Dutton
2004-05-09Use lprintf for debug outputJames Stembridge
2004-04-09including libdts as experimental DTS decoderMichael Roitzsch
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2003-12-31Compilation under CygWin.František Dvořák
2003-12-14API version bounceSiggi Langauf
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-08-07grr... people keep breaking my daily build... :(Miguel Freitas
2003-08-05Some more updates.James Courtier-Dutton
2003-05-27Some minor updates to software dts decode. Still not ready.James Courtier-Dutton
2003-05-25Add some FIXME statements.James Courtier-Dutton
2003-05-25Some more parsing code.James Courtier-Dutton
2003-05-24Fix some comments.James Courtier-Dutton
2003-05-23Undo last cvs command.James Courtier-Dutton
2003-05-23patch for compiling under cygwin.James Courtier-Dutton
2003-05-2314to16 squashing seems to work now.James Courtier-Dutton
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-12Minor updates.James Courtier-Dutton
2003-05-11Some beginnings for dts decode.James Courtier-Dutton
2003-02-19DTS passthrough improvements from Markus PlailMichael Roitzsch
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-12adapt to new interface version (add discontinuity function)Michael Roitzsch
2002-10-31Adjust libdts to new api.James Courtier-Dutton
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
2002-10-03Get debug mode to compile.James Courtier-Dutton
2002-10-03More debug info.James Courtier-Dutton
2002-10-03DTS debug messages.James Courtier-Dutton
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-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-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-04-23Increment audio/video/spu decoder and input plugin API version numberEwald Snel
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
2002-04-20fix several audio buffer leaksMiguel Freitas
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-04-01check preview flagMiguel Freitas