summaryrefslogtreecommitdiff
path: root/apps/playlist.c (follow)
Commit message (Expand)AuthorAge
* m3u playlist parser: Check size limit before using bufferThomas Jarosch2014-12-20
* Correct some file permissions.Szymon Dziok2014-09-08
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* root_menu: Remove previous_music_is_wps() and change previous_music via event...Thomas Martitz2014-04-15
* playlist: Get rid of plugin buffer use in playlist_save().Thomas Martitz2014-04-15
* events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz2014-03-14
* Implement time-based resume and playback start.Michael Sevakis2014-03-10
* Move VOL_NAMES definition to mv.hThomas Martitz2014-02-23
* playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz2013-12-23
* Use crc32 of filename to resume tracksRichard Quirk2013-01-02
* Fix warning on previous commit.Michael Giacomelli2012-06-22
* Make playlist.c aware of external storage when determining pathsMichael Giacomelli2012-06-22
* Not quite a fix for FS#12693 yet, but at least invalidate the playlist file d...Bertrik Sikken2012-06-18
* Option to constrain get_next_dir() to directories below global_settings.start...Nick Peskett2012-03-19
* Fix FS#12499 - Directory playback fails after saving playlistBoris Gjenero2011-12-31
* Add conditionals for functions only needed on SWCODEC targets.Boris Gjenero2011-12-15
* Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz2011-11-17
* Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg2011-10-15
* GSoC/Buflib: Enable compaction in buflib.Thomas Martitz2011-08-30
* GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz2011-08-30
* Fix file descriptor leak on errorThomas Jarosch2011-08-25
* GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz2011-08-14
* Cleanup tree.c cache handling a bit.Thomas Martitz2011-08-03
* Fix FS#8656 - Error saving non-current playlist fileJonathan Gordon2011-07-21
* Revert r30030 "Remove unused code path from playlist_create_ex()."Thomas Martitz2011-07-17
* Fix FS#12181 - Playlist re-shuffle does not work (r30122)Thomas Martitz2011-07-06
* Try to handle dircache rebuild event properly. Playlist should nowMiika Pekkarinen2011-06-21
* Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz2011-06-20
* Dircache: Return the size of the result string in dircache_copy_path() so tha...Thomas Martitz2011-06-20
* Remove unused code path from playlist_create_ex().Thomas Martitz2011-06-20
* Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis2011-04-27
* Playlists forget to set playlist.started when creating new playlist on SWCODE...Michael Sevakis2011-04-09
* Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. ...Andree Buschmann2011-04-07
* Fix regressions of r29682. Update playlist index resume position when playlis...Andree Buschmann2011-04-07
* Fix FS#12043. Next track was resumed when pausing and shutting down the playe...Andree Buschmann2011-04-06
* Make sure we don't read past the end of a C-string in format_track_path. Seco...Thomas Jarosch2011-02-18
* Don't underflow the buffer in format_track_path() if it consists of whitespacesThomas Jarosch2011-02-18
* Fix off-by-one buffer read access in format_track_path(). Part of #11947Thomas Jarosch2011-02-18
* All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis2011-02-14
* Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz2010-12-06
* FS#11725: fix duplicationg slash indicating root in filename.Teruaki Kawashima2010-11-29
* playlist_shuffle(): remove unused variableRafaël Carré2010-09-19
* Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu...Magnus Holmgren2010-08-11
* Rockbox as an application: add get_user_file_path().Thomas Martitz2010-08-01
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* Minor const police raid.Steve Bavin2010-05-07
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Aceppt FS#10945 by Tomasz Kowalczyk - Fix playlists not returning to the orig...Jonathan Gordon2010-02-05
* fix FS#10288 by Tomasz Kowalczyk. Fixes issues where resuming a "insert shuff...Jonathan Gordon2010-01-21