aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-09VAAPI: Make Codec selection an expert setting (disable mpeg4, vc1 by default)fritsch
2014-02-09VAAPI: Remove Mpeg4 Advanced Settingfritsch
2014-02-09VDPAU: Add Expert Settings to let user easily disable certain codecsfritsch
2014-02-09VDPAU: Remove AdvancedSettings for mpeg4fritsch
2014-02-09DVDVideoCodec: Add static methods to hide / enable / query user settingsfritsch
2014-02-09fixed, compiler warning. this comes from boost upstream ↵S. Davilla
(https://svn.boost.org/trac/boost/ticket/4918)
2014-02-09Fixed: Update list if item was deleted from database but not from diskBl4ck09
2014-02-09Merge pull request #4176 from elupus/sub_fixesJoakim Plate
Sub fixes
2014-02-09dvd/omxplayer: don't override video setting visibility if no subs are foundJoakim Plate
Note: This should be reverted when we have separated GUI display from user specified settings. It temporarily solves the use case of user starting a movie without subs, stop it, add external subtitles, start it again.
2014-02-09dvd/omxplayer Subs couldn't be turned on if no relevant subs existedJoakim Plate
Original patch by: ace20022
2014-02-09Merge pull request #4181 from davilla/die-warnings-reduxJoakim Plate
fixed, compiler warning
2014-02-09dvd/omxplayer: add internal version of SetSubtitleVisibleJoakim Plate
This avoids overriding result of OpenDefaultStreams forced/relevant calculation due to SetSubtitleVisible being delayed by message queue. Original-patch-by: ace20022 <ace20022@xbmc.org>
2014-02-09[configure] use pkg-config for pulse audio detectionwsnipex
allows to check for minimum required version
2014-02-09fixed, compiler warningS. Davilla
2014-02-10Merge pull request #3996 from koying/fixgesturejmarshallnz
Revert "FIX: Send Touch actions to the proper window" and properly solve
2014-02-10Merge pull request #4170 from wsoltys/dsbufferjmarshallnz
[WIN32][DS] fixed: viz waveform would show a zero line at the end becaus...
2014-02-09[ios] fixed, stupid editorS. Davilla
2014-02-10Merge pull request #4175 from wsoltys/headerjmarshallnz
[WIN32] removed double includes.
2014-02-09[cximage] Fix denial of service via a crafted photo file (CVE-2013-1438)Anssi Hannula
Embedded CxImage embeds a copy of libDCR, a fork of dcraw.c, which contains several denial of service vulnerabilities as discovered by Raphael Geissert. These seem to affect the CxImage-embedded libDCR as well. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1438 ---- Unspecified vulnerability in dcraw 0.8.x through 0.8.9, as used in libraw, ufraw, shotwell, and other products, allows context-dependent attackers to cause a denial of service via a crafted photo file that triggers a (1) divide-by-zero, (2) infinite loop, or (3) NULL pointer dereference. ---- Port the fix from libRaw [1] to CxImage copy of libDCR. The patch has been submitted upstream. [1] https://github.com/LibRaw/LibRaw/commit/9ae25d8c3a6bfb40c582538193264f74c9b93bc0
2014-02-09[ios] fixed atv2 runtime. missing link to libxml2S. Davilla
2014-02-09Revert "fixed, compiler warning. Let us try to keep assignments out of if ↵S. Davilla
statments" This reverts commit 40e06e7140b561aa38d6642a19b0fde44ea1ab61.
2014-02-09Revert "[Fix][DVD/OMXPlayer] This fixes a regression introduced in 50a1d3c."Joakim Plate
This reverts commits bb1aeb75e13adc0bdb6befb69feca44997e5552b and fdacd42bcebc4197c75a24c6ea54511b796b396e. The fix is invalid and causes a mismatch between GUI assumed subtitle and what the player actually is playing.
2014-02-09dvdplayer: lock the correct section on log flushJoakim Plate
The old code locked the codec lock, which is not protecting this structure.
2014-02-09AE: ALSA - do not trust ELD regarding passthrough formatsRainer Hochecker
2014-02-09ActiveAE: consider list of supported audio formatsRainer Hochecker
2014-02-08fixed, compiler warning. Let us try to keep assignments out of if statmentsS. Davilla
2014-02-08[WIN32][DS] fixed: viz waveform would show a zero line at the end because of ↵wsoltys
not enough frames. Increasing the sound buffer to deliver > 512 frames.
2014-02-08[WIN32] removed double includes.WiSo
2014-02-08[fix] skin.confluence - set focus to subtitle provider list using fake mouse ↵amet
button
2014-02-08Merge pull request #4142 from ulion/ios_native_keyboard_with_xbmc_remote_appjmarshallnz
[IOS] Try to support xbmc remote works with ios native keyboard as control target, fix #14911
2014-02-07[buildsys] Fix parallel build with static ffmpeg.Trent Nelson
2014-02-07Merge pull request #4150 from xhaggi/fix-epg-usabilityLars Op den Kamp
[confluence] adds onback to epggrip control to access sidebar
2014-02-07Merge pull request #4157 from amet/fix_manual_buttonjmarshallnz
[coreSubs] fix manual search button after 618cff753d20628920bb39d28ec40ba2619745f7
2014-02-06Merge pull request #4163 from Shine-/dxvarendererVoyager1
[dxva] Fix black screen when trying to render Hi10P video with DXVA2/DXVA-HD
2014-02-07Merge pull request #4167 from Montellese/settings_overwrite_default_fixjmarshallnz
settings: fix not being able to overwrite the default value of string/addon settings with an empty value
2014-02-06Fix DXVA rendering for 10-Bit filesShine
2014-02-06settings: fix not being able to overwrite the default value of string/addon ↵montellese
settings with an empty value
2014-02-06- on touchbegan call the proper handler for focusing the controlMemphiz
2014-02-06FIX: [touch] properly handle touch/gesture actionsChris "Koying" Browet
This reverts commit b891c240908ddd0b93547afdbe6d261b635b930a.
2014-02-06[coreSubs] fix manual search button after ↵amet
618cff753d20628920bb39d28ec40ba2619745f7
2014-02-06Merge pull request #4159 from Montellese/videolibrary_sort_fixesjmarshallnz
videolibrary: align available sort methods
2014-02-06Merge pull request #4122 from jmarshallnz/separate_db_analyticsjmarshallnz
Separate database analytics from schema. Fixes mysql issues on update (bad indices/views/triggers)
2014-02-06Try to support xbmc remote works with ios native keyboard as control targetulion
2014-02-05videolibrary: align available sort methodsmontellese
2014-02-06[database] drop old update code from pre-Eden. Minimum versions are ↵Jonathan Marshall
video:60, music:18, addons:15
2014-02-06[database] bump music and video database versions as on mysql they may have ↵Jonathan Marshall
missing triggers or indicies
2014-02-06[database] use IF EXISTS on DROP TABLE if we're not completely sure the ↵Jonathan Marshall
table exists
2014-02-06[cosmetics] rename GetMinVersion -> GetSchemaVersion to make it clear what ↵Jonathan Marshall
it's for
2014-02-06[cosmetics] tabs -> spaces, alignmentDmitry Blokhin
2014-02-06[cosmetics] rename UpdateOldVersion to UpdateTables for consistency. Drop ↵Jonathan Marshall
unneeded try/catch and transaction blocks, make this and UpdateVersionNumber return void (the dataset classes throw() on errors anyway)