summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2005-11-02patch 1328447: folder skip routines in playlist API plus next/prev folder nav...Anton Oleynikov8-22/+166
2005-11-02Use direct non-interleaved full precision output data instead of converting t...Thom Johansen2-6/+10
2005-11-02Better place for EMAC init.Thom Johansen1-4/+4
2005-11-02Need to set sample depth before clip limits to avoid having clip limits overr...Thom Johansen1-1/+1
2005-11-02Support large delay fields in LAME header, plus some cleanups.Thom Johansen1-28/+37
2005-11-02Enable replaygain for the new FLAC decoderDave Chapman1-0/+1
2005-11-02Make the m4a parser happier with Nero-encoded .mp4 files. This still needs m...Dave Chapman2-7/+12
2005-11-02Correctly clear the screen(s) after a dircache build - this fixes the I04 err...Dave Chapman1-1/+6
2005-11-02enables remote support only when LOGF is disabledKevin Ferrare1-1/+1
2005-11-02Fix simulator builds - DEBUGF explicitly needs rb->Dave Chapman1-1/+6
2005-11-02Add const attribute to lookup tablesDave Chapman1-5/+5
2005-11-02Cosmetic changes - use correct ICONST or IBSS attributes and refer to codec a...Dave Chapman1-44/+44
2005-11-02no more warnings (I hope)Kevin Ferrare2-1/+1
2005-11-02*** empty log message ***Kevin Ferrare3-20/+16
2005-11-02Automatically set clipping limits based on sample precision.Thom Johansen1-0/+2
2005-11-02Should be iso 8859 (perhaps...) aslo fixed the warningKevin Ferrare2-1/+2
2005-11-02Call ci->seek_complete() callback after processing a seek request (an old API...Dave Chapman6-6/+6
2005-11-01Changed back the copyright's name in onplay.c (silly UTF-8, sorry Björn ! ...Kevin Ferrare8-104/+173
2005-11-01Init EMAC properly.Thom Johansen1-0/+4
2005-11-01Added some EMAC optimised fixed point routines.Thom Johansen1-1/+78
2005-11-01Removed msvc-style x86 inline asm. Now the iriver win32 sim builds again.Jens Arnold1-92/+1
2005-11-01added libm4aDaniel Stenberg1-0/+1
2005-11-01iRiver: Fixed another mutex issue that caused problems with seeking.Miika Pekkarinen1-4/+10
2005-11-01Fix gcc4 warnings for simulator buildsDave Chapman1-3/+3
2005-10-31Cosmetic change - correct the indenting to the standard Rockbox four spacesDave Chapman1-123/+123
2005-10-31Suppress compiler warningDave Chapman1-0/+1
2005-10-31Initial check-in of AAC codec. Currently only recognises the .mp4 extension ...Dave Chapman7-7/+216
2005-10-31Add capability to parse AAC files in M4A.Dave Chapman2-65/+186
2005-10-31Correct the prototype for memmove (oops, forgot this file)Dave Chapman1-1/+1
2005-10-31Correct the prototype for memmoveDave Chapman1-1/+1
2005-10-31Changes to make libfaad compile in Rockbox. Also remove compiler warnings, u...Dave Chapman25-63/+334
2005-10-31Initial check-in of unmodified libfaad (part of the FAAD2 project). This is ...Dave Chapman94-0/+60360
2005-10-31Corrected a small bug about status bar not refreshing the clock in menus on a...Kevin Ferrare5-8/+28
2005-10-31Some more IBSS_ATTR changes.Thom Johansen1-2/+2
2005-10-30A small visual bug fixed with menus when in some cases the status bar was not...Kevin Ferrare1-7/+3
2005-10-30oops a little warning in menu.c, fixedKevin Ferrare1-2/+2
2005-10-30Partial menus support on remote (only browsing is working, changing option is...Kevin Ferrare11-348/+189
2005-10-30Fix bug with FLAC and ALAC output being half the correct volume. The DSP_SET...Dave Chapman2-3/+3
2005-10-30Don't copy the data from the audio buffer - request_buffer() guarantees to al...Dave Chapman1-22/+1
2005-10-30Skip ID3v2 tags at the start of a FLAC file.Dave Chapman2-5/+34
2005-10-30Increased the guard buffer size to support larger frame sizes used byMiika Pekkarinen1-1/+1
2005-10-30Moved also the other mutex into a right place.Miika Pekkarinen1-3/+3
2005-10-30Added a missing mutex lock to the initial buffer filling code. ThatMiika Pekkarinen1-0/+4
2005-10-30Optimizations to the FLAC-codec buffer requesting to eliminate theMiika Pekkarinen1-12/+7
2005-10-30Corrected a bug on archos with buttonbar which was erased when filetree refre...Kevin Ferrare15-22/+29
2005-10-29OopsDave Chapman1-1/+0
2005-10-29Remove generic M4A parsing code from libalac and create a libm4a - so it can ...Dave Chapman9-296/+396
2005-10-29Some changes to the remote code : some one lines function turned into macros ...Kevin Ferrare8-98/+130
2005-10-29Initial seeking support. This only seeks to the nearest point (before the ta...Dave Chapman1-10/+106
2005-10-28Changed some fn names, also corrected a bug with fonts and made the filetree ...Kevin Ferrare14-67/+106