Age | Commit message (Expand) | Author |
2006-09-17 | FS#5992 Reworked playback.c to fix voice bugs by Steve Bavin. Fixed to | Miika Pekkarinen |
2006-09-16 | New scheduler, with priorities for swcodec platforms. Frequent task | Miika Pekkarinen |
2006-08-13 | Memory size checks in .c/.h files should use MEM, not MEMORYSIZE | Dave Chapman |
2006-08-12 | Various lower limits and sizes for targets with 1MB of RAM (Iriver iFP7xx). | Tomasz Malesinski |
2006-08-02 | Adjusted buffer watermarks for better crossfade and playback stability. | Miika Pekkarinen |
2006-05-14 | Correctly enable crossfade mixmode only when not skipping tracks | Miika Pekkarinen |
2006-05-08 | Revert a previous change, works around the problem of freezing on stop-while-... | Brandon Low |
2006-05-05 | Hopefully fix some old audio playing during manual track skip w/o crossfade. ... | Brandon Low |
2006-04-25 | Make crossfade less twitchy more | Brandon Low |
2006-04-25 | GOTO POWER. Improve crossfade performance, and cleanliness, and termination ... | Brandon Low |
2006-04-25 | Make crossfade less twitchy about buffer level | Brandon Low |
2006-04-25 | Fix asymetric crossfade cases that were broken, and also a not yet reported b... | Brandon Low |
2006-04-25 | Fix crossfade. Again. | Brandon Low |
2006-04-25 | More crossfade work, should fix crossfade on coldfire, and possibly improve c... | Brandon Low |
2006-04-24 | Fix another possible glitch causer on crossfade | Brandon Low |
2006-04-24 | Fix crossfade locational setting | Brandon Low |
2006-04-24 | Remove accidentally commited commented code, no functional changes | Brandon Low |
2006-04-23 | Rework crossfade to properly follow pcmbuf chunks instaed of blindly insertin... | Brandon Low |
2006-04-23 | Whoops, forgot to 'duck' the music below the voice when I redid the mix | Brandon Low |
2006-04-22 | First commit of reworking voice to be mroe stable on swcodec | Brandon Low |
2006-04-20 | Fix a crossfade problem (not initializing quite right), and a end of track pr... | Brandon Low |
2006-04-14 | Fix some stop/pause/boost stuff | Brandon Low |
2006-04-13 | Ensure that the buffer doesn't get out of sync on rebuffer track changes. Re... | Brandon Low |
2006-04-07 | Add a comment only | Brandon Low |
2006-04-05 | Fix bug #4896 and make the beep code a bit cleaner | Brandon Low |
2006-04-05 | More work on swcodec. No significant pcmbuf functions are called from the au... | Brandon Low |
2006-03-30 | New 'Track Skip Only' option for Crossfading; crossfading is disabled except ... | Zakk Roberts |
2006-03-30 | Add comments, and avoid throw-away calculations in crossfade buffer process | Brandon Low |
2006-03-25 | Fix lockups people have been having with track skipping during buffer fill, t... | Brandon Low |
2006-03-24 | Convert playback.c to use unsigned byte counters, and _minor_ refactoring of ... | Brandon Low |
2006-03-24 | Fix weirdness caused by not stopping buffering during pause, and generally us... | Brandon Low |
2006-02-22 | Fix some of the voice and beep bugs that people have noticed since my new pcm... | Brandon Low |
2006-02-13 | Add comments, and prevent a nearly impossible wrapping bug. There's always e... | Brandon Low |
2006-02-13 | Don't boost from inside the DMA interrupt, ever | Brandon Low |
2006-02-07 | Rework PCM buffer | Brandon Low |
2006-02-07 | Fixed the previous commit. | Miika Pekkarinen |
2006-02-07 | Reduce latency when configuring the EQ. | Miika Pekkarinen |
2006-01-27 | Don't use crossfader mix mode when skipping tracks manually. | Miika Pekkarinen |
2006-01-22 | Muting trick to prevent tiny pops and glitchless mp3 seeking. | Miika Pekkarinen |
2006-01-22 | Initialize callback for safety | Brandon Low |
2006-01-21 | Continue to update playback status after decoding is complete (the progress b... | Brandon Low |
2006-01-21 | Improve performance by putting more of the code and variables that are called... | Brandon Low |
2006-01-20 | Fixed a few iriver playback quirks and issues with previous fixes. | Miika Pekkarinen |
2005-12-28 | Fixed the crossfade and track skipping glitches. | Miika Pekkarinen |
2005-12-15 | Fixed a division by zero problem with simulator when crossfade is | Miika Pekkarinen |
2005-12-05 | kill gcc4 warnings | Daniel Stenberg |
2005-11-06 | iRiver: New crossfader with more configuration capability. Might still | Miika Pekkarinen |
2005-10-22 | Fixed the voice codec when no audio is playing. Now attenuating audio | Miika Pekkarinen |
2005-10-21 | iRiver: Fixed broken items skipping on playlist: Now skipping and | Miika Pekkarinen |
2005-08-28 | Define empty macros for cpu boosting on targets with no such a feature. | Miika Pekkarinen |