rockbox/apps/metadata
2007-07-03 14:22:56 +00:00
..
adx.c split up the metadata parser 2007-06-16 18:19:51 +00:00
aiff.c split up the metadata parser 2007-06-16 18:19:51 +00:00
ape.c split up the metadata parser 2007-06-16 18:19:51 +00:00
asf.c The WMA decoder crashes when attempting to decode files encoded at less than 32kbps, so reject them at the metadata parsing stage. Current SVN ffmpeg can decode these files, so hopefully this can be fixed. 2007-07-03 14:22:56 +00:00
flac.c split up the metadata parser 2007-06-16 18:19:51 +00:00
metadata_common.c Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's fixed-point and malloc-less WMA decoder (based on the ffmpeg WMA decoder from early 2006, and also building on the work started by Paul Jones). The codec itself and the ASF parsing code were written by me, inspired by the ASF parser in libasf. Current performance is around 400% realtime on gigabeat, 100% realtime on PP and 20% realtime on Coldfire. 2007-07-03 09:25:36 +00:00
metadata_common.h Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's fixed-point and malloc-less WMA decoder (based on the ffmpeg WMA decoder from early 2006, and also building on the work started by Paul Jones). The codec itself and the ASF parsing code were written by me, inspired by the ASF parser in libasf. Current performance is around 400% realtime on gigabeat, 100% realtime on PP and 20% realtime on Coldfire. 2007-07-03 09:25:36 +00:00
metadata_parsers.h Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's fixed-point and malloc-less WMA decoder (based on the ffmpeg WMA decoder from early 2006, and also building on the work started by Paul Jones). The codec itself and the ASF parsing code were written by me, inspired by the ASF parser in libasf. Current performance is around 400% realtime on gigabeat, 100% realtime on PP and 20% realtime on Coldfire. 2007-07-03 09:25:36 +00:00
monkeys.c Correct a comment 2007-06-19 19:03:37 +00:00
mp4.c Support aART (album artist) MP4 atom. 2007-06-25 11:15:44 +00:00
mpc.c split up the metadata parser 2007-06-16 18:19:51 +00:00
ogg.c move the speex and vorbis ogg parsers together in ogg.c 2007-06-16 22:23:07 +00:00
sid.c split up the metadata parser 2007-06-16 18:19:51 +00:00
spc.c split up the metadata parser 2007-06-16 18:19:51 +00:00
vorbis.c move the speex and vorbis ogg parsers together in ogg.c 2007-06-16 22:23:07 +00:00
wave.c split up the metadata parser 2007-06-16 18:19:51 +00:00