summaryrefslogtreecommitdiff
path: root/firmware/pcm_playback.c (follow)
Commit message (Expand)AuthorAge
...
* 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
* Elapsed counter resets correctly when changing tracks.Miika Pekkarinen2005-06-20
* crossfade works much better but costs some cpu power if enabled.Miika Pekkarinen2005-06-19
* Some re-desing to buffer filling and track loading code and a few bugMiika Pekkarinen2005-06-19
* prevent build failures for non-iriver targetsDaniel Stenberg2005-06-18
* Iriver UDA1380 volume and balance handling is now done in sound.c, similar to...Jens Arnold2005-06-18
* Fixed the "last song bug".Miika Pekkarinen2005-06-15
* Playlist changed are recognized correctly.Miika Pekkarinen2005-06-14
* Fixed a dead lock, file handle leak that caused wps to jam andMiika Pekkarinen2005-06-14
* Pause and probably some crashes fixed.Miika Pekkarinen2005-06-14
* Even more quiet audio initialization.Miika Pekkarinen2005-06-14
* Fixed some mp3 metadata reading performance problem. Next trackMiika Pekkarinen2005-06-12
* Pausing tracks disabled until crashing issues are solved.Miika Pekkarinen2005-06-11
* Fixed buffering problem with some files.Miika Pekkarinen2005-06-11
* Pause fixed.Miika Pekkarinen2005-06-10
* Fixed a null pointer problem which caused crashing. Playback should beMiika Pekkarinen2005-06-10
* Much better UI performance and buffering times for MP3 and FLAC.Miika Pekkarinen2005-06-10