summaryrefslogtreecommitdiff
path: root/apps/mp3data.c (follow)
Commit message (Expand)AuthorAge
* Build librbcodec with DSP and metadata.Sean Bartell2012-03-18
* Fix red: Mark variable as unused the rockbox wayThomas Jarosch2011-12-03
* Remove redundant assigment to "dummy" variableThomas Jarosch2011-12-03
* FS#12412 : Delete old buffer allocation code which has been replaced by core_...Boris Gjenero2011-11-29
* GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz2011-08-14
* Fix the Xing header parser to have reliable gapless playback. Closes FS#12062.Andree Buschmann2011-04-13
* Optimize memory consumption in the mp3data parser. The vbr-header parser will...Andree Buschmann2011-03-18
* Local implementation of read_uint32be() in mp3data.c needs a major correction.Andree Buschmann2011-03-17
* Avoid magic numbers. Use the available defines to set up the bit mask to comp...Andree Buschmann2011-03-16
* Hopefully fix red now and reduce binsize for HWCODEC targets. This change imp...Andree Buschmann2011-03-16
* More robust implementation of MPEG frame header search. The parser will not o...Andree Buschmann2011-03-16
* Add up skipped bytes when parsing for valid MPEG headers.Andree Buschmann2011-03-13
* Refactor reading of Xing/Info/Vbri tags to prepare for further changes.Andree Buschmann2011-03-13
* Remove some useless code and variables in the area of metadata parsing. Bump ...Andree Buschmann2011-02-27
* Ensure proper initialization of some variables and arrays in metadata parsing...Andree Buschmann2011-02-17
* Reduce excessive debug output during mp3 parsing.Thomas Martitz2011-02-02
* get_mp3file_info(): Use the correct printf format in DEBUGF()Rafaël Carré2010-09-19
* get_mp3file_info(): remove unused variableRafaël Carré2010-09-19
* Remove more tabsAndree Buschmann2010-02-07
* Quick fix to allow certain MP3 files to play. If a Xing or Info header didn't...Magnus Holmgren2009-09-03
* Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg2008-10-15