summaryrefslogtreecommitdiff
path: root/apps/playback.c (follow)
Commit message (Expand)AuthorAge
...
* Fixed codec switching.Miika Pekkarinen2005-07-01
* Fixed seeking in mp3 files (and with other codecs which supportsMiika Pekkarinen2005-07-01
* Fixed a bug where a few seconds from end of a song was cut out.Miika Pekkarinen2005-06-30
* Not sure if this is the right way to make "resume" work correctly for WavPack,Dave Bryant2005-06-30
* Added event handler to register track changes.Miika Pekkarinen2005-06-29
* Always use crossfade if it's enabled.Miika Pekkarinen2005-06-29
* Fixed slow track switching and track pre-buffering. Fixed rockboyMiika Pekkarinen2005-06-29
* Fixed buffering problems with dynamic playlist handling. IncreasedMiika Pekkarinen2005-06-29
* Replaced some size_t with longs. That might solve some problems. FixedMiika Pekkarinen2005-06-27
* Fixed one warning.Miika Pekkarinen2005-06-26
* Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen2005-06-26
* More audio thread debug infoLinus Nielsen Feltzing2005-06-22
* moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg2005-06-22
* New debug screen for sw codec audio threadLinus Nielsen Feltzing2005-06-22
* Daniel's fix that loads codecs in their own memory spaceLinus Nielsen Feltzing2005-06-22
* Fixed a problem with playback when returning from usb mode.Miika Pekkarinen2005-06-20
* Fixed glitches from crossfade.Miika Pekkarinen2005-06-20
* Crossfade fixes.Miika Pekkarinen2005-06-20
* Elapsed counter resets correctly when changing tracks.Miika Pekkarinen2005-06-20
* Fixed the dreaded iRiver simulator crashLinus Nielsen Feltzing2005-06-19
* Some re-desing to buffer filling and track loading code and a few bugMiika Pekkarinen2005-06-19
* Added %fc WPS tag to display codec type - moved codectype from track_info str...Dave Chapman2005-06-18
* Proper MPEG layer 1 support.Jens Arnold2005-06-18
* Killed all simulator warnings.Miika Pekkarinen2005-06-15
* Fixed the "last song bug".Miika Pekkarinen2005-06-15
* audio_is_initialized has to be set in playback.c.Miika Pekkarinen2005-06-15
* Added stubs for simulator to reduce some #ifdefs.Miika Pekkarinen2005-06-15
* Move metadata parsing code from playback.c into metadata.cDave Chapman2005-06-14
* Oops, simulator compiles now fine.Miika Pekkarinen2005-06-14
* Playlist changed are recognized correctly.Miika Pekkarinen2005-06-14
* Fixed a dead lock, file handle leak that caused wps to jam andMiika Pekkarinen2005-06-14
* Seeking forwards works a little better. Playlist handling still buggy.Miika Pekkarinen2005-06-13
* Forward seeking fixed. Some comments added.Miika Pekkarinen2005-06-13
* Initial pass at WavPack codec playback support (and my first commit...)Dave Bryant2005-06-13
* Codec loader fixed. Now switching between different codecs should workMiika Pekkarinen2005-06-12
* Fixed some mp3 metadata reading performance problem. Next trackMiika Pekkarinen2005-06-12
* Calculate accurate Ogg duration and bitrateDave Chapman2005-06-12
* Fixed buffering problem with some files.Miika Pekkarinen2005-06-11
* Estimate (poorly) the duration of an Ogg track, and display elapsed time in WPSDave Chapman2005-06-11
* Setting current_fd to -1 at startup to prevent some rare crashes.Miika Pekkarinen2005-06-11
* Fixed MP3 forward seeking.Miika Pekkarinen2005-06-11
* Initial attempt at parsing the metadata in an Ogg file - it still doesn't cal...Dave Chapman2005-06-11
* Fixed codec buffering problem.Miika Pekkarinen2005-06-11
* First version of Musepack playback (not working)Dave Chapman2005-06-11
* First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, w...Dave Chapman2005-06-11
* Small typo.Miika Pekkarinen2005-06-10
* Yet another crash bug fixed.Miika Pekkarinen2005-06-10
* Fixed a null pointer problem which caused crashing. Playback should beMiika Pekkarinen2005-06-10
* OK then, bitrate is in 1000s of bits per second, not 1024s of bits per second.Dave Chapman2005-06-10
* Correctly calculate bitrate for WAV files - bitrate is bits/second, not bytes...Dave Chapman2005-06-10