| Commit message (Expand) | Author | Age |
| * | Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s... | Björn Stenberg | 2008-10-14 |
| * | New recording setting to configure how mono recordings are made. Previously, ... | Peter D'Hoye | 2008-10-08 |
| * | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg | 2008-06-28 |
| * | Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w... | Michael Sevakis | 2008-04-06 |
| * | Add a complete priority inheritance implementation to the scheduler (all mute... | Michael Sevakis | 2008-03-25 |
| * | Move encoder CPU boost control to the core. Allow CPU to sleep a bit when PCM... | Michael Sevakis | 2007-11-30 |
| * | Finally full multicore support for PortalPlayer 502x targets with an eye towa... | Michael Sevakis | 2007-10-16 |
| * | Fix FS #5852 by trying to properly close and update the recorded file, and gi... | Peter D'Hoye | 2007-10-10 |
| * | Unify PCM interface just above the hardware driver level for all targets incl... | Michael Sevakis | 2007-10-06 |
| * | Enable auto reply for queue messages sent with queue_send. It's only nescessa... | Michael Sevakis | 2007-09-30 |
| * | Remove the PCMREC_PARANOID support since the issues have been identified and ... | Michael Sevakis | 2007-09-30 |
| * | Commit a subset of the dual core changes that have to do with cache handling,... | Michael Sevakis | 2007-09-28 |
| * | Straighten out some audio path APIs and misc. audio stuff. Having recording i... | Michael Sevakis | 2007-06-08 |
| * | Make recording complain about every little file I/O problem (error on close()... | Michael Sevakis | 2007-04-25 |
| * | Recording queue should be set to IRQ safe mode as well. | Miika Pekkarinen | 2007-03-31 |
| * | Accept FS#6918 - Remove Nested Functions by Tim Ross. Adjust some names. Hunt... | Michael Sevakis | 2007-03-29 |
| * | More logf fixes. speex.c wants to format 64bit args so I didn't change that o... | Michael Sevakis | 2007-03-20 |
| * | More catching up on old work. Refine audio interface setup on Coldfire. Stop ... | Michael Sevakis | 2007-03-05 |
| * | Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ... | Daniel Ankers | 2007-03-04 |
| * | Fix errors I hope. | Michael Sevakis | 2007-02-16 |
| * | SWCODEC Recording: Improve buffer handling by 1) Lowering watermark for flush... | Michael Sevakis | 2007-02-16 |
| * | Finish putting all the code and data that depends upon HAVE_PRIORITY_SCHEDULI... | Michael Sevakis | 2007-01-31 |
| * | Make recording compile without priority scheduling | Brandon Low | 2006-12-25 |
| * | Convert queues to use intptr_t for event data and return values as most of th... | Michael Sevakis | 2006-12-19 |
| * | SWCODEC recording: More cleanup of stuff after queue additions and audio driv... | Michael Sevakis | 2006-12-17 |
| * | SWCODEC: More recording simplifications and less UI hanging in some cases usi... | Michael Sevakis | 2006-12-17 |
| * | Commit the kinds of changes that queue_send is mean for. | Michael Sevakis | 2006-12-16 |
| * | Place all recording functionality on pcmrec thread to serialize all recording... | Michael Sevakis | 2006-12-10 |
| * | SWCODEC Recording: 1) Fix minor bug of not subtracting line aligment adjustme... | Michael Sevakis | 2006-12-07 |
| * | Small change to PCM recording API for low latency effects. Latency can be as ... | Michael Sevakis | 2006-12-06 |
| * | Removed the cpu boost tracking debug feature for now because of | Miika Pekkarinen | 2006-12-05 |
| * | PCM: A few tiny changes. 1) Recording a) Flush all pending files if filename ... | Michael Sevakis | 2006-11-29 |
| * | iRiver/iAudio: Added audio_set_recording gain and sound_default to plugin API... | Michael Sevakis | 2006-11-23 |
| * | Audio bugfixes. Should wait for voice codec to reload before returning buffer... | Michael Sevakis | 2006-11-22 |
| * | H100/General: HAL for S/PDIF and refinement/bufixes in optical output powerin... | Michael Sevakis | 2006-11-13 |
| * | Big Patch adds primarily: Samplerate and format selection to recording for SW... | Michael Sevakis | 2006-11-06 |
| * | Add CPU boost tracker to see where boosts are coming from | Steve Bavin | 2006-10-05 |
| * | Forgot to remove a must_boost reference. Unboost after fsync | Michael Sevakis | 2006-09-20 |
| * | Make sure CPU is boosted when writing recorded data | Michael Sevakis | 2006-09-20 |
| * | New scheduler, with priorities for swcodec platforms. Frequent task | Miika Pekkarinen | 2006-09-16 |
| * | Display bitrate (Q value for Archos), samplerate, channels and recording form... | Martin Scarratt | 2006-09-02 |
| * | Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi... | Michael Sevakis | 2006-08-28 |
| * | Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5. | Linus Nielsen Feltzing | 2006-07-21 |
| * | For iriver recording: do not boost while recording unless source is spdif. Wh... | Peter D'Hoye | 2006-06-30 |
| * | Iriver: Moved the handling of the UDA1380 split gain (analog preamp + decimat... | Jens Arnold | 2006-05-14 |
| * | H1x0: Obey SPDIF power setting for monitoring SPDIF recordings as far as poss... | Jens Arnold | 2006-05-12 |
| * | Iriver recording: Always route the signals through the coldfire audio interfa... | Jens Arnold | 2006-05-12 |
| * | Optical S/PDIF recording and monitoring for Iriver H1x0. Removed unsupported ... | Thom Johansen | 2006-05-11 |
| * | Recording buffer offset must be passed on to the firmware calls, not the othe... | Peter D'Hoye | 2006-04-30 |
| * | The recording buffer should not try to use the voice buffer, so map our buffe... | Peter D'Hoye | 2006-04-30 |