summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Expand)AuthorAge
* Fix move_handle in buffering. Calculating wraps by buffer_len - 1 is incorrec...Michael Sevakis2011-02-12
* Use menu layout for sleep timer that is consistent to other timers. Closes FS...Andree Buschmann2011-02-11
* Make sure there is a logo for LCD_WIDTH>480 && LCDWIDTH<600 (useful for 600x1...Frank Gevaerts2011-02-11
* autoresume: Match full directory path names only in autoresumable()Michael Hohmuth2011-02-11
* Always do proper mp3entry copying instead of using bufread directly. Add bufr...Michael Sevakis2011-02-10
* Fix a couple of typos in the comment in english.lang. Whether the comment is ...Alexander Levin2011-02-10
* Fix test plugin build.Andree Buschmann2011-02-10
* audio_peek_track should copy the struct mp3entry instead of pointing directly...Michael Sevakis2011-02-10
* autoresume: Simplify configuration option for resume on automaticMichael Hohmuth2011-02-10
* buffering: Don't execute move-handle-ony case if handle is of metadata type (...Michael Sevakis2011-02-10
* Hopefully all green nowThomas Martitz2011-02-09
* Fix remaining reds.Thomas Martitz2011-02-09
* Disable buffering codecs (and code generally) on RaaA.Thomas Martitz2011-02-09
* Fix red. Not all targets have album art support.Thomas Martitz2011-02-09
* Embedded album art support in MP3/ID3v2 tags.Thomas Martitz2011-02-09
* Buffering should align itself and not rely on buffering_reset parameters when...Michael Sevakis2011-02-09
* buffering: Fix a case that could allow widx to fully wrap to ridx and overflo...Michael Sevakis2011-02-09
* Fix red: Do not compile autoresume() function for the database tool.Michael Hohmuth2011-02-08
* Add option to resume next track on automatic track changeMichael Hohmuth2011-02-08
* Do not update resume information and do not log statistics when aMichael Hohmuth2011-02-08
* Make enable-autoresume option more consistent with other settings.Michael Hohmuth2011-02-08
* Initial maemo platform supportThomas Jarosch2011-02-08
* Update Swedish translation.Magnus Holmgren2011-02-07
* Remove incorrectly deprecated LANG_REC_SIZE phrase to not be confusing. Havin...Nils Wallménius2011-02-07
* Fix standalone demac tool build.Jens Arnold2011-02-06
* M:Robe 500: Clean up warning.Karl Kurbjun2011-02-06
* M:Robe 500 TSC2100 Debug: Use hex values instead of binary.Karl Kurbjun2011-02-06
* Use the very large IRAM of S5L870x to speed up AAC-HE by ~1-5%.Andree Buschmann2011-02-05
* Use MEM_ALIGN_ATTR in libfaad. Remove global array and re-use existing one.Andree Buschmann2011-02-05
* Speed up AAC-HE SBR by 2% on S5L8701. Use MEM_ALIGN on critical arrays and av...Andree Buschmann2011-02-05
* Fix #11897 - Multiple 'divide by zero' while playing particular APE on Clip+....Michael Sevakis2011-02-05
* Correct the metronome keymap in the manual. Better describe buttons/actions i...Andree Buschmann2011-02-03
* Follow up on r29199. Move new codec types to the end of the list.Andree Buschmann2011-02-03
* Correctly re-initialize wma decoder on next track. This fixes strange observe...Andree Buschmann2011-02-03
* Changes in m4a parser: The metadata (e.g. sampling rate) for alac and aac mus...Andree Buschmann2011-02-03
* Roll back unintentionally submitted file.Andree Buschmann2011-02-03
* Submit FS#11918: Add 2 more codec types to be able to differentiate between A...Andree Buschmann2011-02-03
* MPEGPlayer: Try out a different frame drop scheme meant to skip in a more uni...Michael Sevakis2011-02-03
* Touchscreen: Fix minor redraw after entering the context menu.Thomas Martitz2011-02-02
* Redo r29168. Use similar but existing mechanism in the action system which se...Thomas Martitz2011-02-02
* Reduce excessive debug output during mp3 parsing.Thomas Martitz2011-02-02
* Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann2011-02-02
* Find a more consistent and resilient way to handle SBR upsampled files. The d...Andree Buschmann2011-02-02
* Recognize AAC-HE SBR with upsampling and correct duration, bitrate, seek and ...Andree Buschmann2011-02-02
* Do not parse into 'ilst' atom if size is 0. Fixes playability issue in FS#11916.Andree Buschmann2011-02-02
* Add a safety check in the resume seek code, just in case.Magnus Holmgren2011-02-01
* We seeked one chunk too far when resuming m4a files.Andree Buschmann2011-02-01
* Pitchscreen: Small fix for the right touchscreen button.Thomas Martitz2011-02-01
* Rework m4a seek/resume code. Seek/resume does now also work properly with fil...Andree Buschmann2011-01-31
* Fix resume for m4a files. Solves FS#9306.Andree Buschmann2011-01-31