summaryrefslogtreecommitdiff
path: root/firmware/pcm_playback.c (follow)
Commit message (Expand)AuthorAge
...
* iPod: Correctly disable playback so we can test codec speedsDave Chapman2005-12-16
* iPod - Initial skeleton of an audio driverDave Chapman2005-12-16
* The DMA controller issued a DMA IRQ immediately when started, making it skip ...Linus Nielsen Feltzing2005-12-06
* No S/PDIF playback on H300Linus Nielsen Feltzing2005-11-27
* Reverted erroneous commitLinus Nielsen Feltzing2005-11-16
* Cleaned up bootloader linker control file and added the H300 targetLinus Nielsen Feltzing2005-11-16
* More iPod changesDave Chapman2005-11-12
* Fixup of the MCF5249 memory mapped register definitions.Jens Arnold2005-11-05
* Major peakmeter rework: * Changed set/get functions for dbfs mode to bool typ...Jens Arnold2005-08-29
* iRiver: Reduced pops from the line out connector.Miika Pekkarinen2005-08-28
* Fixed and removed the most annoying pops with iRiver.Miika Pekkarinen2005-08-21
* Removed the uda1380_mute() calls, since they were called in interrupt context...Linus Nielsen Feltzing2005-08-19
* iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner2005-08-06
* Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen2005-07-30
* The peak meter on iRiver didn't look right to me and the code seemed to beDave Bryant2005-07-25
* It's now possible to select the crossfading mode: "Off, Crossfade,Miika Pekkarinen2005-07-22
* More accurate playback position calculation.Miika Pekkarinen2005-07-22
* iriver: set the S/PDIF Validity flag correctlyLinus Nielsen Feltzing2005-07-18
* Check that remaining bytes counter is not zero.Miika Pekkarinen2005-07-17
* Initial attempt to support peak meter on iriver. It still has someMiika Pekkarinen2005-07-17
* Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen2005-07-13
* Replaced some yields with sleep(1) to save battery while paused orMiika Pekkarinen2005-07-11
* Fixed an audio burst coming out when pausing a track with fadingMiika Pekkarinen2005-07-10
* Some playback fixes.Miika Pekkarinen2005-07-08
* PCM buffering fixes. Made a temporary workaround for playback glitchMiika Pekkarinen2005-07-07
* Decreased pcm buffer low watermark when crossfade is not enabled.Miika Pekkarinen2005-07-06
* More crossfade adjustments. Now crossfade should work shortly even ifMiika Pekkarinen2005-07-05
* Fixed: Crossfading, broken elapsed info with mp3 files, possible cpuMiika Pekkarinen2005-07-05
* Fixed crossfading.Miika Pekkarinen2005-07-05
* Increased low watermark limit.Miika Pekkarinen2005-07-04
* Make sure we unboost the cpu while stopping playback.Miika Pekkarinen2005-07-03
* Slightly longer sleep to prevent pops when resuming from paused state.Miika Pekkarinen2005-07-03
* Fixed pops when starting playback.Miika Pekkarinen2005-07-03
* Fixed pops from headphone audio output.Miika Pekkarinen2005-07-01
* Fixed pause.Miika Pekkarinen2005-07-01
* Vorbis playback problems fixed.Miika Pekkarinen2005-07-01
* - enable S/PDIF optical outputMarcoen Hirschberg2005-07-01
* Fixed a crash with pcm audio pausing. This should prevent manyMiika Pekkarinen2005-06-30
* Fixed a bug where a few seconds from end of a song was cut out.Miika Pekkarinen2005-06-30
* Crossfade works better for high bitrate vorbis files.Miika Pekkarinen2005-06-29
* Fixed slow track switching and track pre-buffering. Fixed rockboyMiika Pekkarinen2005-06-29
* Replaced some size_t with longs. That might solve some problems. FixedMiika Pekkarinen2005-06-27
* Another crossfade related crash possible fixed.Miika Pekkarinen2005-06-27
* Possible crash fixed while crossfade is enabled.Miika Pekkarinen2005-06-27
* Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen2005-06-26
* New debug screen for sw codec audio threadLinus Nielsen Feltzing2005-06-22
* Added few #ifdef HAVE_ADJUSTABLE_CPU_FREQ.Miika Pekkarinen2005-06-20
* Fixed glitches from crossfade.Miika Pekkarinen2005-06-20
* Crossfade fixes.Miika Pekkarinen2005-06-20
* Crossfade adjustments.Miika Pekkarinen2005-06-20