summaryrefslogtreecommitdiffstats
path: root/apps/playlist.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz1-24/+63
2013-01-02Use crc32 of filename to resume tracksRichard Quirk1-0/+41
2012-06-22Fix warning on previous commit.Michael Giacomelli1-1/+1
2012-06-22Make playlist.c aware of external storage when determining pathsMichael Giacomelli1-1/+13
2012-06-18Not quite a fix for FS#12693 yet, but at least invalidate the playlist file d...Bertrik Sikken1-3/+14
2012-03-19Option to constrain get_next_dir() to directories below global_settings.start...Nick Peskett1-64/+103
2011-12-31Fix FS#12499 - Directory playback fails after saving playlistBoris Gjenero1-9/+7
2011-12-15Add conditionals for functions only needed on SWCODEC targets.Boris Gjenero1-0/+4
2011-11-17Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz1-2/+0
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-2/+1
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz1-32/+63
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz1-13/+10
2011-08-25Fix file descriptor leak on errorThomas Jarosch1-1/+4
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz1-17/+1
2011-08-03Cleanup tree.c cache handling a bit.Thomas Martitz1-4/+4
2011-07-21Fix FS#8656 - Error saving non-current playlist fileJonathan Gordon1-2/+24
2011-07-17Revert r30030 "Remove unused code path from playlist_create_ex()."Thomas Martitz1-12/+19
2011-07-06Fix FS#12181 - Playlist re-shuffle does not work (r30122)Thomas Martitz1-2/+2
2011-06-21Try to handle dircache rebuild event properly. Playlist should nowMiika Pekkarinen1-8/+25
2011-06-20Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz1-10/+9
2011-06-20Dircache: Return the size of the result string in dircache_copy_path() so tha...Thomas Martitz1-2/+2
2011-06-20Remove unused code path from playlist_create_ex().Thomas Martitz1-21/+14
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis1-34/+9
2011-04-09Playlists forget to set playlist.started when creating new playlist on SWCODE...Michael Sevakis1-2/+7
2011-04-07Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. ...Andree Buschmann1-8/+17
2011-04-07Fix regressions of r29682. Update playlist index resume position when playlis...Andree Buschmann1-0/+18
2011-04-06Fix FS#12043. Next track was resumed when pausing and shutting down the playe...Andree Buschmann1-5/+9
2011-02-18Make sure we don't read past the end of a C-string in format_track_path. Seco...Thomas Jarosch1-2/+4
2011-02-18Don't underflow the buffer in format_track_path() if it consists of whitespacesThomas Jarosch1-3/+4
2011-02-18Fix off-by-one buffer read access in format_track_path(). Part of #11947Thomas Jarosch1-3/+3
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis1-15/+22
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-8/+2
2010-11-29FS#11725: fix duplicationg slash indicating root in filename.Teruaki Kawashima1-2/+4
2010-09-19playlist_shuffle(): remove unused variableRafaël Carré1-2/+0
2010-08-11Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu...Magnus Holmgren1-6/+5
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-3/+9
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2010-05-07Minor const police raid.Steve Bavin1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-4/+3
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-3/+3
2010-02-05Aceppt FS#10945 by Tomasz Kowalczyk - Fix playlists not returning to the orig...Jonathan Gordon1-0/+2
2010-01-21fix FS#10288 by Tomasz Kowalczyk. Fixes issues where resuming a "insert shuff...Jonathan Gordon1-6/+7
2009-12-21Fix FS#9660 - make warn on playlist erase work correctly when creating a new ...Jonathan Gordon1-1/+4
2009-12-06FS#10834 by Alex Bennee, fixing off-by-one bug in code calling format_track_pathNils Wallménius1-3/+2
2009-10-28Committing FS#10717 by Tomasz Kowalyczyk: add PLAYLIST_INSERT_LAST_SHUFFLED (...Dave Hooper1-13/+27
2009-10-20Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz1-2/+2
2009-07-14FS#10080Nils Wallménius1-12/+9
2009-07-08Fix bug in playlist_move where the track would end up one place too early / t...Dave Hooper1-5/+7
2009-05-31playlist start can only have 1 return value (0), so make it return nothing.Thomas Martitz1-3/+1
2009-04-07Revert FS#9531 / r19723 - It did not fix the problem, and it caused the index...Boris Gjenero1-1/+0