summaryrefslogtreecommitdiffstats
path: root/apps/mp3data.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-13Fix the Xing header parser to have reliable gapless playback. Closes FS#12062.Andree Buschmann1-2/+2
2011-03-18Optimize memory consumption in the mp3data parser. The vbr-header parser will...Andree Buschmann1-14/+19
2011-03-17Local implementation of read_uint32be() in mp3data.c needs a major correction.Andree Buschmann1-7/+5
2011-03-16Avoid magic numbers. Use the available defines to set up the bit mask to comp...Andree Buschmann1-15/+15
2011-03-16Hopefully fix red now and reduce binsize for HWCODEC targets. This change imp...Andree Buschmann1-1/+15
2011-03-16More robust implementation of MPEG frame header search. The parser will not o...Andree Buschmann1-39/+91
2011-03-13Add up skipped bytes when parsing for valid MPEG headers.Andree Buschmann1-2/+6
2011-03-13Refactor reading of Xing/Info/Vbri tags to prepare for further changes.Andree Buschmann1-158/+141
2011-02-27Remove some useless code and variables in the area of metadata parsing. Bump ...Andree Buschmann1-7/+16
2011-02-17Ensure proper initialization of some variables and arrays in metadata parsing...Andree Buschmann1-5/+6
2011-02-02Reduce excessive debug output during mp3 parsing.Thomas Martitz1-21/+21
2010-09-19get_mp3file_info(): Use the correct printf format in DEBUGF()Rafaël Carré1-9/+7
2010-09-19get_mp3file_info(): remove unused variableRafaël Carré1-3/+2
2010-02-07Remove more tabsAndree Buschmann1-2/+2
2009-09-03Quick fix to allow certain MP3 files to play. If a Xing or Info header didn't...Magnus Holmgren1-2/+0
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-0/+782