summaryrefslogtreecommitdiff
path: root/apps/codecs/libffmpegFLAC/shndec.c (unfollow)
Commit message (Expand)Author
2012-04-25Add codecs to librbcodec.Sean Bartell
2011-01-30Use __builtin_constant_p() to select the best byteswapping method: constant o...Michael Sevakis
2010-07-20Shorten: tweak some inline asm, use local lables to not cause problems when t...Nils Wallménius
2010-07-15Properly fix warning by copying the swap16 and swap32 inline functions from s...Nils Wallménius
2010-07-15Hopefully fix 'comparison between signed and unsigned' warningNils Wallménius
2010-07-15Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstrea...Nils Wallménius
2009-12-06Fix red: av_log2 undefined for ARM_ARCH <= 4, missing codeclib.h includes.Andrew Mahone
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman
2006-11-09Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski
2006-02-07Patch #1426489 - Shorten codec optimisations from Mark ArigoDave Chapman
2005-11-13Shorten updates from Mark Arigo: calculate average bitrate, skip id3v2 tags a...Dave Chapman
2005-11-11Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman