summaryrefslogtreecommitdiffstats
path: root/apps/plugins/vbrfix.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz1-2/+3
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-4/+1
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-05-07Fix size_t handling in plugin_get_buffer()Frank Gevaerts1-2/+2
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-1/+1
2009-01-16loader-initialized global plugin API:Andrew Mahone1-4/+1
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-4/+4
2008-01-09Reduce stack usage in the vbrfix plugin. Fixes FS#8402.Linus Nielsen Feltzing1-2/+2
2007-09-19Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen1-1/+1
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis1-1/+1
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-2/+2
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-4/+0
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-2/+2
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold1-1/+1
2006-01-15New plugin loader. Solves the crashes introduced with the .bss changes while ...Jens Arnold1-2/+2
2005-09-15Archos recording/playback: (1) Xing header creation: * Now estimates the fram...Jens Arnold1-1/+1
2005-06-30vbrfix boosts the cpu frequencyLinus Nielsen Feltzing1-0/+7
2005-04-05mp3buf renamed to audiobufLinus Nielsen Feltzing1-13/+13
2004-07-27Added possibility to select the priority of the ID3 tagsLinus Nielsen Feltzing1-1/+1
2004-06-10Finally, the archos directory sandbox works in the same way for both X11 and ...Linus Nielsen Feltzing1-0/+280