Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#12142 - Clean up libmad

Attached to Project: Rockbox
Opened by Sean Bartell (wtachi) - Wednesday, 01 June 2011, 07:25 GMT+2
Last edited by Andree Buschmann (Buschel) - Friday, 24 June 2011, 16:48 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

This patch removes various unused parts of libmad that were only useful in the original. This includes infrastructure such as frequency ratio handling as well as fixed.c, which has been unused since the first commit of libmad.
   0003-clean-up-libmad.patch (59 KiB)
 a/apps/codecs/libmad/INSTALL   |  183 ------------
 a/apps/codecs/libmad/VERSION   |    7 
 a/apps/codecs/libmad/decoder.c |  589 -----------------------------------------
 a/apps/codecs/libmad/decoder.h |   93 ------
 a/apps/codecs/libmad/fixed.c   |   81 -----
 b/apps/codecs/libmad/fixed.h   |    5 
 b/apps/codecs/libmad/frame.c   |    2 
 b/apps/codecs/libmad/frame.h   |    3 
 b/apps/codecs/libmad/mad.h     |    3 
 a/apps/codecs/libmad/mad.h.sed |   36 --
 a/apps/codecs/libmad/minimad.c |  222 ---------------
 b/apps/codecs/libmad/stream.c  |    9 
 b/apps/codecs/libmad/stream.h  |    9 
 b/apps/codecs/libmad/synth.h   |   17 -
 a/apps/codecs/libmad/timer.c   |  488 ---------------------------------
 a/apps/codecs/libmad/timer.h   |  100 ------
 a/apps/codecs/libmad/version.c |   74 -----
 a/apps/codecs/libmad/version.h |   47 ---
 18 files changed, 16 insertions(+), 1952 deletions(-)

This task depends upon

Closed by  Andree Buschmann (Buschel)
Friday, 24 June 2011, 16:48 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Submitted with minor changes (r30065).

Loading...