summaryrefslogtreecommitdiff
path: root/apps/filetypes.c (follow)
Commit message (Expand)AuthorAge
* Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz2010-12-06
* Add helper function to get index from file extension.Teruaki Kawashima2010-11-27
* Create index array to filetypes used in the open with list while loading view...Teruaki Kawashima2010-11-09
* A few post-fixes to the get_user_file_path() commit.Thomas Martitz2010-08-02
* Rockbox as an application: add get_user_file_path().Thomas Martitz2010-08-01
* close the viewers.config file fdJonathan Gordon2010-06-21
* add True Audio (TTA) codecYoshihisa Uchida2010-05-13
* fix: the problem to which new filetypes cannot be registered.Yoshihisa Uchida2010-05-12
* FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon2010-05-12
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Add wave64(.w64) codec (FS#11022)Yoshihisa Uchida2010-02-28
* Add vox (Dialogic telephony formats) codec add. (FS#11021)Yoshihisa Uchida2010-02-28
* Add Sun Audio codec. (FS#10433)Yoshihisa Uchida2010-02-28
* add SMAF codec (.mmf extension)(FS#10432)Yoshihisa Uchida2010-02-24
* FS#10535: bmp viewer plugin.Teruaki Kawashima2010-02-18
* Initial support for ATRAC3 streams in wav containers. Mohamed Tarek2010-02-16
* Add support for Sony OMA file format. Currently only supports ATRAC3 (without...Mohamed Tarek2010-02-12
* Enable 12 other 8bit Atari file formats which the asap codec already supports...Dominik Wenger2010-02-06
* Several filetypes were added (more or less) recently so the array became full...Jens Arnold2010-01-31
* Fix FS#10289 - screens showing a list need to check the show_icons setting be...Jonathan Gordon2009-12-16
* Remove unused #define and correct comment.Maurus Cuelenaere2009-10-28
* Add support for running Lua games/apps from the Plugins menuMaurus Cuelenaere2009-10-28
* Initial custom statusbar commit.Thomas Martitz2009-10-19
* Add crypt_firmware plugin for Nano2G - this uses the hardware crypto unit to ...Dave Chapman2009-10-10
* Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius2009-08-20
* Fix a bug spotted by Maurus Cuelenaere; rockbox crashed on viewing the porper...Mohamed Tarek2009-07-27
* Adding support for rm playback. Only cook codec is supported for now and no s...Mohamed Tarek2009-07-06
* Add .oga as a valid file extension for Ogg vorbis files. Even though Xiph re...Dave Chapman2008-10-30
* FS#9281 Rename of splash functions.Nils Wallménius2008-08-15
* commit asap codec. plays .sap files. At the moment it only plays the default ...Dominik Wenger2008-07-26
* Remove unnecessary #includeBertrik Sikken2008-07-18
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* FS#9033 by Alexander Levin, also a couple of minor typo fixes by me and makin...Nils Wallménius2008-05-24
* Don't do the same check twice. Thanks to fml on IRC for noting.Dominik Riebeling2008-05-24
* FS #8680. MOD codec by Rainer Sinsch.Thom Johansen2008-05-21
* Const police raid.Steve Bavin2008-05-12
* Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2008-04-28
* Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius2008-04-09
* Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold2008-04-02
* Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold2008-04-02
* Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold2008-03-25
* Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold2008-03-25
* Add a general-purpose parse_list function to parse a string containing a deli...Dave Chapman2008-03-21
* Revert accidental tree commit. Sorry for that.Jens Arnold2008-03-08
* No need to have \n here. panicf() won't output it anyway.Jens Arnold2008-03-08
* Small fixes for icon behaviour on the Player: Read viewer icon numbers from v...Jens Arnold2008-02-23
* remove the duplicated gui_list struct and only duplicate the members which ar...Jonathan Gordon2007-12-17
* remove the seelection_size param from the info init call to hopefully decreas...Jonathan Gordon2007-10-21
* simplify the simpelist api slightly so not every struct member needs to be in...Jonathan Gordon2007-10-21
* convert the open with screen to use the simplelist apiJonathan Gordon2007-10-21