summaryrefslogtreecommitdiff
path: root/apps/playback.c
AgeCommit message (Expand)Author
2005-07-05Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen
2005-07-05More crossfade adjustments. Now crossfade should work shortly even ifMiika Pekkarinen
2005-07-05Fixed: Crossfading, broken elapsed info with mp3 files, possible cpuMiika Pekkarinen
2005-07-05Fixed a problem that caused playback to stop on certain situations. FixedMiika Pekkarinen
2005-07-05Fixed crossfading.Miika Pekkarinen
2005-07-04Moved resume info updating to the mpeg/playback threads so that it's saved ev...Hardeep Sidhu
2005-07-04Update the wps when next track info is available.Miika Pekkarinen
2005-07-03Fixed the warnings.Miika Pekkarinen
2005-07-03Updated the track_unbuffer event callback.Miika Pekkarinen
2005-07-03Now next track info is always available.Miika Pekkarinen
2005-07-03Use the central IDATA_ATTR define.Jens Arnold
2005-07-02The last small fix to the previous commit.Miika Pekkarinen
2005-07-02Correction to the previous commit when switching tracks manually.Miika Pekkarinen
2005-07-02Use correct timing to display the next track wps screen when crossfadeMiika Pekkarinen
2005-07-02Make sure we stop the playback the right way.Miika Pekkarinen
2005-07-02Fixed mono playback support for mp3. Added two other event handlers inMiika Pekkarinen
2005-07-01Pause correctly while seeking.Miika Pekkarinen
2005-07-01Fixed codec switching.Miika Pekkarinen
2005-07-01Fixed seeking in mp3 files (and with other codecs which supportsMiika Pekkarinen
2005-06-30Fixed a bug where a few seconds from end of a song was cut out.Miika Pekkarinen
2005-06-30Not sure if this is the right way to make "resume" work correctly for WavPack,Dave Bryant
2005-06-29Added event handler to register track changes.Miika Pekkarinen
2005-06-29Always use crossfade if it's enabled.Miika Pekkarinen
2005-06-29Fixed slow track switching and track pre-buffering. Fixed rockboyMiika Pekkarinen
2005-06-29Fixed buffering problems with dynamic playlist handling. IncreasedMiika Pekkarinen
2005-06-27Replaced some size_t with longs. That might solve some problems. FixedMiika Pekkarinen
2005-06-26Fixed one warning.Miika Pekkarinen
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen
2005-06-22More audio thread debug infoLinus Nielsen Feltzing
2005-06-22moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg
2005-06-22New debug screen for sw codec audio threadLinus Nielsen Feltzing
2005-06-22Daniel's fix that loads codecs in their own memory spaceLinus Nielsen Feltzing
2005-06-20Fixed a problem with playback when returning from usb mode.Miika Pekkarinen
2005-06-20Fixed glitches from crossfade.Miika Pekkarinen
2005-06-20Crossfade fixes.Miika Pekkarinen
2005-06-20Elapsed counter resets correctly when changing tracks.Miika Pekkarinen
2005-06-19Fixed the dreaded iRiver simulator crashLinus Nielsen Feltzing
2005-06-19Some re-desing to buffer filling and track loading code and a few bugMiika Pekkarinen
2005-06-18Added %fc WPS tag to display codec type - moved codectype from track_info str...Dave Chapman
2005-06-18Proper MPEG layer 1 support.Jens Arnold
2005-06-15Killed all simulator warnings.Miika Pekkarinen
2005-06-15Fixed the "last song bug".Miika Pekkarinen
2005-06-15audio_is_initialized has to be set in playback.c.Miika Pekkarinen
2005-06-15Added stubs for simulator to reduce some #ifdefs.Miika Pekkarinen
2005-06-14Move metadata parsing code from playback.c into metadata.cDave Chapman
2005-06-14Oops, simulator compiles now fine.Miika Pekkarinen
2005-06-14Playlist changed are recognized correctly.Miika Pekkarinen
2005-06-14Fixed a dead lock, file handle leak that caused wps to jam andMiika Pekkarinen
2005-06-13Seeking forwards works a little better. Playlist handling still buggy.Miika Pekkarinen
2005-06-13Forward seeking fixed. Some comments added.Miika Pekkarinen