index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
mp3data.c
(
unfollow
)
Commit message (
Expand
)
Author
2012-03-18
Build librbcodec with DSP and metadata.
Sean Bartell
2011-12-03
Fix red: Mark variable as unused the rockbox way
Thomas Jarosch
2011-12-03
Remove redundant assigment to "dummy" variable
Thomas Jarosch
2011-11-29
FS#12412 : Delete old buffer allocation code which has been replaced by core_...
Boris Gjenero
2011-08-14
GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.
Thomas Martitz
2011-04-13
Fix the Xing header parser to have reliable gapless playback. Closes FS#12062.
Andree Buschmann
2011-03-18
Optimize memory consumption in the mp3data parser. The vbr-header parser will...
Andree Buschmann
2011-03-17
Local implementation of read_uint32be() in mp3data.c needs a major correction.
Andree Buschmann
2011-03-16
Avoid magic numbers. Use the available defines to set up the bit mask to comp...
Andree Buschmann
2011-03-16
Hopefully fix red now and reduce binsize for HWCODEC targets. This change imp...
Andree Buschmann
2011-03-16
More robust implementation of MPEG frame header search. The parser will not o...
Andree Buschmann
2011-03-13
Add up skipped bytes when parsing for valid MPEG headers.
Andree Buschmann
2011-03-13
Refactor reading of Xing/Info/Vbri tags to prepare for further changes.
Andree Buschmann
2011-02-27
Remove some useless code and variables in the area of metadata parsing. Bump ...
Andree Buschmann
2011-02-17
Ensure proper initialization of some variables and arrays in metadata parsing...
Andree Buschmann
2011-02-02
Reduce excessive debug output during mp3 parsing.
Thomas Martitz
2010-09-19
get_mp3file_info(): Use the correct printf format in DEBUGF()
Rafaël Carré
2010-09-19
get_mp3file_info(): remove unused variable
Rafaël Carré
2010-02-07
Remove more tabs
Andree Buschmann
2009-09-03
Quick fix to allow certain MP3 files to play. If a Xing or Info header didn't...
Magnus Holmgren
2008-10-15
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg
2008-08-29
Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl...
Frank Gevaerts
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-05
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...
Nicolas Pennequin
2008-05-03
Made source files #include the header file that they implement to make sure t...
Bertrik Sikken
2008-04-07
Some more debug output disabling.
Nicolas Pennequin
2008-04-07
Remove some more simulator debugging output.
Steve Bavin
2007-03-17
Fix simulator builds, and some debugf() format strings.
Jens Arnold
2007-02-15
Shave a few bytes off the binary size, especially on hwcodec targets
Linus Nielsen Feltzing
2006-11-10
Support building tagcache db natively on PC using the core of the
Miika Pekkarinen
2006-10-19
When seeking, actually use the MP3 VBR TOC again, if available.
Magnus Holmgren
2006-04-02
killed warning due to comparison signed/unsigned
Daniel Stenberg
2006-04-02
Prevent two division by zeros and one problem causing a crash in the
Miika Pekkarinen
2005-11-02
Allow bigger delay setting in LAME header.
Thom Johansen
2005-09-25
Rather obvious simplification of the mpeg frametime fraction calculation.
Jens Arnold
2005-09-15
Archos recording/playback: (1) Xing header creation: * Now estimates the fram...
Jens Arnold
2005-09-10
Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula...
Jens Arnold
2005-09-04
Archos recording: Always prepend ID3V2 and Xing header to a recording file, e...
Jens Arnold
2005-08-29
Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...
Jens Arnold
2005-08-22
Some slight size optimisations.
Jens Arnold
2005-08-13
Support the LAME Info header too.
Magnus Holmgren
2005-07-13
Fixed the errors.
Miika Pekkarinen
2005-07-05
Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".
Miika Pekkarinen
2005-06-18
Fixed MPEG header validation for layer 1 on iriver, and simplified it for arc...
Jens Arnold
2005-06-12
Fixed some mp3 metadata reading performance problem. Next track
Miika Pekkarinen
2005-06-12
Added support for reading LAME header delay and padding fields for proper gap...
Thom Johansen
2005-06-04
(1) Bugfix: create_xing_header() now returns 0 in case of an invalid header t...
Jens Arnold
2005-04-05
mp3buf renamed to audiobuf
Linus Nielsen Feltzing
2005-01-30
long policy
Jean-Philippe Bernardy
2004-12-01
The debug output now reports the correct mpeg layer
Linus Nielsen Feltzing
[next]