Age | Commit message (Expand) | Author |
2009-11-01 | Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to l... | Jeffrey Goode |
2009-10-31 | Fix yellow, defines | Jeffrey Goode |
2009-10-31 | FS#10739: playback.c code split | Jeffrey Goode |
2009-10-20 | Correct wrong usage of event callbacks all over the place. It's not supposed ... | Thomas Martitz |
2009-10-19 | Initial custom statusbar commit. | Thomas Martitz |
2009-10-16 | Rework albumart buffering internally to allow for mutliple albumart sizes. | Thomas Martitz |
2009-08-23 | Remove unused defines | Maurus Cuelenaere |
2009-08-06 | Remove some unused #includes | Bertrik Sikken |
2009-08-03 | A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st... | Thomas Martitz |
2009-07-27 | Change the naming scheme for codecs found in different containers. | Mohamed Tarek |
2009-07-23 | Get cuesheets working again (hopefully fixes FS#10460), on swcodec only read ... | Jonathan Gordon |
2009-07-20 | fix FS#10453 - the cuesheet changes broke playback on swcodec, rework it so i... | Jonathan Gordon |
2009-07-20 | rework cuesheet support: | Jonathan Gordon |
2009-07-14 | FS#10080 | Nils Wallménius |
2009-06-29 | Bugfix for FS#10157 - "inaccurate seeking while paused" by Jeffrey Goode. | Thomas Martitz |
2009-06-29 | FS#10377 - "PCM buffer remainder is played under too many conditions" by Jeff... | Thomas Martitz |
2009-06-17 | Commit FS#10335 from Jeffrey Goode. | Dan Everton |
2009-06-10 | Fix FS#10101 and FS#8999. Buffering was stopped prematurely if a manual track... | Thomas Martitz |
2009-05-17 | Fix duplicate #includes | Bertrik Sikken |
2009-04-21 | In audio_current_track(), don't overwrite thistrack_id3 when it is being used... | Boris Gjenero |
2009-04-19 | Fix red introduced in r20747 | Boris Gjenero |
2009-04-19 | Add anti-skip buffer time when calculating watermark. This fixes the "Anti-Sk... | Boris Gjenero |
2009-04-14 | fix FS#10102 (progress doesnt get updated on the first track of a boot) and h... | Jonathan Gordon |
2009-04-07 | Remove unnecessary copying of current track id3 data back into the buffer. It... | Boris Gjenero |
2009-04-06 | FS9795 - some playback cleanup. | Jonathan Gordon |
2009-03-08 | Clean up some #includes | Bertrik Sikken |
2009-03-01 | Correct comment and log message for failed AlbumArt bitmap loading. | Antonius Hellmann |
2009-03-01 | Bugfix: If AlbumArt bitmap loading fails, dont try loading it over and over a... | Antonius Hellmann |
2009-02-28 | Remove some unused code. bufopen for TYPE_ID3 can only return ERR_BUFFER_FULL... | Thomas Martitz |
2009-02-25 | make audio_get_buffer() properly invalidate the buffer (FS#9935, fix by Nicol... | Frank Gevaerts |
2009-02-23 | Now that filling is supposed to be reliable we can safely calculate the water... | Thomas Martitz |
2009-02-23 | Set filling properly when codec doesn't fit too. | Thomas Martitz |
2009-02-23 | Fix two rare bugs which caused playback to not unboost. The filling state was... | Thomas Martitz |
2009-02-23 | Check for buffer low condition in AlbumArt bitmap loading to assure correct A... | Antonius Hellmann |
2009-02-11 | Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS... | Michael Sevakis |
2009-01-31 | FS#9638 - temp_cue is unused and wasting memory. | Bertrik Sikken |
2009-01-11 | Increased default watermark from 3 to 5 seconds. | Björn Stenberg |
2009-01-10 | Calculate watermark from bitrate and harddisk spinup time. | Björn Stenberg |
2009-01-05 | Better just do some cache maintenence there for good luck. | Michael Sevakis |
2009-01-05 | Have the codec thread do callbacks instead of messing with the stack which is... | Michael Sevakis |
2008-12-25 | Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama... | Michael Giacomelli |
2008-12-13 | Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s... | Michael Sevakis |
2008-12-13 | PCM buffer beeping needs the audio buffer reset in order to work after operat... | Michael Sevakis |
2008-12-13 | Fix FS#8660-Recording hardlocks with keyclick enabled and FS#9388-keyclicks t... | Michael Sevakis |
2008-12-10 | Use cookies for thread identification instead of pointers directly which give... | Michael Sevakis |
2008-12-07 | Meg F/X can beep and click using a hardware timer so let us try it out. To ma... | Michael Sevakis |
2008-12-04 | playback: sanity check for pcmbuf_init() requirement (enabled in DEBUG) | Rafaël Carré |
2008-12-04 | Fix FS#8282 - if next-dir fails resume the old playlist | Jonathan Gordon |
2008-12-01 | FS#8814 - remove the "restarting playback" splash because its pointless.. | Jonathan Gordon |
2008-11-01 | Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ... | Frank Gevaerts |