aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2012-09-04cec: bump the libCEC versions of win32 and osx to 1.8.1 (same as linux)Lars Op den Kamp
2012-09-04removed old project files and stdint.h from lib/libhts. no longer being any moreLars Op den Kamp
2012-08-25Merge pull request #1324 from Karlson2k/VS2012_compatjmarshallnz
[win32] Make source code compatible with VS2012
2012-08-25[UnrarXLib] check validity of ui ptr before accessNick Leppänen Larsson
Check that pExtract->GetDataIO().m_pDlgProgress is not invalid before accessing it.
2012-08-22[libRTV] Use "ntohll" function implementation from SDK on VS2012Karlson2k
2012-08-22[UnrarXLib] Disable incompatible with VS2012 useless defKarlson2k
2012-08-15[rbp] fixed 8b6af545b317b5b0cd792f1c77e17cb95a60fe69. propper compile fix ↵gimli
for libsquish. thx Cory
2012-08-14DllSwResample: Add missing includes for stand-alone inclusion.Alexis Ballier
2012-08-14Drop mapping of the private av_audio_convert API now that it is unused.Alexis Ballier
2012-08-14DllSwResample: Use libavresample if libswresample is not available.Alexis Ballier
2012-08-14SwResample: Map swr_alloc_set_opts, swr_init, swr_free and swr_convert ↵Alexis Ballier
functions. That way we can use the libswresample API instead of the private libavcodec::audioconvert API.
2012-08-14[rbp] fixed libsquish native arm compilehuceke
2012-08-09[WIN32] changed from SSE2 to SSE for the XBMC main project and libsquash. ↵WiSo
There're still some users which uses XBMC with an Athlon XP :) enabled SSE for the debug target to have it equally to release.
2012-08-08[droid] - nearly forgot to make use of the DARWIN_NATIVE_ARCH in libsquish ↵Memphiz
and TexturePacker ;)
2012-08-08[droid] - fix the darwin detection for libsquash / build side and force ↵Memphiz
buildside arch on darwin to -m32
2012-08-08[droid] more bionic fun. sonames need to match filenames exactlytheuni
2012-08-08[droid] libs: add a few links to libmaththeuni
Since android is so picky about undefined symbols, as a test-build I disabled --unresolved-symbols=ignore-all and enabled -Wl,--no-unresolved I then changed the wrapper.def to point to the real libxbmc so that our wrapped symbols could be found. In addition to the previous cmyth commit, these turned up as needing -lm. With this, all libs that link against libxbmc as well as the ones we build are verified as having no undefined symbols. Curse you bionic.
2012-08-08[droid] cmyth: fix static linkingtheuni
2012-08-08[droid] libid3tag: fix missing libz dependencytheuni
2012-08-08[droid] fix symbol collision with pythontheuni
2012-08-08[droid] libexif fixestheuni
2012-08-08[droid] cximage fixestheuni
2012-08-08[droid] fix libdvdtheuni
2012-08-08[droid] fix hdhomeruntheuni
2012-08-08[droid] ffmpeg compile fix for -Ostheuni
2012-08-04rtsp: Handle requests from server to clientspiff
This returns 200 OK for OPTIONS requests and 501 Not Implemented for all other requests. Even though this doesn't do much actual handling of the requests, it makes the code properly identify server requests as such, instead of interpreting it as a reply to the client's request as it did before. backports upstream 1a6b9a98ceacc3aca35ab354f9e97e3ac01b0ded
2012-08-03Merge pull request #1139 from aballier/avfilterArne Morten Kvarving
Avfilter: Bring xbmc in line with the new avfilter API.
2012-08-03[ios] - fix compilation off ffmpeg with newest Xcode build tools on mountain ↵Memphiz
lion. Thx to M. Rullgard from the libav team. This still doesn't allow us to build for ios on mountain lion due to strange clangification in our darwin buildsys
2012-07-09AvFilter: Map and use av_buffersrc_add_frame instead of ↵Alexis Ballier
av_vsrc_buffer_add_frame with libavfilter version 3.
2012-07-09AvFilter wrapper: Remove unused avfilter_get_video_buffer mapping as the ↵Alexis Ballier
function has been removed in libavfilter 3.
2012-07-09AvFilter wrapper: Remove unused avfilter_request_frame mapping as the ↵Alexis Ballier
function has been removed in libavfilter 3.
2012-07-09AvFilter wrapper: Remove unused avfilter_poll_frame which has been removed ↵Alexis Ballier
in libavfilter 3.
2012-07-09Merge pull request #1100 from dteirney/libcmyth-upstreamDavid Teirney
Bunch of changes for libcmyth to match upstream.
2012-07-09[libcmyth] Rename proginfo_prodyear to proginfo_year and change type to ↵David Teirney
match upstream and mythbackend.
2012-07-09[libcmyth] Add missing exports to the libcmyth.def file for Windows.David Teirney
2012-07-09[libcmyth] Change include in the mysql include area to use winsock2.h rather ↵David Teirney
than winsock.h. For compilation on Windows.
2012-07-09Change protocol version in token map to be unsigned int as it can never be ↵David Teirney
negative.
2012-07-09[libcmyth] Pull across upstream changes to cmyth_get_bookmark_offset.David Teirney
2012-07-09[libcmyth] Pull across changes for cmyth_get_bookmark_mark from upstream.David Teirney
2012-07-09[libcmyth] Cosmetic: pull across MVP -> CMYTH naming changes from upstream ↵David Teirney
for safe_string.h.
2012-07-09[libcmyth] Convert all long long fields and methods to int64.David Teirney
Pulled from upstream as part of the changes that made for the protocol changes where long long values were changed to be sent in a single 64 bit field rather than two 32 bit hi and lo fields.
2012-07-08Merge pull request #1115 from Karlson2k/VS_project_cleanupwsoltys
[Win32] Cleanup of VS projects + fix for OpenGL build
2012-07-08Total cleanup of all VS projects + fix for OpenGL buildEvgeny Grin
Fix for OpenGL builds + Cleanup of XBMC.vcxproj Remove a lot of unused paths, libs and so on. Reflect general settings from DirectX builds to OpenGL builds. Fix for OpenGL builds that seems to be broken for more than month. Cleanup of XbmcThreads.vcxproj Removed extra includes and libs paths Cleanup of XbmcCommons.vcxproj Removed extra include dir from Release config Cleanup of Waveform.vcxproj Removed extra include dirs Cleanup of Milkdrop/Plugin.vcxproj Cleanup of directx_spectrum.vcxproj Removed extra libs from linker Cleanup of UnrarXLib.vcxproj Removed extra and outdated include paths Cleanup of squish_2010.vcxproj Cleanup of libXDAAP_win32.vcxproj Cleanup of StSoundLibrary.vcxproj Removed extra include dirs Cleanup of libsidplay.vcxproj Removed extra include dirs Cleanup of libRTV.vcxproj Cleanup of libpcre.vcxproj Cleanup of vc10_libmp3lame_dll.vcxproj + Fix linker warning Sync general settings of configs Cleanup of libmodplug_2010.vcxproj Cleanup of libmad.vcxproj Cleanup of hdhomerun.vcxproj Cleanup of libid3tag.vcxproj Cleanup of libhts_2010.vcxproj Cleanup of libexif.vcxproj Reflect optimization setting from Release(DLL) to Release Cleanup of libcmyth.vcproj Cleanup of libass_win32_vs2010.vcxproj Reflect general settings (not debug related) form Debug to Release configuration Cleanup of libapetag.vcxproj Cleanup of zlib.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Remove unneeded DXSDK include path Cleanup of Tiff.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of png.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of mng.vcxproj Update outdated precompiled header path and sync Unicode & non-Unicode settings Cleanup of libdcr.vcxproj Update outdated precompiled header path Cleanup of Jpeg.vcxproj Update outdated precompiled header path Cleanup of jbig.vcxproj Update outdated precompiled header path Cleanup of jasper.vcxproj and sync Unicode & non-Unicode settings Cleanup of ImageLib.vcxproj and sync Debug & Unicode Debug, Release & Unicode Release Cleanup of cpluff.vcxproj
2012-07-07Added signlong implementationOldnemesis
2012-07-06Fixed (hopefully) the Win32 buildOldnemesis
2012-07-06Removed the ancient optimizations which make the latest gcc-generated code ↵George Yunaev
crash while playing the MIDI files using the SoundFont.
2012-07-05cec: also bump the version number in lib/libcec/Makefile to 1.7.1, same as ↵Lars Op den Kamp
tools/darwin/depends/libcec/Makefile
2012-07-04[cleanup] remove unused functions in cximageJonathan Marshall
2012-07-04[imageloader] adds LoadFromFileInMemory to CBaseTextureJonathan Marshall
2012-06-30[libcmyth] Pull across upstream changes to handle compiling with the ↵David Teirney
Microsoft Compiler. Includes some cosmetic rearrangement of the includes for some files to make the directory diff with upstream easier.