aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2012-09-10Merge pull request #1290 from aballier/swresampledavilla
[ffmpeg] Convert from av_audio_convert API to the swresample one.
2012-09-10[tags] Add Makefile and taglib dependency, add taglib to xcode, android, ↵Chris Roberts
linux and win32 depends
2012-09-09Add the groovy jars to be used in the codegenerator.Jim Carroll
2012-09-08[WIN32] [libass] fixed heap corruption when using in debugSébastien Brochet
2012-09-08[libass] build with harfbuzz supportSébastien Brochet
2012-09-08[libass] fixed build on WindowsSébastien Brochet
2012-09-08added: support for OTF fontsSébastien Brochet
2012-09-07[UPnP] changed: make UPnP optional (enabled by default), fix some missing ↵Alasdair Campbell
#ifdef HAS_UPNP guards
2012-09-05[osx] fixed command-line make, duplicate symbol NPT_GetSystemMachineName, ↵davilla
choose cocoa flavor over posix
2012-09-05[win32] remove "Debug Testsuite" configuration from all projects except ↵montellese
gtest and XBMC
2012-09-05[WIN32] forgot vs2010 project files of gtestWiSo
2012-09-05[WIN32] added a new target called Debug Testsuite which includes the gtest ↵WiSo
libs and builds a xbmc-test.exe console application.
2012-09-05[GSOC] Add latest snapshot of google test (r619).Andres Mejia
2012-09-05[UPnP] Platinum now stats files before serving via http. This means serving ↵Alasdair Campbell
files from vfs was broken. Solution is to remove all filesystem access to Platinum and expand NPT_XbmcFile. Anything apart from GetInfo:: (stat) is ignored as Platinum only serves up library items, not file systems. Thanks to elupus for fix, and pieh for spotting this in the first place
2012-09-05[UPnP] reinstated: '[UPnP] use server provided item count to iterate browse ↵Alasdair Campbell
req' by elupus @ cb110ea28b7506cb31d6ab4fd347fad1c96ec9ed all other modifications to libPlatinum/Neptune since codiqs last commit have been checked and are not required / have been included upstream the following patches therefore do not need to be reinstated: 5e5156bde70bb4250c9d912e43656a19d008f110 4df0a4cb1cd059f585de289a10ab915ce1bd95a8 a6eaa587174f73c0fdd7a5130774772c7d475fec 964b08aed02ee52d7f88250409b4e3fdd0363be3 2f70d124f75d76813e48ecc26ffd9aa3625072aa 299d326314619aa3a085f2c026e55860a75b3a5c 5bbf59fbc049325ec4205fadaa0903a753b866ee 370c8366ed83115558e4dcb00561207854c4f971 755f17fe4353b7047ca04c16b7461d1ef3b8ed1b 20c1ed61030f7a5bada60821507f29e54821b1a9 0b11444d6e405fa17e73ef0abc9ceba25a559cce f96d966e7575b4d9f7c864ad153dd9fb968344c9 99479c384176fd3f82d518506e560ba08ad57e40 347aa55b6c55e2801ff7a421e8bcc02ce0314cab a1993bf0380b9ced60c39064833435e458aa5434 f13f20aaa9493d58264c55f2a5b2cafd09435b0e 95df1d019cb7ea64a6f748a9104db1ecd666af42 887728b93d0a8cddd6a08bfddc4079f4c2ae82f8 66d2daf7bd90f7be2cb4cdbc5088488627953e3f ec70e260e95becc5bfcd86512b245776ef9653ea 296435b9a9262b23b49cbfb2302e36e730f292e7 99e0a1eaf18ed07625143e4fadc6eb027f822857 588a66a55067433ade77769a39c81552a995b38d 3fd25488ba88b30cfa0f5b834bbde91a21f05a73
2012-09-05[UPnP] reinstated: 'fixed: upnp server's http server would not provide ↵Alasdair Campbell
content length on HEAD requests' by elupus @ 9cbcf5063c3af350d385f1992017f6883f37a8e0
2012-09-05[UPnP] reinstated: 'changed: make sure Neptune threads are named' by elupus ↵Alasdair Campbell
@ 42d7b6b9180f634f988e12673de655228233b305
2012-09-05[UPnP] Platinum - log allowed values with state variable errorsAlasdair Campbell
2012-09-05[UPnP] update Platinum/Neptune to 0.6.9.1Alasdair Campbell
2012-09-04Merge pull request #1282 from huceke/raspberrypihuceke
RaspberryPI support
2012-09-05[pvr] added PVR support to XBMC (taken from ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba) add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons
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.