summaryrefslogtreecommitdiff
path: root/apps/playback.c
AgeCommit message (Expand)Author
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
2005-06-13Initial pass at WavPack codec playback support (and my first commit...)Dave Bryant
2005-06-12Codec loader fixed. Now switching between different codecs should workMiika Pekkarinen
2005-06-12Fixed some mp3 metadata reading performance problem. Next trackMiika Pekkarinen
2005-06-12Calculate accurate Ogg duration and bitrateDave Chapman
2005-06-11Fixed buffering problem with some files.Miika Pekkarinen
2005-06-11Estimate (poorly) the duration of an Ogg track, and display elapsed time in WPSDave Chapman
2005-06-11Setting current_fd to -1 at startup to prevent some rare crashes.Miika Pekkarinen
2005-06-11Fixed MP3 forward seeking.Miika Pekkarinen
2005-06-11Initial attempt at parsing the metadata in an Ogg file - it still doesn't cal...Dave Chapman
2005-06-11Fixed codec buffering problem.Miika Pekkarinen
2005-06-11First version of Musepack playback (not working)Dave Chapman
2005-06-11First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, w...Dave Chapman
2005-06-10Small typo.Miika Pekkarinen
2005-06-10Yet another crash bug fixed.Miika Pekkarinen
2005-06-10Fixed a null pointer problem which caused crashing. Playback should beMiika Pekkarinen