Brad Parker
|
88750850dc
|
move playlist entries into "items" array to allow for top-level metadata
|
2019-01-12 13:46:28 -05:00 |
|
Brad Parker
|
a331b7420e
|
update copyrights
|
2019-01-09 17:19:19 -05:00 |
|
Brad Parker
|
c7041260d7
|
add JSON playlist format
|
2019-01-09 17:13:13 -05:00 |
|
Brad Parker
|
0c634382f9
|
fix heap overflow with playlists
|
2019-01-08 23:08:58 -05:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
twinaphex
|
bce7742745
|
Create playlist_cached functions inside playlist.c
|
2018-04-10 17:40:29 +02:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
twinaphex
|
c4d8a8c800
|
Free after intfstream_close
|
2017-12-11 20:24:00 +01:00 |
|
twinaphex
|
54ce2ec5e9
|
playlist.c - use intfstream
|
2017-12-11 12:57:53 +01:00 |
|
twinaphex
|
61d3f90cae
|
Add hint defines to libretro.h
|
2017-12-11 12:53:47 +01:00 |
|
twinaphex
|
318f17c4cb
|
Start using VFS API constant defines
|
2017-12-11 12:15:00 +01:00 |
|
twinaphex
|
2e979ec537
|
Replace function signatures of file_stream file functions
|
2017-12-10 22:25:38 +01:00 |
|
twinaphex
|
95cc8e12d2
|
Get rid of RFILE_MODE_READ_TEXT dependency for config file/playlist
|
2017-12-10 21:28:13 +01:00 |
|
Alcaro
|
e07ed18105
|
Fix text mode dependency
|
2017-12-10 21:00:24 +01:00 |
|
David Walters
|
deb017e17f
|
On Windows builds, don't use case sensitive path comparisons when pushing to a playlist.
|
2017-12-08 23:50:00 +00:00 |
|
Alcaro
|
2b3cc8898a
|
Fix this one for non-stdio backends
Why does filestream_get_fp exist
|
2017-12-04 13:41:04 +01:00 |
|
twinaphex
|
cda840683b
|
playlist.c - some optimizations
|
2017-11-26 00:02:28 +01:00 |
|
twinaphex
|
df7513be27
|
Cleanups
|
2017-11-25 23:39:31 +01:00 |
|
Brad Parker
|
68a8198e4a
|
convert more file IO functions to use filestream, fixes encoding issues on Windows
|
2017-10-29 12:08:24 -04:00 |
|
twinaphex
|
c68db61188
|
Silence more Clang warnings
|
2017-10-11 22:49:13 +02:00 |
|
twinaphex
|
9fc063cd43
|
playlist.c - use malloc instead of calloc
|
2017-09-29 05:13:10 +02:00 |
|
Higor Eurípedes
|
ab50eca024
|
(playlist.c) Fix clear/free loop conditionals
|
2017-08-19 08:40:09 -03:00 |
|
twinaphex
|
147374c9c1
|
You can now rename playlist entries
|
2017-08-14 20:07:43 +02:00 |
|
twinaphex
|
60296c0b7d
|
Improve logs some more
|
2017-07-01 04:37:32 +02:00 |
|
twinaphex
|
e9f9702a2d
|
(playlist.c) Don't expose struct details to outside
|
2017-07-01 03:38:36 +02:00 |
|
twinaphex
|
5636b0fdd6
|
playlist.c - cleanup
|
2017-06-30 20:17:34 +02:00 |
|
twinaphex
|
0bd74c923f
|
(playlist.c) Turn this code more robust
|
2017-05-29 20:36:18 +02:00 |
|
twinaphex
|
e192d4eaa6
|
(Playlist) Prevent us writing the playlist file another time
after we have already saved it once
|
2017-04-23 12:54:13 +02:00 |
|
twinaphex
|
7e3cce9397
|
Only write to playlists if they are modified
|
2017-04-23 12:25:54 +02:00 |
|
twinaphex
|
8c89ec158c
|
Update copyrights
|
2017-03-22 03:09:18 +01:00 |
|
twinaphex
|
d297899234
|
Cleanups; header includes
|
2017-01-09 02:00:27 +01:00 |
|
twinaphex
|
f6ebcebfea
|
playlist.c - cleanup
|
2017-01-07 18:52:57 +01:00 |
|
twinaphex
|
2156bb43a1
|
Be more careful with allocation and assignment
|
2016-12-25 01:46:32 +01:00 |
|
twinaphex
|
cf6d6c584e
|
Get rid of playlist_entry_get_label
|
2016-12-15 12:02:01 +01:00 |
|
Alcaro
|
fd9e721f97
|
Merge pull request #4183 from markwkidd/patch-3
accept playlists with Unix and Windows style line endings
|
2016-12-14 21:48:20 +01:00 |
|
markwkidd
|
35437057b9
|
correct comment for accuracy
|
2016-12-14 15:32:47 -05:00 |
|
twinaphex
|
48e60d075c
|
playlist_free_entry - use string_is_empty
|
2016-12-11 23:00:26 +01:00 |
|
markwkidd
|
c6bc316e04
|
Update playlist.c
|
2016-12-10 11:03:28 -05:00 |
|
markwkidd
|
edf58d9e29
|
Update playlist.c
|
2016-12-07 16:08:09 -05:00 |
|
markwkidd
|
e65b4d8c1c
|
Update playlist.c
|
2016-12-07 16:07:45 -05:00 |
|
markwkidd
|
72d31c6fbe
|
Update playlist.c
|
2016-12-07 15:52:14 -05:00 |
|
markwkidd
|
f710129f32
|
cleaner to use strpbrk
|
2016-12-07 15:51:09 -05:00 |
|
markwkidd
|
a49912c863
|
accept playlists with Unix and Windows style line endings
|
2016-12-07 15:35:49 -05:00 |
|
twinaphex
|
f017593501
|
Reduce size of some char variables and get rid of some implicit memsets
|
2016-10-27 09:44:20 +02:00 |
|
twinaphex
|
cb772047ff
|
Prevent some more memsets
|
2016-10-21 19:32:44 +02:00 |
|
twinaphex
|
8578e19903
|
playlist_read_file - prevent implicit slow memsets
|
2016-10-09 09:07:53 +02:00 |
|
twinaphex
|
d7a90dd9bb
|
playlist.c - cleanups
|
2016-09-29 10:16:48 +02:00 |
|
twinaphex
|
ac416b4494
|
Try to be more safe here
|
2016-09-29 09:36:24 +02:00 |
|
Jean-André Santoni
|
f06e76301e
|
(Menu) Get Remove from Playlist to work on history playlists
|
2016-08-29 02:22:05 +02:00 |
|
Jean-André Santoni
|
a5fc3b01ba
|
(Menu) Implement playlist_delete_index
|
2016-08-29 01:38:46 +02:00 |
|