summaryrefslogtreecommitdiff
path: root/src/combined
AgeCommit message (Expand)Author
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-03-29Reorder fields to fill hole.Diego 'Flameeyes' Pettenò
2007-03-17Pass the visibility flag when building the plugin.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-25Cleanup unused variables.Diego 'Flameeyes' Pettenò
2007-02-25Remove a pointless else clause.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-02-21Make -Wl,-z,defs an opt-in ldflag, if available. The $(xineplug_ldflags) vari...Diego 'Flameeyes' Pettenò
2007-01-26Fix warning with LOG enabled.Diego 'Flameeyes' Pettenò
2007-01-24Send multichannel data in a single frame, stop reading and send the buffer wh...Diego 'Flameeyes' Pettenò
2007-01-24Put a non-stream buffer when there's an error, so that xine does not lock on ...Diego 'Flameeyes' Pettenò
2007-01-24Don't limit to 4096 samples if there's space to decode more, avoid more loops...Diego 'Flameeyes' Pettenò
2007-01-24Zero out the error array, so that we don't have false positives.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-24Add missing include directive.Diego 'Flameeyes' Pettenò
2007-01-24Create a new wavpack plugin with both the old demuxer and a new decoder. To s...Diego 'Flameeyes' Pettenò