summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_tta.c
AgeCommit message (Expand)Author
2011-10-04fixed remaining compiler warnings from demuxersPetri Hintukainen
2009-12-16TTA demux: use _x_demux_send_dataKelvie Wong
2010-04-02demux_tta: fix some dumb truncation errorsKelvie Wong
2010-03-20demux: Fix the pts values for the TrueAudio demuxKelvie Wong
2009-12-15TTA demux: Fix the calculation of the stream length.Kelvie Wong
2009-12-13TTA demux: Fix a buffer overflowKelvie Wong
2009-12-11TTA demux: fix buffer->extra_info->total_timeKelvie Wong
2009-12-11TTA demux: don't read past the last frame.Kelvie Wong
2009-12-06Finish implementing the TTA demuxerKelvie Wong
2009-12-06Fix a couple of memory leaks.Kelvie Wong
2009-12-05Add mimetypes for the TTA demuxerKelvie Wong
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-10-13#include guards and __attribute__ fixupsCarlo Bramini
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2008-12-31handle read errors when forwarding in multiple demuxersMatthias Hopf
2008-07-04Use the new _x_is_fourcc() funtion to check for FOURCC tags in files.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-03-23Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)).Darren Salt
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-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-03-29Reorder demux_tta_t structure so that all the important pointers and variable...Diego 'Flameeyes' Pettenò
2007-02-25Remove unused variable.Diego 'Flameeyes' Pettenò
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2006-12-26 * Implement a True Audio files demuxer. [bug #1586381]Diego 'Flameeyes' Pettenò