Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11022 - Wave64 codec supports

Attached to Project: Rockbox
Opened by Yoshihisa Uchida (Uchida) - Tuesday, 16 February 2010, 11:41 GMT+2
Last edited by Yoshihisa Uchida (Uchida) - Sunday, 28 February 2010, 12:06 GMT+2
Task Type Patches
Category Codecs
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Wave64 format (w64 extension) codec add.

Wave64 codec corresponds to the same format as Wave(RIFF).


Please apply new  FS#10424 ,  FS#10425 ,  FS#10432 ,  FS#10433  and  FS#11021  patch before applying this patch.
   rb_wave64_codec.patch (25 KiB)
 b/apps/codecs/SOURCES              |    1 
 b/apps/codecs/codecs.make          |    1 
 b/apps/filetypes.c                 |    1 
 b/apps/metadata.c                  |   11 
 b/apps/metadata.h                  |    1 
 b/apps/metadata/metadata_common.c  |    9 
 b/apps/metadata/metadata_common.h  |    1 
 b/apps/metadata/metadata_parsers.h |    1 
 b/apps/metadata/wave.c             |  146 ++++++++++--
 b/apps/codecs/wav64.c              |  446 +++++++++++++++++++++++++++++++++++++
 10 files changed, 599 insertions(+), 19 deletions(-)

This task depends upon

Closed by  Yoshihisa Uchida (Uchida)
Sunday, 28 February 2010, 12:06 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  commit patch and manual updates.

Loading...