summaryrefslogtreecommitdiffstats
path: root/apps/playback.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-18Patch #1408536 by Mark Arigo - properly strip ID3V1 tagsLinus Nielsen Feltzing1-1/+5
2005-12-22Simulator fixes: id3 string pointers can be null.Magnus Holmgren1-3/+6
2005-12-20H300: quick fix for the broken line-in recordingLinus Nielsen Feltzing1-1/+8
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-0/+6
2005-12-05kill gcc4 warningsDaniel Stenberg1-6/+6
2005-12-03Fixed a problem with playback when skipping from last track. No moreMiika Pekkarinen1-2/+14
2005-12-01Fixed a playback problem when seeking "too early".Miika Pekkarinen1-5/+11
2005-12-01iRiver: Fixed several problems with playback on track skipping & loading:Miika Pekkarinen1-193/+219
2005-11-28Enabled playback speed adjustment support for H1x0. Modified the resampler to...Thom Johansen1-3/+0
2005-11-27iRiver: Removed a playlist_update_resume_info call which was called a way tooMiika Pekkarinen1-2/+3
2005-11-23iRiver: Fixed the resume behaviour with the playback engine.Miika Pekkarinen1-49/+38
2005-11-21Fixed playlist skipping of incorrect files and playback engine not toMiika Pekkarinen1-4/+3
2005-11-19refactored radio status codeAnton Oleynikov1-2/+1
2005-11-19Fixed a problem that wps didn't update instantly with buffered tracksMiika Pekkarinen1-0/+4
2005-11-19Fixed the track skipping problem when repeat all and change to nextMiika Pekkarinen1-4/+4
2005-11-18More stable playback with reduced stuttering when skipping tracks.Miika Pekkarinen1-15/+22
2005-11-17Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough1-2/+0
2005-11-17Added dircache support to playlist. Now playlist filename pointers areMiika Pekkarinen1-54/+83
2005-11-16replaced all the splash calls by gui_sync_splash, added some missing remote k...Kevin Ferrare1-4/+5
2005-11-13removed set audio status method - will be using different approachAnton Oleynikov1-13/+0
2005-11-13iRiver: fix for audio kept on while playing a file + new function to set audi...Anton Oleynikov1-0/+24
2005-11-11Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...Dave Chapman1-0/+5
2005-11-10iRiver: more robust folder skip routines + folder navigation on main unit viaAnton Oleynikov1-9/+1
2005-11-06Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold1-1/+1
2005-11-06iRiver: New crossfader with more configuration capability. Might stillMiika Pekkarinen1-9/+10
2005-11-02patch 1328447: folder skip routines in playlist API plus next/prev folder nav...Anton Oleynikov1-0/+45
2005-11-01iRiver: Fixed another mutex issue that caused problems with seeking.Miika Pekkarinen1-4/+10
2005-10-31Initial check-in of AAC codec. Currently only recognises the .mp4 extension ...Dave Chapman1-0/+5
2005-10-30Increased the guard buffer size to support larger frame sizes used byMiika Pekkarinen1-1/+1
2005-10-30Moved also the other mutex into a right place.Miika Pekkarinen1-3/+3
2005-10-30Added a missing mutex lock to the initial buffer filling code. ThatMiika Pekkarinen1-0/+4
2005-10-22Fixed the voice codec when no audio is playing. Now attenuating audioMiika Pekkarinen1-3/+3
2005-10-21iRiver: Fixed broken items skipping on playlist: Now skipping andMiika Pekkarinen1-12/+13
2005-10-19Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold1-2/+2
2005-10-16iRiver: The audio init fix caused problems if a voice file was present.Magnus Holmgren1-4/+7
2005-10-16iriver: audio_init really needs to be called after playlist and tree init; de...Magnus Holmgren1-0/+10
2005-10-12Skip buffer refill after end of playlist (conf_watermark == 0). With 'move to...Ryan Jackson1-2/+3
2005-10-10seek_time should be reset here, not in each codec, as is currently done.Thom Johansen1-0/+2
2005-10-07Temporary trivial workaround for empty/invalid playlistsRyan Jackson1-1/+11
2005-09-26Fix for the problem that the iriver would not auto poweroff if a file had bee...Jonas Häggqvist1-0/+1
2005-09-24Skipping to the previous track from the last buffered track caused playback t...Ryan Jackson1-1/+1
2005-09-22First version of ALAC (Apple Lossless) decoderDave Chapman1-0/+5
2005-09-10iRiver: Correctly keeping playback paused when skipping tracks.Miika Pekkarinen1-7/+16
2005-09-10Reworked handling of MPEG audio frame & file info: * Fixed frame size calcula...Jens Arnold1-5/+5
2005-09-04Fixed possible problem with move to next folder option enabled. PlacedMiika Pekkarinen1-3/+4
2005-09-01Iriver: Changed the IRAM splitting between core and plugins to 48KB/48KB, and...Jens Arnold1-2/+2
2005-09-01Restructured codec type handling a bit. Reduced code size, esp. on archos.Jens Arnold1-1/+1
2005-08-28Define empty macros for cpu boosting on targets with no such a feature.Miika Pekkarinen1-3/+6
2005-08-28Fixed iriver cpu boosting problems.Miika Pekkarinen1-5/+22
2005-08-24iriver: const police.Magnus Holmgren1-2/+2