Age | Commit message (Expand) | Author |
2008-01-06 | If seek fails, don't insert nonsense for the current position. Also, make on... | Michael Giacomelli |
2007-12-13 | Another fix for file system issues when encountering disk full (like when rec... | Peter D'Hoye |
2007-12-09 | 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-08 | Exclude an unneeded file from the voice codec build. Remove non-existing feat... | Thom Johansen |
2007-12-06 | metadata writing does not belong in the spc codec | Adam Gashlin |
2007-12-01 | Code-police raid - cosmetic changes only. | Dave Chapman |
2007-12-01 | Remove the mallocs for the codecdata in the m4a parser and assume a maximum s... | Dave Chapman |
2007-11-30 | Use the correct variable name - fixes warning | Dave Chapman |
2007-11-30 | Fix warning when compiling the sim. | Michael Giacomelli |
2007-11-30 | Move encoder CPU boost control to the core. Allow CPU to sleep a bit when PCM... | Michael Sevakis |
2007-11-30 | Fix overflow when seeking in long files wma. Also, add a simple sanity check... | Michael Giacomelli |
2007-11-29 | Remove unneeded files. | Thom Johansen |
2007-11-29 | Stop writing to the metadata struct in the codec, it's not nice. These fields... | Thom Johansen |
2007-11-26 | Be sure SPC codec runs nicely from the start by using more IRAM when the dual... | Michael Sevakis |
2007-11-24 | Move some stuff out of IRAM for the voice decoder. | Thom Johansen |
2007-11-24 | Remove unused file. | Thom Johansen |
2007-11-24 | Sync to SVN. | Thom Johansen |
2007-11-23 | Speex: Put filter code in IRAM on PP5002 for a nice 12% speedup. | Jens Arnold |
2007-11-22 | Add seeking support for wma. Works quite well on my Sansa, and theres some e... | Michael Giacomelli |
2007-11-22 | Sync Speex to SVN. | Thom Johansen |
2007-11-22 | Remove a couple of redundant array copy operations. | Thom Johansen |
2007-11-19 | FS #8179. Small Musepack speedup for ARM. | Thom Johansen |
2007-11-18 | libspeex: let DEBUGF work correctly for both core and codec builds | Michael Sevakis |
2007-11-18 | Disable some UWB mode stuff and lost package handling in voice codec. | Thom Johansen |
2007-11-18 | SPC Codec: Run SPC emulation on COP and audio sample processing on CPU on dua... | Michael Sevakis |
2007-11-18 | Make speex the new voice format for SWCODEC targets (non-Archos). Remove code... | Michael Sevakis |
2007-11-16 | Speex encoder specially tailored to create voice UI snippets. Small fixups to... | Thom Johansen |
2007-11-16 | Trim some stuff and move some defines to a more logical place. | Thom Johansen |
2007-11-14 | Throw away the first samples to come out of the decoder to account for encode... | Thom Johansen |
2007-11-14 | Sync latest Speex stereo changes. | Thom Johansen |
2007-11-14 | Build libspeex for core voice on SWCODEC. Development phase - not currently u... | Michael Sevakis |
2007-11-14 | Sync Speex to SVN. Disable stereo compatibility hack since we don't needed it... | Thom Johansen |
2007-11-14 | Remove unneeded math wrappers. Clear state structs in decoder init. Start ini... | Thom Johansen |
2007-11-14 | New Speex stereo code in libspeex and speex.c, stereo should be more robust n... | Thom Johansen |
2007-11-10 | Remove C++ style comment. | Thom Johansen |
2007-11-10 | Strip out a large unneeded portion of the Speex stereo decoding function, and... | Thom Johansen |
2007-11-10 | Forgot these. | Thom Johansen |
2007-11-10 | Remove unneeded file from SOURCES and partial SVN sync. | Thom Johansen |
2007-11-09 | Sorry, switching back again to the "better behaved" ADX codec of r15494. | Adam Gashlin |
2007-11-09 | Remove some unneeded floating point usage, port some needed floating point co... | Thom Johansen |
2007-11-08 | Disable another encoder only function. | Thom Johansen |
2007-11-08 | SPC/Coldfire: Just use msac.w instead of neg.l/mac.w. It seems fine. Must've ... | Michael Sevakis |
2007-11-08 | from ffmpeg: replace FIR with finite differences. | Marcoen Hirschberg |
2007-11-08 | Change oggmalloc.c to use size_t and kill a warning about type-punning. Align... | Michael Sevakis |
2007-11-07 | from ffmpeg: Add decoding support for variable block size FLAC files using th... | Marcoen Hirschberg |
2007-11-07 | Revert to old ADX codec, works around broken bacwards seek | Adam Gashlin |
2007-11-07 | from ffmpeg: Add support for FLAC's new RICE2 entropy coding method. fixes 24... | Marcoen Hirschberg |
2007-11-07 | Ifdef out some more stuff we don't need. | Thom Johansen |
2007-11-07 | Assembler versions of signal_mul. Decent speedup for Coldfire and small speed... | Thom Johansen |