| Commit message (Expand) | Author | Age |
| * | Fix FS#10174 by correcting an oversimplification of the AAC window switching ... | Michael Giacomelli | 2009-04-29 |
| * | Disable AAC-SBR, AAC-SSR, and AAC-PS on Sansa clip. Clean up warnings introd... | Michael Giacomelli | 2009-04-25 |
| * | Silence warning from 'ar' if the archive had to be created. | Jens Arnold | 2009-03-01 |
| * | Stop hiding errors by redirecting stderr to /dev/null. If we really need to d... | Daniel Stenberg | 2009-02-23 |
| * | Make local functions static in codecs, where possible. | Bertrik Sikken | 2008-12-29 |
| * | Added 'keywords' and 'eol-style' properties. | Björn Stenberg | 2008-11-25 |
| * | Remove .a files before running ar, to avoid problems with renamed files remai... | Björn Stenberg | 2008-11-20 |
| * | New makefile solution: A single invocation of 'make' to build the entire tree... | Björn Stenberg | 2008-11-20 |
| * | Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codecli... | Michael Giacomelli | 2008-09-04 |
| * | Use WMA windowing optimizations for AAC. Saves about 3.5MHz on Coldfire, and... | Michael Giacomelli | 2008-08-10 |
| * | Too much on the last commit. | Michael Giacomelli | 2008-07-17 |
| * | Use Tremor IMDCT for WMA. Gives a ~20% speedup on ARM and coldfire. All my ... | Michael Giacomelli | 2008-07-17 |
| * | Put pointer arrays in the correct iram section, tiny const police to make it ... | Nils Wallménius | 2008-06-02 |
| * | Fix a couple quirks from the previous commit. | Nicolas Pennequin | 2008-05-05 |
| * | Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ... | Nicolas Pennequin | 2008-05-05 |
| * | AAC decoder: Remove suspicious use of the REAL_CONST macro. I don't know what... | Magnus Holmgren | 2008-03-09 |
| * | Revert the buggy warning fix for gcc 4.2. It caused a sim built with gcc 4.2 ... | Jens Arnold | 2008-02-12 |
| * | make the gcc work-around somewhat more inclusive for gcc 4.2.X where X is 1 | Daniel Stenberg | 2008-02-07 |
| * | a rather lame attempt to silence the gcc 4.2.3 warnings on what seems to be | Daniel Stenberg | 2008-02-06 |
| * | Revert previous 'fix'. Did not actually fix the warning as I wasn't paying at... | Dan Everton | 2007-12-09 |
| * | Fix warnings in libfaad | Dan Everton | 2007-12-09 |
| * | Fix playback of HE-AACv2 (aka SBR+PS) files. | Magnus Holmgren | 2007-09-21 |
| * | Code cleaning - remove some unnecessary defined(SIMULATOR) checks | Dave Chapman | 2007-05-10 |
| * | build with -Wundef to make sure we have spelled the defines right in #if lines | Daniel Stenberg | 2007-02-17 |
| * | Next step of Makefile tuning: * Use 'make' internal commands for printing mes... | Jens Arnold | 2006-10-27 |
| * | Consistent style of 'make' messages. Always use ranlib after ar. | Jens Arnold | 2006-10-23 |
| * | AAC codec: Fix buffer overrun on high-bitrate files. | Magnus Holmgren | 2006-10-10 |
| * | AAC codec: Reduce IRAM usage slightly, to fix the profile builds (on Coldfire). | Magnus Holmgren | 2006-10-01 |
| * | Fix the warning. | Magnus Holmgren | 2006-09-24 |
| * | Apply a bunch of simple AAC decoder optimizations. Biggest speedup is on Cold... | Magnus Holmgren | 2006-09-24 |
| * | Add profiling support for libfaad, and enable a small optimization. | Magnus Holmgren | 2006-09-24 |
| * | settings.h includs button.h that includes target-button.h so we need to make | Daniel Stenberg | 2006-09-02 |
| * | Only cast if value is used. This should fix a build warning. | Antoine Cellerier | 2006-08-10 |
| * | prevent rockbox from using the wrong includes | Marcoen Hirschberg | 2006-02-24 |
| * | Codec makefile cleanup: remove redundant things, don't generate dependency fi... | Magnus Holmgren | 2005-12-05 |
| * | "signed char" police | Dave Chapman | 2005-11-12 |
| * | Use direct non-interleaved full precision output data instead of converting t... | Thom Johansen | 2005-11-02 |
| * | Better place for EMAC init. | Thom Johansen | 2005-11-02 |
| * | Init EMAC properly. | Thom Johansen | 2005-11-01 |
| * | Added some EMAC optimised fixed point routines. | Thom Johansen | 2005-11-01 |
| * | Removed msvc-style x86 inline asm. Now the iriver win32 sim builds again. | Jens Arnold | 2005-11-01 |
| * | Fix gcc4 warnings for simulator builds | Dave Chapman | 2005-11-01 |
| * | Changes to make libfaad compile in Rockbox. Also remove compiler warnings, u... | Dave Chapman | 2005-10-31 |
| * | Initial check-in of unmodified libfaad (part of the FAAD2 project). This is ... | Dave Chapman | 2005-10-31 |