summaryrefslogtreecommitdiff
path: root/apps/playback.c (follow)
Commit message (Expand)AuthorAge
...
* Muting trick to prevent tiny pops and glitchless mp3 seeking.Miika Pekkarinen2006-01-22
* Fix a bug in the end of track updatesBrandon Low2006-01-22
* AB-repeat mode for software codecs. Accessible through menu as a repeat mode...Brandon Low2006-01-21
* Add seamless seeking support, this is needed for AB-repeat mode on swcodec.Brandon Low2006-01-21
* Continue to update playback status after decoding is complete (the progress b...Brandon Low2006-01-21
* Fixed a few iriver playback quirks and issues with previous fixes.Miika Pekkarinen2006-01-20
* iriver: Better fix for the previous problem, stop playback if nextMiika Pekkarinen2006-01-19
* Don't start playback twice if pcm buffer runs empty when switching toMiika Pekkarinen2006-01-19
* Patch #1408536 by Mark Arigo - properly strip ID3V1 tagsLinus Nielsen Feltzing2006-01-18
* Simulator fixes: id3 string pointers can be null.Magnus Holmgren2005-12-22
* H300: quick fix for the broken line-in recordingLinus Nielsen Feltzing2005-12-20
* waiting is over: initial unicode commitMarcoen Hirschberg2005-12-06
* kill gcc4 warningsDaniel Stenberg2005-12-05
* Fixed a problem with playback when skipping from last track. No moreMiika Pekkarinen2005-12-03
* Fixed a playback problem when seeking "too early".Miika Pekkarinen2005-12-01
* iRiver: Fixed several problems with playback on track skipping & loading:Miika Pekkarinen2005-12-01
* Enabled playback speed adjustment support for H1x0. Modified the resampler to...Thom Johansen2005-11-28
* iRiver: Removed a playlist_update_resume_info call which was called a way tooMiika Pekkarinen2005-11-27
* iRiver: Fixed the resume behaviour with the playback engine.Miika Pekkarinen2005-11-23
* Fixed playlist skipping of incorrect files and playback engine not toMiika Pekkarinen2005-11-21
* refactored radio status codeAnton Oleynikov2005-11-19
* Fixed a problem that wps didn't update instantly with buffered tracksMiika Pekkarinen2005-11-19
* Fixed the track skipping problem when repeat all and change to nextMiika Pekkarinen2005-11-19
* More stable playback with reduced stuttering when skipping tracks.Miika Pekkarinen2005-11-18
* Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough2005-11-17
* Added dircache support to playlist. Now playlist filename pointers areMiika Pekkarinen2005-11-17
* replaced all the splash calls by gui_sync_splash, added some missing remote k...Kevin Ferrare2005-11-16
* removed set audio status method - will be using different approachAnton Oleynikov2005-11-13
* iRiver: fix for audio kept on while playing a file + new function to set audi...Anton Oleynikov2005-11-13
* Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman2005-11-11
* iRiver: more robust folder skip routines + folder navigation on main unit viaAnton Oleynikov2005-11-10
* Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold2005-11-06
* iRiver: New crossfader with more configuration capability. Might stillMiika Pekkarinen2005-11-06
* patch 1328447: folder skip routines in playlist API plus next/prev folder nav...Anton Oleynikov2005-11-02
* iRiver: Fixed another mutex issue that caused problems with seeking.Miika Pekkarinen2005-11-01
* Initial check-in of AAC codec. Currently only recognises the .mp4 extension ...Dave Chapman2005-10-31
* Increased the guard buffer size to support larger frame sizes used byMiika Pekkarinen2005-10-30
* Moved also the other mutex into a right place.Miika Pekkarinen2005-10-30
* Added a missing mutex lock to the initial buffer filling code. ThatMiika Pekkarinen2005-10-30
* Fixed the voice codec when no audio is playing. Now attenuating audioMiika Pekkarinen2005-10-22
* iRiver: Fixed broken items skipping on playlist: Now skipping andMiika Pekkarinen2005-10-21
* Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold2005-10-19
* iRiver: The audio init fix caused problems if a voice file was present.Magnus Holmgren2005-10-16
* iriver: audio_init really needs to be called after playlist and tree init; de...Magnus Holmgren2005-10-16
* Skip buffer refill after end of playlist (conf_watermark == 0). With 'move to...Ryan Jackson2005-10-12
* seek_time should be reset here, not in each codec, as is currently done.Thom Johansen2005-10-10
* Temporary trivial workaround for empty/invalid playlistsRyan Jackson2005-10-07
* Fix for the problem that the iriver would not auto poweroff if a file had bee...Jonas Häggqvist2005-09-26
* Skipping to the previous track from the last buffered track caused playback t...Ryan Jackson2005-09-24
* First version of ALAC (Apple Lossless) decoderDave Chapman2005-09-22