summaryrefslogtreecommitdiff
path: root/firmware/mp3data.c (follow)
Commit message (Collapse)AuthorAge
* The debug output now reports the correct mpeg layerLinus Nielsen Feltzing2004-12-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5476 a1c6a512-1295-4272-9138-f99709370657
* A little more straightforward vbr header checksJens Arnold2004-08-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4986 a1c6a512-1295-4272-9138-f99709370657
* MP3 files with VBRI frames were parsed incorrectly, and the VBRI frame was ↵Linus Nielsen Feltzing2004-04-29
| | | | | | partly fed to the MAS, giving playback glitches git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4560 a1c6a512-1295-4272-9138-f99709370657
* Slightly improved VBR fixer, now uses the same template header throughout ↵Linus Nielsen Feltzing2004-01-13
| | | | | | the entire file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4225 a1c6a512-1295-4272-9138-f99709370657
* Internal code cleanup - the header template is not taken from the stream if ↵Linus Nielsen Feltzing2003-12-28
| | | | | | a template header is passed to create_xing_header() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4180 a1c6a512-1295-4272-9138-f99709370657
* Frame-accurate file splits when recording. Now the PLAY button closes the ↵Linus Nielsen Feltzing2003-11-02
| | | | | | current file and opens a new one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3998 a1c6a512-1295-4272-9138-f99709370657
* Even larger MP3 frame analysis buffer. Fixes bug #747969.Linus Nielsen Feltzing2003-06-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3721 a1c6a512-1295-4272-9138-f99709370657
* this should be using unsigned, to allow a full 4GB file, just in caseDaniel Stenberg2003-05-19
| | | | | | | everything else does git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3686 a1c6a512-1295-4272-9138-f99709370657
* Stevie Oh's patch #739898 that corrects how vbrfix works on large files.Daniel Stenberg2003-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3685 a1c6a512-1295-4272-9138-f99709370657
* Configurable dir browser file buffer size. No more 400-file limit. No more ↵Linus Nielsen Feltzing2003-05-09
| | | | | | whining. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3661 a1c6a512-1295-4272-9138-f99709370657
* Fixed compiler error on debug buildsLinus Nielsen Feltzing2003-04-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3573 a1c6a512-1295-4272-9138-f99709370657
* Xing headers now support mono better, added the 'editable files' optionLinus Nielsen Feltzing2003-04-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3572 a1c6a512-1295-4272-9138-f99709370657
* Stupid compiler...Linus Nielsen Feltzing2003-04-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3570 a1c6a512-1295-4272-9138-f99709370657
* Removed a warningLinus Nielsen Feltzing2003-04-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3568 a1c6a512-1295-4272-9138-f99709370657
* Better generation of Xing headers, now they contain the correct MPEG version ↵Linus Nielsen Feltzing2003-04-19
| | | | | | and sample rate info. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3567 a1c6a512-1295-4272-9138-f99709370657
* Increased the buffer size for get_mp3file_info(). This is supposed to fix ↵Linus Nielsen Feltzing2003-04-19
| | | | | | bugs #722233, #722521 and #723922 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3566 a1c6a512-1295-4272-9138-f99709370657
* Changed some debug outputLinus Nielsen Feltzing2003-04-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3547 a1c6a512-1295-4272-9138-f99709370657
* The Xing flag word wasn't correctly generatedLinus Nielsen Feltzing2003-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3495 a1c6a512-1295-4272-9138-f99709370657
* Reverted last changeLinus Nielsen Feltzing2003-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3493 a1c6a512-1295-4272-9138-f99709370657
* Don't fail on bitrate 0. Our own recordings have bitrate 0...Björn Stenberg2003-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3492 a1c6a512-1295-4272-9138-f99709370657
* The frame buffer was too small for 320kbit/s framesLinus Nielsen Feltzing2003-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3446 a1c6a512-1295-4272-9138-f99709370657
* Don't accidentally add Xing headers to CBR filesLinus Nielsen Feltzing2003-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3419 a1c6a512-1295-4272-9138-f99709370657
* Experimental Xing header generation added. Use with cautionLinus Nielsen Feltzing2003-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3418 a1c6a512-1295-4272-9138-f99709370657
* New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation codeLinus Nielsen Feltzing2003-03-10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3410 a1c6a512-1295-4272-9138-f99709370657