summaryrefslogtreecommitdiffstats
path: root/apps/filetypes.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-02Upped the number of allowed filetypes for archos to get rid of the 'filetypes...Jens Arnold1-1/+1
2006-03-26WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV f...Jens Arnold1-1/+1
2006-03-13Patch #4791 by Jonathan Gordon - Remove duplicates from the Open-with menu, a...Linus Nielsen Feltzing1-1/+24
2005-12-05kill gcc4 warningsDaniel Stenberg1-25/+25
2005-11-16replaced all the splash calls by gui_sync_splash, added some missing remote k...Kevin Ferrare1-8/+9
2005-11-09Fixed the icon for unknown file types on the archos Player, and the bug when ...Kevin Ferrare1-1/+1
2005-10-09Fixed broken "open with" in onplay menu.Henrik Backe1-1/+5
2005-10-05Modified the viewers.config syntax slightly. The name field should now includeDaniel Stenberg1-1/+5
2005-09-02Optimised new file association handling. Fixed NULL pointer accesses. Const p...Jens Arnold1-5/+7
2005-09-02Fixed associate problem with file extensions (.info files matched .nfo extens...Henrik Backe1-4/+5
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-2/+2
2005-08-24Icon code cleanup, optimisation & policeing. Removed unused icons. Applied un...Jens Arnold1-4/+4
2005-06-11Add .a52 and .mpc to supported list of audio filesDave Chapman1-0/+4
2005-06-07We need to increase MAX_EXTTYPES for software codecs - but maybe we should us...Dave Chapman1-0/+5
2005-03-07Remove double entries in the "open with" menu.Henrik Backe1-49/+144
2005-03-06Undo previous commit. Apparently, this is not wanted behaviour.Thom Johansen1-14/+7
2005-03-06"Open With" menu duplicate entry bug fixed.Thom Johansen1-7/+14
2005-03-04Increased the file type string buffer sizeLinus Nielsen Feltzing1-1/+1
2005-02-09long policyJean-Philippe Bernardy1-6/+6
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-9/+9
2004-08-01More const policeing step 2Jens Arnold1-1/+1
2004-07-19Const'ed the logo, the bitmaps and the credits (optimization for running from...Jens Arnold1-1/+1
2004-07-13Open with... now reloads the dir if the viewer returns PLUGIN_USB_CONNECTEDLinus Nielsen Feltzing1-2/+2
2004-05-27Fixed bug in .rock extension check when scanning pluginsHardeep Sidhu1-3/+3
2004-05-21Fixed build errorsBjörn Stenberg1-1/+0
2004-05-21Plugin/file type association system. Patch #879411 by Henrik BackeBjörn Stenberg1-0/+688