summaryrefslogtreecommitdiff
path: root/apps/codecs (unfollow)
Commit message (Expand)Author
2005-12-05Make use of the generated dependency file.Magnus Holmgren
2005-12-05Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren
2005-12-02fix gcc4 (un)signed warningsDaniel Stenberg
2005-12-01iRiver: re-add an end of file check, to see if it helps the reported problems...Magnus Holmgren
2005-11-26iRiver: Reduced stack usage in the Vorbis decoder, so files created by old ve...Magnus Holmgren
2005-11-18More stable playback with reduced stuttering when skipping tracks.Miika Pekkarinen
2005-11-15ICONST_ATTR policeThom Johansen
2005-11-15Speed up layer 1 decoding considerably.Thom Johansen
2005-11-13iPod: Work around a problem with one Tremor function not being happy in IRAM ...Dave Chapman
2005-11-13Shorten updates from Mark Arigo: calculate average bitrate, skip id3v2 tags a...Dave Chapman
2005-11-12iPod: Implement plugin.lds and enable codec building for all SWCODEC platform...Dave Chapman
2005-11-12"signed char" policeDave Chapman
2005-11-12OopsDave Chapman
2005-11-11Move ff_log2_tab out of header file into its own .c fileDave Chapman
2005-11-11Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman
2005-11-06Changed output format of libmpcdec to non-interleaved stereo for a slight spe...Thom Johansen
2005-11-06The seek_time member of the codec API needs to be decremented before use as a...Thom Johansen
2005-11-06Disabled Musepack seeking, since it's so slow that most users conclude the co...Thom Johansen
2005-11-05Unrolled loops up to order 10 plus slight optimisation of default case.Thom Johansen
2005-11-04Fixed the halved volume bug, remove ad-hoc metadata loading and add ReplayGai...Thom Johansen
2005-11-03Add seekpoint parsing and dummy ICODE_ATTR macro to standalone FLAC test programDave Chapman
2005-11-03Move code into IRAM and explicitly inline some functions (gcc was inlining th...Dave Chapman
2005-11-03Move all code into IRAMDave Chapman
2005-11-02Use direct non-interleaved full precision output data instead of converting t...Thom Johansen
2005-11-02Better place for EMAC init.Thom Johansen
2005-11-02Need to set sample depth before clip limits to avoid having clip limits overr...Thom Johansen
2005-11-02Support large delay fields in LAME header, plus some cleanups.Thom Johansen
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-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-02Call ci->seek_complete() callback after processing a seek request (an old API...Dave Chapman
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-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-31Some more IBSS_ATTR changes.Thom Johansen
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-30Optimizations to the FLAC-codec buffer requesting to eliminate theMiika Pekkarinen