Viliam Mateicka
|
11ad997141
|
ffmpeg: new decoder plugin
[mk: fixed indent, changed copyright statement, added autoconf test,
fixed includes paths, fixed 2 gcc warnings, don't close input stream
twice]
|
2008-10-17 22:27:33 +02:00 |
|
Max Kellermann
|
4ee8da2e69
|
Makefile.am: don't compile disabled decoder plugins
Don't compile the sources of disabled decoder plugins at all, and
don't attempt to register these.
|
2008-10-17 21:57:09 +02:00 |
|
Max Kellermann
|
21d3d300fd
|
decoder: renamed plugin methods
Why have a "_func" prefix on all method names? Also don't typedef the
methods, there is no advantage in that.
|
2008-09-29 15:54:27 +02:00 |
|
Max Kellermann
|
4255bba0f7
|
moved global variable "pc" to player.h
This is the last of the three variables. Now we don't need
playerData.h anymore in most sources.
|
2008-08-26 08:41:05 +02:00 |
|
Max Kellermann
|
e754ed01a7
|
renamed functions in decoder_list.h
InputPlugin to decoder_plugin, and no camelCase.
|
2008-08-26 08:27:09 +02:00 |
|
Max Kellermann
|
772d3da98a
|
no camel case in struct decoder_plugin
|
2008-08-26 08:27:08 +02:00 |
|
Max Kellermann
|
41c5fbbb07
|
renamed inputPlugin.* to decoder_list.*
Since inputPlugin.c manages the list of registered decoders, we should
rename the source file.
|
2008-08-26 08:27:08 +02:00 |
|