[resend, previous mail held for moderation due to being
'oversized' (41.4k). Attached patch as gzip file]

This patch splits the DSDIFF decoder into two seperate decoders as
discussed a while back. It creates a new decoder for DSF files and moves
functions common to both decoders to a new library (dsdlib).

For now I have created one patch containing all modifications. If
splitting up is wanted, let me know.

Jurgen

---
 Makefile.am                         |    4 +
 doc/user.xml                        |   11 +-
 src/decoder/dsdiff_decoder_plugin.c |  522
+++++++++++++---------------------
 src/decoder/dsdlib.c                |  175 ++++++++++++
 src/decoder/dsdlib.h                |   47 ++++
 src/decoder/dsf_decoder_plugin.c    |  351 +++++++++++++++++++++++
 src/decoder/dsf_decoder_plugin.h    |   25 ++
 src/decoder_list.c                  |    2 +
 8 files changed, 814 insertions(+), 323 deletions(-)
 create mode 100644 src/decoder/dsdlib.c
 create mode 100644 src/decoder/dsdlib.h
 create mode 100644 src/decoder/dsf_decoder_plugin.c
 create mode 100644 src/decoder/dsf_decoder_plugin.h

Attachment: gz2WuQzIUwYi.gz
Description: GNU Zip compressed data

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to