index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
filetypes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[2/4] get rid of HAVE_LCD_CHARCELLS
Solomon Peachy
1
-7
/
+0
2018-12-22
AAC bitstream format files support
Solomon Peachy
1
-0
/
+1
2018-12-15
FS#6323: Speech for ID3 viewer, playlist catalog and playlist viewer
Solomon Peachy
1
-2
/
+13
2013-06-05
Fix color of files with no extension.
Boris Gjenero
1
-1
/
+1
2013-01-21
And use the unknown file colour if there is no extension
Jonathan Gordon
1
-1
/
+1
2013-01-21
fix yellow
Jonathan Gordon
1
-1
/
+1
2013-01-20
filetree: Support ??? in viewers.config for unsupported filetypes
Jonathan Gordon
1
-8
/
+42
2012-09-20
Initial opus codec support
Frederik M J Vestre
1
-0
/
+1
2012-06-10
Fix checks on buflib allocated handles (0 is not a valid handle value)
Bertrik Sikken
1
-1
/
+1
2011-12-05
Sprinkle around some static and const.
Nils Wallménius
1
-1
/
+1
2011-10-02
Fix file descriptor double close():
Thomas Jarosch
1
-2
/
+4
2011-09-21
fix FIX_PTR macro so it actually fixes every pointer (was skipping x == curre...
Jonathan Gordon
1
-1
/
+1
2011-09-07
Buflib: Clarification about invalid handles
Thomas Martitz
1
-1
/
+1
2011-08-30
GSoC/Buflib: Enable compaction in buflib.
Thomas Martitz
1
-1
/
+21
2011-08-30
GSoC/Buflib: Add buflib memory alocator to the core.
Thomas Martitz
1
-9
/
+20
2011-08-07
Submit initial patch from FS#12176. Adds support for several new game music f...
Andree Buschmann
1
-0
/
+7
2011-06-20
Use enum themable_icons in struct file_type and struct filetype (who made tho...
Thomas Martitz
1
-1
/
+1
2010-12-06
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
1
-5
/
+3
2010-11-27
Add helper function to get index from file extension.
Teruaki Kawashima
1
-38
/
+38
2010-11-09
Create index array to filetypes used in the open with list while loading view...
Teruaki Kawashima
1
-51
/
+53
2010-08-02
A few post-fixes to the get_user_file_path() commit.
Thomas Martitz
1
-2
/
+3
2010-08-01
Rockbox as an application: add get_user_file_path().
Thomas Martitz
1
-3
/
+4
2010-06-21
close the viewers.config file fd
Jonathan Gordon
1
-0
/
+1
2010-05-13
add True Audio (TTA) codec
Yoshihisa Uchida
1
-0
/
+1
2010-05-12
fix: the problem to which new filetypes cannot be registered.
Yoshihisa Uchida
1
-2
/
+2
2010-05-12
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
Jonathan Gordon
1
-0
/
+4
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-1
/
+0
2010-02-28
Add wave64(.w64) codec (FS#11022)
Yoshihisa Uchida
1
-0
/
+1
2010-02-28
Add vox (Dialogic telephony formats) codec add. (FS#11021)
Yoshihisa Uchida
1
-0
/
+1
2010-02-28
Add Sun Audio codec. (FS#10433)
Yoshihisa Uchida
1
-0
/
+2
2010-02-24
add SMAF codec (.mmf extension)(FS#10432)
Yoshihisa Uchida
1
-0
/
+1
2010-02-18
FS#10535: bmp viewer plugin.
Teruaki Kawashima
1
-3
/
+0
2010-02-16
Initial support for ATRAC3 streams in wav containers.
Mohamed Tarek
1
-0
/
+1
2010-02-12
Add support for Sony OMA file format. Currently only supports ATRAC3 (without...
Mohamed Tarek
1
-0
/
+2
2010-02-06
Enable 12 other 8bit Atari file formats which the asap codec already supports...
Dominik Wenger
1
-0
/
+12
2010-01-31
Several filetypes were added (more or less) recently so the array became full...
Jens Arnold
1
-1
/
+1
2009-12-16
Fix FS#10289 - screens showing a list need to check the show_icons setting be...
Jonathan Gordon
1
-1
/
+1
2009-10-28
Remove unused #define and correct comment.
Maurus Cuelenaere
1
-2
/
+1
2009-10-28
Add support for running Lua games/apps from the Plugins menu
Maurus Cuelenaere
1
-0
/
+1
2009-10-19
Initial custom statusbar commit.
Thomas Martitz
1
-0
/
+6
2009-10-10
Add crypt_firmware plugin for Nano2G - this uses the hardware crypto unit to ...
Dave Chapman
1
-0
/
+3
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
1
-3
/
+3
2009-07-27
Fix a bug spotted by Maurus Cuelenaere; rockbox crashed on viewing the porper...
Mohamed Tarek
1
-0
/
+1
2009-07-06
Adding support for rm playback. Only cook codec is supported for now and no s...
Mohamed Tarek
1
-0
/
+2
2008-10-30
Add .oga as a valid file extension for Ogg vorbis files. Even though Xiph re...
Dave Chapman
1
-0
/
+1
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
1
-3
/
+3
2008-07-26
commit asap codec. plays .sap files. At the moment it only plays the default ...
Dominik Wenger
1
-0
/
+1
2008-07-18
Remove unnecessary #include
Bertrik Sikken
1
-1
/
+0
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-24
FS#9033 by Alexander Levin, also a couple of minor typo fixes by me and makin...
Nils Wallménius
1
-8
/
+8
[next]