Age | Commit message (Collapse) | Author |
|
|
|
|
|
[win32] Make source code compatible with VS2012
|
|
Check that pExtract->GetDataIO().m_pDlgProgress is not invalid
before accessing it.
|
|
|
|
|
|
for libsquish. thx Cory
|
|
|
|
|
|
|
|
functions.
That way we can use the libswresample API instead of the private libavcodec::audioconvert API.
|
|
|
|
There're still some users which uses XBMC with an Athlon XP :)
enabled SSE for the debug target to have it equally to release.
|
|
and TexturePacker ;)
|
|
buildside arch on darwin to -m32
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
Avfilter: Bring xbmc in line with the new avfilter API.
|
|
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
|
|
av_vsrc_buffer_add_frame with libavfilter version 3.
|
|
function has been removed in libavfilter 3.
|
|
function has been removed in libavfilter 3.
|
|
in libavfilter 3.
|
|
Bunch of changes for libcmyth to match upstream.
|
|
match upstream and mythbackend.
|
|
|
|
than winsock.h.
For compilation on Windows.
|
|
negative.
|
|
|
|
|
|
for safe_string.h.
|
|
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.
|
|
[Win32] Cleanup of VS projects + fix for OpenGL build
|
|
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
|
|
|
|
|
|
crash while playing the MIDI files using the SoundFont.
|
|
tools/darwin/depends/libcec/Makefile
|
|
|
|
|
|
Microsoft Compiler.
Includes some cosmetic rearrangement of the includes for some files to make the directory diff with upstream easier.
|