summaryrefslogtreecommitdiff
path: root/src/combined
AgeCommit message (Collapse)Author
2007-02-25Cleanup unused variables.Diego 'Flameeyes' Pettenò
CVS patchset: 8625 CVS date: 2007/02/25 17:57:04
2007-02-25Remove a pointless else clause.Diego 'Flameeyes' Pettenò
CVS patchset: 8624 CVS date: 2007/02/25 17:53:51
2007-02-25Use a bitmask, and ensure that the values reported by wavpack for ↵Diego 'Flameeyes' Pettenò
bits_per_sample and channels (that have sane limits) are inside the boundaries, this way we don't end up eating memory in the case of a malformed wavpack file. While we're at it, also try to compact the size of the wavpack structures. CVS patchset: 8623 CVS date: 2007/02/25 17:52:16
2007-02-25Instead of replicating it over and over, define __unused in attributes.h so ↵Diego 'Flameeyes' Pettenò
that it can be used whenever necessary. CVS patchset: 8622 CVS date: 2007/02/25 17:34:48
2007-02-21Make -Wl,-z,defs an opt-in ldflag, if available. The $(xineplug_ldflags) ↵Diego 'Flameeyes' Pettenò
variable can be injected in _LDFLAGS for the xine plugins, and already provides -avoid-version -module and -Wl,-z,defs if supported. Right now only wavpack plugin actually make use of this but that can be fixed as the Makefiles are edited. CVS patchset: 8618 CVS date: 2007/02/21 23:07:45
2007-01-26Fix warning with LOG enabled.Diego 'Flameeyes' Pettenò
CVS patchset: 8568 CVS date: 2007/01/26 18:23:06
2007-01-24Send multichannel data in a single frame, stop reading and send the buffer ↵Diego 'Flameeyes' Pettenò
when the final block is found. CVS patchset: 8561 CVS date: 2007/01/24 22:05:09
2007-01-24Put a non-stream buffer when there's an error, so that xine does not lock on ↵Diego 'Flameeyes' Pettenò
invald streams. CVS patchset: 8560 CVS date: 2007/01/24 22:03:41
2007-01-24Don't limit to 4096 samples if there's space to decode more, avoid more ↵Diego 'Flameeyes' Pettenò
loops and more mallocs. CVS patchset: 8559 CVS date: 2007/01/24 21:44:06
2007-01-24Zero out the error array, so that we don't have false positives.Diego 'Flameeyes' Pettenò
CVS patchset: 8558 CVS date: 2007/01/24 21:42:21
2007-01-24Actually rewind to the start.Diego 'Flameeyes' Pettenò
CVS patchset: 8557 CVS date: 2007/01/24 21:41:30
2007-01-24Replace my email address with a more generic one.Diego 'Flameeyes' Pettenò
CVS patchset: 8556 CVS date: 2007/01/24 20:51:04
2007-01-24There's no need to pass one of the frame's headers around, so just send the ↵Diego 'Flameeyes' Pettenò
standard header, and remove the copy in the instance structure. CVS patchset: 8555 CVS date: 2007/01/24 20:47:31
2007-01-24Remove the workaround for FFmpeg decoding, pass the complete header to the ↵Diego 'Flameeyes' Pettenò
decoder, this way the WavPack decoder can be fixed to support multichannel streams. CVS patchset: 8554 CVS date: 2007/01/24 20:40:11
2007-01-24Don't include audio_group.h, this demuxer is not part of that.Diego 'Flameeyes' Pettenò
CVS patchset: 8553 CVS date: 2007/01/24 05:05:11
2007-01-24Add missing include directive.Diego 'Flameeyes' Pettenò
CVS patchset: 8552 CVS date: 2007/01/24 05:04:26
2007-01-24Create a new wavpack plugin with both the old demuxer and a new decoder. To ↵Diego 'Flameeyes' Pettenò
simplify categorising, I've created a new combined directory to put plugins like wavpack (or libflac) that carries both a demuxer and a decoder in a single bundle -- I expect it being used more in the future. CVS patchset: 8551 CVS date: 2007/01/24 04:57:26