Age | Commit message (Expand) | Author |
2005-10-31 | Correct the prototype for memmove | Dave Chapman |
2005-10-31 | 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 | Corrected a small bug about status bar not refreshing the clock in menus on a... | Kevin Ferrare |
2005-10-31 | Some more IBSS_ATTR changes. | Thom Johansen |
2005-10-31 | SH1 memcpy(): Slightly changed loop concept: saved 4 bytes, and the long+1 ca... | Jens Arnold |
2005-10-30 | A small visual bug fixed with menus when in some cases the status bar was not... | Kevin Ferrare |
2005-10-30 | oops a little warning in menu.c, fixed | Kevin Ferrare |
2005-10-30 | Partial menus support on remote (only browsing is working, changing option is... | Kevin Ferrare |
2005-10-30 | Fix bug with FLAC and ALAC output being half the correct volume. The DSP_SET... | Dave Chapman |
2005-10-30 | Don't copy the data from the audio buffer - request_buffer() guarantees to al... | Dave Chapman |
2005-10-30 | Further optimised SH1 memcpy(): Lower latency for very small blocks, faster l... | Jens Arnold |
2005-10-30 | Skip ID3v2 tags at the start of a FLAC file. | Dave Chapman |
2005-10-30 | Increased the guard buffer size to support larger frame sizes used by | Miika Pekkarinen |
2005-10-30 | Moved also the other mutex into a right place. | Miika Pekkarinen |
2005-10-30 | Added a missing mutex lock to the initial buffer filling code. That | Miika Pekkarinen |
2005-10-30 | Optimizations to the FLAC-codec buffer requesting to eliminate the | Miika Pekkarinen |
2005-10-30 | Corrected a bug on archos with buttonbar which was erased when filetree refre... | Kevin Ferrare |
2005-10-29 | Oops | Dave Chapman |
2005-10-29 | Remove generic M4A parsing code from libalac and create a libm4a - so it can ... | Dave Chapman |
2005-10-29 | Some changes to the remote code : some one lines function turned into macros ... | Kevin Ferrare |
2005-10-29 | Initial seeking support. This only seeks to the nearest point (before the ta... | Dave Chapman |
2005-10-28 | Changed some fn names, also corrected a bug with fonts and made the filetree ... | Kevin Ferrare |
2005-10-28 | Enabled the FLAC EMAC optimisations. | Thom Johansen |
2005-10-28 | H1x0: Fixed the non-working Stop in the file browser. Ondios: Added the same ... | Jens Arnold |
2005-10-28 | Squeezed two very frequently used arrays in IRAM for a very nice performance ... | Thom Johansen |
2005-10-28 | Add more useful error codes from decoder | Dave Chapman |
2005-10-28 | USB power mode: Made the code ignore the power button (On for recorder fm/v2,... | Jens Arnold |
2005-10-28 | Add gui directory | Dave Chapman |
2005-10-28 | iso-8859-1 police | Dave Chapman |
2005-10-28 | Spell out that we use ISO 8859-1 at places, but we should rather remain | Daniel Stenberg |
2005-10-28 | The wonderful starfield plugin huhuhu | Kevin Ferrare |
2005-10-28 | Fixed Ondio and V2/FM compiling problems from the multiscreen patch | Linus Nielsen Feltzing |
2005-10-28 | Ooops, forgot to commit these | Linus Nielsen Feltzing |
2005-10-28 | 1) Always enable the DSP. 2) Change codec to output one 32-bit array per cha... | Dave Chapman |
2005-10-28 | Initial multi screen support by Kévin Ferrare (Patch #1318081) | Linus Nielsen Feltzing |
2005-10-27 | Should be referring to libffmpegFLAC, not libalac - how did this work in the ... | Dave Chapman |
2005-10-27 | Prevent compiler warning for LOGF builds | Dave Chapman |
2005-10-27 | Support for a colon-separated path in APPEXTRA | Linus Nielsen Feltzing |
2005-10-27 | Zero the FLACContext during initialisation | Dave Chapman |
2005-10-27 | Didn't mean to commit that... | Thom Johansen |
2005-10-27 | Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries. | Thom Johansen |
2005-10-27 | Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins. | Thom Johansen |
2005-10-27 | Replaced jump table with a more efficient one. | Thom Johansen |
2005-10-27 | Assembler optimised LPC routines for Coldfire. Will enable them when codec ha... | Thom Johansen |
2005-10-26 | New FLAC decoder from the ffmpeg project | Dave Chapman |
2005-10-23 | X11 simulator: * Correctly redraw the window when it was destroyed by overlay... | Jens Arnold |
2005-10-23 | X11 simulator: Fixed margins and scaling (window zoom) for all simulated targ... | Jens Arnold |
2005-10-22 | Fixed the voice codec when no audio is playing. Now attenuating audio | Miika Pekkarinen |
2005-10-22 | Removed unneeded xxx2wav files. | Thom Johansen |