summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2005-11-02Enable replaygain for the new FLAC decoderDave Chapman
2005-11-02Make the m4a parser happier with Nero-encoded .mp4 files. This still needs m...Dave Chapman
2005-11-02Correctly clear the screen(s) after a dircache build - this fixes the I04 err...Dave Chapman
2005-11-02enables remote support only when LOGF is disabledKevin Ferrare
2005-11-02Fix simulator builds - DEBUGF explicitly needs rb->Dave Chapman
2005-11-02Add const attribute to lookup tablesDave Chapman
2005-11-02Cosmetic changes - use correct ICONST or IBSS attributes and refer to codec a...Dave Chapman
2005-11-02no more warnings (I hope)Kevin Ferrare
2005-11-02*** empty log message ***Kevin Ferrare
2005-11-02Automatically set clipping limits based on sample precision.Thom Johansen
2005-11-02Should be iso 8859 (perhaps...) aslo fixed the warningKevin Ferrare
2005-11-02Call ci->seek_complete() callback after processing a seek request (an old API...Dave Chapman
2005-11-01Changed back the copyright's name in onplay.c (silly UTF-8, sorry Björn ! ...Kevin Ferrare
2005-11-01Init EMAC properly.Thom Johansen
2005-11-01Added some EMAC optimised fixed point routines.Thom Johansen
2005-11-01Removed msvc-style x86 inline asm. Now the iriver win32 sim builds again.Jens Arnold
2005-11-01added libm4aDaniel Stenberg
2005-11-01iRiver: Fixed another mutex issue that caused problems with seeking.Miika Pekkarinen
2005-11-01Fix gcc4 warnings for simulator buildsDave Chapman
2005-10-31Cosmetic change - correct the indenting to the standard Rockbox four spacesDave Chapman
2005-10-31Suppress compiler warningDave Chapman
2005-10-31Initial check-in of AAC codec. Currently only recognises the .mp4 extension ...Dave Chapman
2005-10-31Add capability to parse AAC files in M4A.Dave Chapman
2005-10-31Correct the prototype for memmove (oops, forgot this file)Dave Chapman
2005-10-31Correct the prototype for memmoveDave Chapman
2005-10-31Changes to make libfaad compile in Rockbox. Also remove compiler warnings, u...Dave Chapman
2005-10-31Initial check-in of unmodified libfaad (part of the FAAD2 project). This is ...Dave Chapman
2005-10-31Corrected a small bug about status bar not refreshing the clock in menus on a...Kevin Ferrare
2005-10-31Some more IBSS_ATTR changes.Thom Johansen
2005-10-30A small visual bug fixed with menus when in some cases the status bar was not...Kevin Ferrare
2005-10-30oops a little warning in menu.c, fixedKevin Ferrare
2005-10-30Partial menus support on remote (only browsing is working, changing option is...Kevin Ferrare
2005-10-30Fix bug with FLAC and ALAC output being half the correct volume. The DSP_SET...Dave Chapman
2005-10-30Don't copy the data from the audio buffer - request_buffer() guarantees to al...Dave Chapman
2005-10-30Skip ID3v2 tags at the start of a FLAC file.Dave Chapman
2005-10-30Increased the guard buffer size to support larger frame sizes used byMiika Pekkarinen
2005-10-30Moved also the other mutex into a right place.Miika Pekkarinen
2005-10-30Added a missing mutex lock to the initial buffer filling code. ThatMiika Pekkarinen
2005-10-30Optimizations to the FLAC-codec buffer requesting to eliminate theMiika Pekkarinen
2005-10-30Corrected a bug on archos with buttonbar which was erased when filetree refre...Kevin Ferrare
2005-10-29OopsDave Chapman
2005-10-29Remove generic M4A parsing code from libalac and create a libm4a - so it can ...Dave Chapman
2005-10-29Some changes to the remote code : some one lines function turned into macros ...Kevin Ferrare
2005-10-29Initial seeking support. This only seeks to the nearest point (before the ta...Dave Chapman
2005-10-28Changed some fn names, also corrected a bug with fonts and made the filetree ...Kevin Ferrare
2005-10-28Enabled the FLAC EMAC optimisations.Thom Johansen
2005-10-28H1x0: Fixed the non-working Stop in the file browser. Ondios: Added the same ...Jens Arnold
2005-10-28Squeezed two very frequently used arrays in IRAM for a very nice performance ...Thom Johansen
2005-10-28Add more useful error codes from decoderDave Chapman
2005-10-28Add gui directoryDave Chapman