summaryrefslogtreecommitdiff
path: root/src/combined/demux_wavpack.c
AgeCommit message (Expand)Author
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-02Add wvp to the wavpack demuxer's extensions list.Darren Salt
2008-03-31Correct the wavpack demuxer's MIME type data.Darren Salt
2008-01-25Advertise audio/x-wavpack mime type for WavPack demuxer.Diego 'Flameeyes' Pettenò
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-07-02Fix demuxing of wavpack files, and avoid crashing with the tags at the end of...Diego 'Flameeyes' Pettenò
2007-03-17Cleanup wavpack plugin, include config.h when needed, declare demuxer/decoder...Diego 'Flameeyes' Pettenò
2007-02-25Instead of __unused, use __attr_unused, to avoid possible collisions with oth...Diego 'Flameeyes' Pettenò
2007-02-25Use a bitmask, and ensure that the values reported by wavpack for bits_per_sa...Diego 'Flameeyes' Pettenò
2007-02-25Instead of replicating it over and over, define __unused in attributes.h so t...Diego 'Flameeyes' Pettenò
2007-01-24Send multichannel data in a single frame, stop reading and send the buffer wh...Diego 'Flameeyes' Pettenò
2007-01-24Actually rewind to the start.Diego 'Flameeyes' Pettenò
2007-01-24Replace my email address with a more generic one.Diego 'Flameeyes' Pettenò
2007-01-24There's no need to pass one of the frame's headers around, so just send the s...Diego 'Flameeyes' Pettenò
2007-01-24Remove the workaround for FFmpeg decoding, pass the complete header to the de...Diego 'Flameeyes' Pettenò
2007-01-24Don't include audio_group.h, this demuxer is not part of that.Diego 'Flameeyes' Pettenò
2007-01-24Create a new wavpack plugin with both the old demuxer and a new decoder. To s...Diego 'Flameeyes' Pettenò