Age | Commit message (Expand) | Author |
2010-05-28 | Voice buffer can be much, much smaller. Code cleanup, logf fix | Jeffrey Goode |
2009-11-26 | Fix crash when crossfading at natural track transition - FS#10814 | Steve Bavin |
2009-11-18 | pcmbuf: better debug info, reinstate flush variable clear | Jeffrey Goode |
2009-11-16 | Cleanup audio.h, related functions | Jeffrey Goode |
2009-11-16 | pcmbuf cleanup | Jeffrey Goode |
2009-11-15 | pcmbuf: consolidate some similar code | Jeffrey Goode |
2009-11-13 | Crossfade: crossfaded manual skips now start fading immediately | Jeffrey Goode |
2009-11-12 | Crossfade: fix shuffle OR manual skip functionality, verbiage and manual | Jeffrey Goode |
2009-11-12 | pcmbuf: consolidated some crossfade code | Jeffrey Goode |
2009-11-11 | pcmbuf: bug fix with pcmbuf flush, code cleanup, added comments | Jeffrey Goode |
2009-11-11 | Crossfade: added a new option, rewrote decision logic, updated manual and men... | Jeffrey Goode |
2009-11-10 | HAVE_CROSSFADE defs: fix yellow and red | Jeffrey Goode |
2009-11-10 | Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond... | Jeffrey Goode |
2009-11-09 | pcmbuf: simplify crossfade logic | Jeffrey Goode |
2009-11-09 | pcmbuf: refactoring | Jeffrey Goode |
2009-11-09 | pcmbuf: more refactoring | Jeffrey Goode |
2009-11-09 | pcmbuf: eliminate add_chunk as a separate function | Jeffrey Goode |
2009-11-09 | pcmbuf: fix yellow. More renaming. | Jeffrey Goode |
2009-11-09 | pcmbuf: refactoring, renamed confusing variables, moved some code around, but... | Jeffrey Goode |
2009-11-08 | pcmbuf: moved some functions around, no functional changes yet | Jeffrey Goode |
2009-11-06 | pcmbuf: need ifdef to fix yellow | Jeffrey Goode |
2009-11-06 | pcmbuf: sorted functions into logical sections for readability. Tiny changes,... | Jeffrey Goode |
2009-11-05 | pcmbuf: clarify and simplify crossfade code, etc. | Jeffrey Goode |
2009-11-05 | pcmbuf: better latency calculation, added debug code | Jeffrey Goode |
2009-11-04 | Clarify track transition code in pcmbuf and playback. No functional changes yet. | Jeffrey Goode |
2009-11-01 | Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to l... | Jeffrey Goode |
2009-10-23 | Consolidate almost identical code in pcmbuf.c | Jeffrey Goode |
2009-10-22 | Code cleanup in dsp.c and misc.c, some comments | Jeffrey Goode |
2009-09-25 | Replace limiter with dynamic range compressor | Jeffrey Goode |
2009-08-18 | FS#10199: Adds limiter DSP function | Jeffrey Goode |
2009-08-12 | FS#10446: Bug defense in dsp.c, minor tweaks and comments | Jeffrey Goode |
2009-08-11 | FS#10506. Don't compile various crossfade only functions in pcmbuf.c on low ... | Michael Giacomelli |
2009-06-17 | Commit FS#10335 from Jeffrey Goode. | Dan Everton |
2009-03-08 | Clean up some #includes | Bertrik Sikken |
2009-02-19 | Use DMA for audio playback on PP502x (FS#9910 + some further mods). I can't s... | Michael Sevakis |
2009-02-16 | Fix too-soon frequency unboost when pcm buffer crosses watermark from the low... | Michael Sevakis |
2009-02-08 | Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi... | Michael Sevakis |
2009-01-10 | Red build fix. | Björn Stenberg |
2009-01-10 | Calculate watermark from bitrate and harddisk spinup time. | Björn Stenberg |
2008-12-14 | Check that PCM is playing/recording *after* getting the current position from... | Michael Sevakis |
2008-12-13 | Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s... | Michael Sevakis |
2008-12-13 | Fix FS#8660-Recording hardlocks with keyclick enabled and FS#9388-keyclicks t... | Michael Sevakis |
2008-12-10 | Fix red and a couple other things I somehow missed. | Michael Sevakis |
2008-12-10 | Use cookies for thread identification instead of pointers directly which give... | Michael Sevakis |
2008-12-07 | Meg F/X can beep and click using a hardware timer so let us try it out. To ma... | Michael Sevakis |
2008-12-03 | Style police, place opening braces for function definitions on new lines | Nils Wallménius |
2008-12-02 | Fix FS#9507 - video audio is not played if song is paused. Audio was not bein... | Michael Sevakis |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-05-05 | PCM buffer muting doesn't seem benificial for wm8978 so turn it off. | Michael Sevakis |
2008-04-19 | Removed unused function get_pcmbuf_descsize from pcmbuf.c | Bertrik Sikken |