aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2013-12-04ffmpeg: add patch for backport: mpegts-do-not-set-pts-for-missing-dtsRainer Hochecker
2013-12-04mpegts: do not set pts for missing dts in video streamsRainer Hochecker
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-10[win32] Add "core-defaults" with basic project settings, include file in ↵Karlson2k
each project
2013-11-10[win32] Explicitly set multibyte/unicode in projectsKarlson2k
2013-11-10[win32] Fix libmodplug project: correct include path, add headers to projectKarlson2k
2013-11-10[win32] remove copy of project settings from file levelKarlson2k
2013-11-10[win32] gtest project: remove custom settings as default settings are same nowKarlson2k
2013-11-10[win32] rest of VS projects: remove custom settings as default settings are ↵Karlson2k
same now
2013-11-10[win32] cximage and cximage subprojects: remove custom settings as default ↵Karlson2k
settings are same now
2013-11-10[win32] addons projects: remove custom settings as default settings are same nowKarlson2k
2013-11-10[win32] add missing imports of XBMC defaultsKarlson2k
2013-11-10[win32] rename project defaults file, update paths to defaults file in projectsKarlson2k
2013-11-02Remove libass from repositorySébastien Brochet
2013-11-01Merge pull request #3485 from Karlson2k/win32_projects_update_01wsoltys
Win32 projects update
2013-11-01Merge pull request #3528 from Karlson2k/win32_projects_update_02Martijn Kaijser
[win32] mark debug/release configs with proper internal marks
2013-11-01Merge pull request #3527 from Karlson2k/win32_projects_cleanup_03Martijn Kaijser
Win32 projects cleanup 03
2013-10-31fixed, compiler warning. album_art is never usedS. Davilla
2013-10-30[win32] cleanup: remove leftover from old project conversionKarlson2k
This remove useless preprocessor definition "_VC80_UPGRADE=0x0710"
2013-10-30[win32] cleanup: delete unused projects configsKarlson2k
2013-10-30Merge pull request #3526 from Karlson2k/win32_projects_cleanup_02wsoltys
Win32 projects cleanup 02
2013-10-30[win32] mark debug/release configs with proper internal marksKarlson2k
VS project wizard generate project with such marks, should help MSBuild to correctly configure internal staff. Seems that correct XBMC marks was lost on conversion from old projects.
2013-10-30[win32] fix libexif project:Karlson2k
* debug config was broken and not used * target subsystem was "Console" instead of "Windows"
2013-10-30[win32] Cleanup: delete old project filesKarlson2k
2013-10-24[FIX]Make clean dependencies fixperpe
2013-10-24[win32] Fix various linker warningsKarlson2k
2013-10-24[win32] Use more VC optimizations for important XBMC parts for 'Release' configKarlson2k
* Enable 'Full' code optimization * Prefer speed over small size * Allow any suitable inline function * Enable Generate Intrinsic Functions * Enable Function-Level Linking * Enable 'Whole Program Optimization' for compiler, linker and lib task * Explicitly enable linker optimization /OPT:REF and /OPT:ICF
2013-10-20[fix] Update to groovy 2.1.7 should fix an old issue when importing classes ↵Jim Carroll
relative to the script's location and relative classpath references.
2013-10-16Merge pull request #3419 from amet/xcode5_fixMemphiz
[osx/ios/atv2] Xcode5 fix
2013-10-16[xcode5] fix cpluff buildamet
2013-10-07[WIN32] added: build ffmpeg with gnutls support. Force extracting during ↵wsoltys
unzipping.
2013-10-01[win32] Remove win32 PCRE lib source filesKarlson2k
2013-09-28ffmpeg: add patch for backport swresample: Make rematrix maxvalue user settableRainer Hochecker
2013-09-28ffmpeg: backport swresample: Make rematrix maxvalue user settableRainer Hochecker
2013-09-26[cximage] Fix possible "Buffer is accessed out of bounds: romm_cam" error in ↵ace20022
libdcr.
2013-09-26[cximage] Fix resource leak in dcraw.ace20022
2013-09-26[cximage] Fix possible "Buffer is accessed out of bounds: romm_cam" error in ↵ace20022
dcraw.
2013-09-26[cximage] Fix invalid number of character ({) when these macros are defined: ↵ace20022
'PNG_NO_WRITE_FILTERING' in pngwutil.
2013-09-26[cximage] Fix common realloc mistake: 'm_pBuffer' nulled but not freed upon ↵ace20022
failure in xmemfile.
2013-09-26[cximage] Fix uninitialized struct member in ximadsp.ace20022
2013-09-26[cximage] Fix memleak in ximadsp.ace20022
2013-09-15[cximage] fixed memory leak in ximatif.cppWiSo
2013-09-15[cximage] fixed: fixed memory leaks in ximadsp.cppWiSo
2013-09-15[WIN32][cpluff] fixed resource leak.WiSo
2013-09-13[externalffmpeg/osx/ios] - fix compile after ↵Memphiz
429ce9bc69cdee21d3f3be23c1f7147f25b42db6
2013-09-12ffmpeg: add swr_set_compensation to interfaceRainer Hochecker
2013-09-09add ffmpeg patchfile for backport ab433b250ef3eb74a09be37612e806328451be65Rainer Hochecker
2013-09-09ffmpeg backport: h264: do not discard NAL_SEI when skipping framesRainer Hochecker
2013-09-05libdvdnav runs dvdread-config to update CFLAGS and LDFLAGS with libdirs, ↵Stephan Raue
includirs and libraries but wrongly with locations on the buildsystem. this breaks crosscompiling. We fix this with providing a own 'dvdread-config' file which dont inject /usr/include and /usr/lib in our *CFLAGS.
2013-09-03libsquish: rework to support native builds with *_FOR_BUILDStephan Raue
2013-09-01Merge pull request #2707 from Rawk/use_return_value3Joakim Plate
Remove URIUtils::GetDirectory(..) function without return value