summaryrefslogtreecommitdiffstats
path: root/apps/playback.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-21Fixed unused codec swapping when voice codec is not playing.Miika Pekkarinen1-0/+1
2005-08-21Now codecs will do the buffer flushing after seeking as they find itMiika Pekkarinen1-6/+7
2005-08-20Now beep can be disabled.Miika Pekkarinen1-2/+4
2005-08-20Preparations to fix the usb mode (something is still preventing it fromMiika Pekkarinen1-2/+11
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen1-102/+405
2005-08-18Preparation for runtimedb hookup on archos: don't pass software playback syst...Jens Arnold1-3/+3
2005-08-10patch #1255805 by Frederic Devernay - fix to buffer overflow in dsp.cLinus Nielsen Feltzing1-3/+11
2005-08-10iriver: fix by Frederic Devernay, Rockbox could crash if the metadata reading...Linus Nielsen Feltzing1-0/+1
2005-08-10iriver: always save resume offset, not only if it's bigger than the already s...Linus Nielsen Feltzing1-1/+1
2005-08-06Put back the line (accidentally?) removed on the last commit. That isMiika Pekkarinen1-0/+11
2005-08-05Fixed track changing in REPEAT_ONE mode and playlists with only one track. R...Ryan Jackson1-25/+8
2005-07-30Fixed a hang with backward skipping.Miika Pekkarinen1-3/+3
2005-07-30All repeat modes now work correctly if there is only one track in the playlis...Ryan Jackson1-1/+6
2005-07-30Now playlist ending and skipping to a next directory should work.Miika Pekkarinen1-2/+6
2005-07-30Fixed a problem that wps didn't exit at end of the playlist.Miika Pekkarinen1-2/+1
2005-07-30Correctly setting the last_index to prevent playback stuttering.Miika Pekkarinen1-7/+9
2005-07-30Now removing right tracks from playlist.Miika Pekkarinen1-1/+1
2005-07-30Fixed a hang on track changed. Automatically deleting invalid trackMiika Pekkarinen1-24/+36
2005-07-28Added comments, Replay Gain, and resume/bookmarks for FLAC.Ryan Jackson1-1/+2
2005-07-24Changing tracks in REPEAT_ONE mode restarts the current track instead of cras...Ryan Jackson1-1/+13
2005-07-23Fixed a hang while selecting a new track and playback was paused. ThisMiika Pekkarinen1-0/+2
2005-07-23Fixed the backwards skipping problem.Miika Pekkarinen1-0/+1
2005-07-22Show a nice splash screen when restarting the playback.Miika Pekkarinen1-1/+10
2005-07-22It's now possible to select the crossfading mode: "Off, Crossfade,Miika Pekkarinen1-6/+10
2005-07-22More accurate playback position calculation.Miika Pekkarinen1-4/+1
2005-07-21Fixed the unnecessary compiler warning.Miika Pekkarinen1-1/+1
2005-07-21Fixed the crossfade setting: Resuming stopped playback automaticallyMiika Pekkarinen1-2/+16
2005-07-21Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen1-15/+40
2005-07-20Fixed the backwards skipping.Miika Pekkarinen1-1/+1
2005-07-20Implemented mp3_pause_done() for software codecs to make wps correctlyMiika Pekkarinen1-0/+5
2005-07-19No longer crashes when resuming or on shutdown in car adapter modeRyan Jackson1-4/+0
2005-07-19Fixed track changing problems.Miika Pekkarinen1-7/+8
2005-07-18Track count is now correct.Miika Pekkarinen1-1/+3
2005-07-17Fixed a problem that caused codec switching to fail on certain rareMiika Pekkarinen1-5/+12
2005-07-17Fixed the gapless playback.Miika Pekkarinen1-6/+11
2005-07-16Restructured DSP code for readability and speed. Simplified the API.Magnus Holmgren1-75/+41
2005-07-16Correctly read the next track metadata information. Don't crash ifMiika Pekkarinen1-13/+17
2005-07-15Revert back the previous commit, there are some problems with id3Miika Pekkarinen1-2/+2
2005-07-15Don't read metadata twice.Miika Pekkarinen1-1/+1
2005-07-15Don't hang when trying to stop paused playback.Miika Pekkarinen1-1/+1
2005-07-15Fixed a problem that caused playback to stutter when changing tracksMiika Pekkarinen1-12/+12
2005-07-15Fixed a problem that cpu boost didn't always reset when stopping theMiika Pekkarinen1-1/+3