summaryrefslogtreecommitdiff
path: root/src/libdts/xine_decoder.c
AgeCommit message (Expand)Author
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-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-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-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-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-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
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ...Guenter Bartsch
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-01-05updates for closed caption decoderMiguel Freitas
2002-01-03Remove some printf's now that DTS passthru works for everyone! :-)James Courtier-Dutton
2001-12-16An attempt at improving DTS passthru.James Courtier-Dutton
2001-12-11audio_decoder->reset() on discontinuitiesMiguel Freitas
2001-12-10Disable _XOPEN_SOURCE define for solaris, it causes compile errors with aJuergen Keil
2001-12-09Move SPDIF encaps into the audio decoders.James Courtier-Dutton
2001-11-28Improvements to DTS passthru.James Courtier-Dutton
2001-11-27Improve DTS support.James Courtier-Dutton
2001-11-16Small change.James Courtier-Dutton
2001-11-16DTS Audio should work via the SPDIF Digital out.James Courtier-Dutton
2001-11-13metronom logic changedHeiko Schaefer
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out buf...Guenter Bartsch
2001-09-06DTS via SPDIFJoachim Koenig