aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_list.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* print supported decoders in --versionViliam Mateicka2008-12-301-0/+13
* decoder: new plugin using modplug libraryViliam Mateicka2008-12-281-0/+4
* utils: moving stringFoundInStringArray() from decoder into utilsViliam Mateicka2008-12-091-11/+1
* flac: enable oggflac with libflacMax Kellermann2008-11-101-1/+1
* wavpack: no CamelCaseMax Kellermann2008-11-041-2/+2
* mp4: no CamelCaseeMax Kellermann2008-11-041-2/+2
* ffmpeg: no CamelCaseMax Kellermann2008-11-041-2/+2
* configure.ac: separate the "aac" and "mp4" decoder testsMax Kellermann2008-11-031-1/+3
* decoder: enable decoders even if they have no init() methodMax Kellermann2008-11-021-1/+1
* decoder: make all decoder_plugin structs constMax Kellermann2008-11-011-11/+11
* decoder: manage decoder list in a static arrayMax Kellermann2008-11-011-90/+78
* decoder: return const decoder_plugin structsMax Kellermann2008-11-011-7/+8
* decoder: use bool for return values and flagsMax Kellermann2008-10-301-1/+1
* ffmpeg: new decoder pluginViliam Mateicka2008-10-171-0/+4
* Makefile.am: don't compile disabled decoder pluginsMax Kellermann2008-10-171-0/+18
* decoder: renamed plugin methodsMax Kellermann2008-09-291-3/+3
* moved global variable "pc" to player.hMax Kellermann2008-08-261-0/+1
* renamed functions in decoder_list.hMax Kellermann2008-08-261-18/+20
* no camel case in struct decoder_pluginMax Kellermann2008-08-261-4/+4
* renamed inputPlugin.* to decoder_list.*Max Kellermann2008-08-261-0/+166