added callback methods for binary add-ons to get codec id information from XBMC,...
authorLars Op den Kamp <lars@opdenkamp.eu>
Fri, 21 Jun 2013 00:27:10 +0000 (02:27 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Tue, 9 Jul 2013 00:31:19 +0000 (02:31 +0200)
commit2e5e448c0c9ad3d01ec72596be79519e01f8456e
treee1e3b964d36096f69a2f7009632d993858b0601e
parentd8b4503f0be7eae2d8236953aad8e9820a36c86c
added callback methods for binary add-ons to get codec id information from XBMC, so the dep on avcodec.h can be removed. only IDs used by pvr.hts and pvr.vdr.vnsi have been included
25 files changed:
.gitignore
Makefile.in
XBMC.xcodeproj/project.pbxproj
addons/library.xbmc.codec/libXBMC_codec.h [new file with mode: 0644]
addons/xbmc.codec/addon.xml [new file with mode: 0644]
configure.in
lib/DllAvCodec.h
lib/addons/library.xbmc.addon/libXBMC_addon.cpp
lib/addons/library.xbmc.codec/Makefile.in [new file with mode: 0644]
lib/addons/library.xbmc.codec/libXBMC_codec.cpp [new file with mode: 0644]
lib/addons/library.xbmc.codec/project/VS2010Express/libXBMC_codec.vcxproj [new file with mode: 0644]
lib/addons/library.xbmc.codec/project/VS2010Express/libXBMC_codec.vcxproj.filters [new file with mode: 0644]
project/VS2010Express/XBMC for Windows.sln
project/VS2010Express/XBMC.vcxproj
project/VS2010Express/XBMC.vcxproj.filters
tools/depends/target/xbmc-addon-bindings/Makefile
xbmc/addons/AddonCallbacks.cpp
xbmc/addons/AddonCallbacks.h
xbmc/addons/AddonCallbacksAddon.cpp
xbmc/addons/AddonCallbacksCodec.cpp [new file with mode: 0644]
xbmc/addons/AddonCallbacksCodec.h [new file with mode: 0644]
xbmc/addons/Makefile
xbmc/addons/include/xbmc_codec_types.h [new file with mode: 0644]
xbmc/addons/include/xbmc_pvr_types.h
xbmc/addons/include/xbmc_stream_utils.hpp [new file with mode: 0644]