summaryrefslogtreecommitdiff
path: root/src/libdts
AgeCommit message (Expand)Author
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-02-29Added check if DTS data with IEC958 header will fit into frames samples size ...Kirill Belokurov
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-08-15Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).Darren Salt
2007-06-09Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.Darren Salt
2007-04-18Use the proper dts.h file.Diego 'Flameeyes' Pettenò
2007-04-18Permit to build against libdca 0.0.5.Diego 'Flameeyes' Pettenò
2007-04-04Rename xine_decoder.c to xine_dts_decoder.c.Diego 'Flameeyes' Pettenò
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2006-12-30Link against libm (missing symbols).Darren Salt
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-17Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi...Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2005-09-12new Flameeyes's configure patchesMiguel Freitas
2005-05-28Minor housekeepingJames Stembridge
2005-05-28Simplify setting of metadataJames Stembridge
2005-05-28Fix channel flag handlingJames Stembridge
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
2004-11-03prevent compiler warnings from the new monotonic clock in xineutils.h meetingMichael Roitzsch
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