index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libdts
/
xine_decoder.c
Age
Commit message (
Expand
)
Author
2004-04-09
including libdts as experimental DTS decoder
Michael Roitzsch
2004-01-12
it seems i forgot to commit the api increase (demux/decoder). weird.
Miguel Freitas
2003-12-14
API version bounce
Siggi Langauf
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2003-08-05
Some more updates.
James Courtier-Dutton
2003-05-27
Some minor updates to software dts decode. Still not ready.
James Courtier-Dutton
2003-05-25
Add some FIXME statements.
James Courtier-Dutton
2003-05-25
Some more parsing code.
James Courtier-Dutton
2003-05-24
Fix some comments.
James Courtier-Dutton
2003-05-23
Undo last cvs command.
James Courtier-Dutton
2003-05-23
patch for compiling under cygwin.
James Courtier-Dutton
2003-05-23
14to16 squashing seems to work now.
James Courtier-Dutton
2003-05-12
Minor updates.
James Courtier-Dutton
2003-05-11
Some beginnings for dts decode.
James Courtier-Dutton
2003-02-19
DTS passthrough improvements from Markus Plail
Michael Roitzsch
2002-12-21
- add buf->decoder_info_ptr: portability for systems where pointer has
Miguel Freitas
2002-11-20
engine modifications to allow post plugin layer:
Michael Roitzsch
2002-11-12
adapt to new interface version (add discontinuity function)
Michael Roitzsch
2002-10-31
Adjust libdts to new api.
James Courtier-Dutton
2002-10-03
Get debug mode to compile.
James Courtier-Dutton
2002-10-03
More debug info.
James Courtier-Dutton
2002-10-03
DTS debug messages.
James Courtier-Dutton
2002-09-05
remove plugin's private priority and interface members
Michael Roitzsch
2002-09-05
make all the plugin init functions static
Michael Roitzsch
2002-09-04
merging in the new_api branch ... unfortunately video_out / vo_scale is broke...
Guenter Bartsch
2002-07-05
Bump up version numbers due to changes in xine_t
Michael Roitzsch
2002-06-12
Remove no more needed XINE_LOGO.
Daniel Caujolle-Bert
2002-05-25
patch from Michael Roitzsch:
Siggi Langauf
2002-04-23
Increment audio/video/spu decoder and input plugin API version number
Ewald Snel
2002-04-23
Fix memory leaks by disposing input, demux and decoder plugins at exit
Ewald Snel
2002-04-20
fix several audio buffer leaks
Miguel Freitas
2002-04-09
- new (fast) demuxer seeking scheme
Miguel Freitas
2002-04-01
check preview flag
Miguel Freitas
2002-03-11
metronom and demuxers should work again (although not all demuxers are fully ...
Guenter Bartsch
2002-02-09
the long-awaited video_out changes, not completely debuged (races)
Guenter Bartsch
2002-01-05
updates for closed caption decoder
Miguel Freitas
2002-01-03
Remove some printf's now that DTS passthru works for everyone! :-)
James Courtier-Dutton
2001-12-16
An attempt at improving DTS passthru.
James Courtier-Dutton
2001-12-11
audio_decoder->reset() on discontinuities
Miguel Freitas
2001-12-10
Disable _XOPEN_SOURCE define for solaris, it causes compile errors with a
Juergen Keil
2001-12-09
Move SPDIF encaps into the audio decoders.
James Courtier-Dutton
2001-11-28
Improvements to DTS passthru.
James Courtier-Dutton
2001-11-27
Improve DTS support.
James Courtier-Dutton
2001-11-16
Small change.
James Courtier-Dutton
2001-11-16
DTS Audio should work via the SPDIF Digital out.
James Courtier-Dutton
2001-11-13
metronom logic changed
Heiko Schaefer
2001-11-10
very unfinished scr discontinuity detection stuff, new software audio out buf...
Guenter Bartsch
2001-09-06
DTS via SPDIF
Joachim Koenig