aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-03[release] version bump to 13.0 beta2Martijn Kaijser
2014-03-04[language] update strings.po for missing PVR help textNedScott
2014-03-03Merge pull request #4314 from MartijnKaijser/beta1Gotham-beta1Trent Nelson
[release] version bump to 13.0 beta1
2014-03-03ActiveAE: increase max buffer size from 80ms to 100msRainer Hochecker
2014-03-04Merge pull request #4312 from wsoltys/pvrfixjmarshallnz
fixed exception because of accessing an uninitialized playingChannel object
2014-03-04Merge pull request #4274 from arnova/sub_stack_handlingjmarshallnz
fixed: Properly handle stacked files for subtitles
2014-03-03Merge pull request #4285 from davilla/amlhw3d-interlaceTrent Nelson
fixed, add amlogic hw 3d interlace mode
2014-03-03WASAPI: increase buffer for USB devicesRainer Hochecker
2014-03-03fixed exception because of accessing an uninitialized playingChannel object.WiSo
2014-03-03ffmpeg: backport detect MPEG streams with faulty DTS and discardRainer Hochecker
2014-03-03avformat/utils: detect MPEG streams with faulty DTS and discard affected DTSMichael Niedermayer
Fixes issue2.ts Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-03Revert "mpegts: do not set pts for missing dts in video streams"Rainer Hochecker
This reverts commit 55562c856bbcca1b8e1ac1813209de7154570443.
2014-03-03Revert "ffmpeg: add patch for backport: mpegts-do-not-set-pts-for-missing-dts"Rainer Hochecker
This reverts commit 72b172ee52103a0f4345051e64a29ad6f5b04cc7.
2014-03-02settings: fix conflict of <minimum> and <maximum> for CSettingListmontellese
2014-03-03Merge pull request #4299 from Voyager1/zip-rootisdirjmarshallnz
Allow ZIP root to be viewed as directory to enable playback of files contained
2014-03-02[ios] - only use the native keyboard if tvout is not used (native keyboard ↵Memphiz
doesn't work with hdmi/tvout on ios) - fixes #14966
2014-03-03Merge pull request #4303 from MartijnKaijser/timezones_fixjmarshallnz
[language] add missing langinfo files after new additions
2014-03-02Merge pull request #4294 from FernetMenta/vdpauTrent Nelson
vdpau fixes
2014-03-02vdpau: cosmeticsRainer Hochecker
2014-03-02[AESink/ios] - fix drain - we need to output silence when no samples are ↵Memphiz
left - else CA on iOS will repeat loop the last sample
2014-03-02[zip] allow libdvd to view ZIP root as directory to enable playback of ↵Voyager1
zipped dvd files
2014-03-02[language] add missing langinfo files after new additionsMartijn Kaijser
2014-03-01Merge pull request #4302 from t-nelson/rm_cpluff_generatedTrent Nelson
Remove cpluff generated files
2014-03-02Merge pull request #3688 from epienbroek/3d_sbsjmarshallnz
Reduce the amount of false positives while detecting stereo mode
2014-03-02Merge pull request #4300 from jjd-uk/stringsjmarshallnz
Fix up of settings.xml commit got missed during settings cleanup
2014-03-01[lang] update of skin.confluence language filesalanwww1
2014-03-01[lang] update of core language filesalanwww1
2014-03-01[lang] update of internal addon language filesalanwww1
2014-03-01Reduce the amount of false positives while detecting stereo modeErik van Pienbroek
Initially the CStereoscopicsManager::DetectStereoModeByString function considered file names containing strings like " SBS " to be 3D content. However, it turned out this also caused false positives, for example when opening PVR recordings from the Dutch TV channel "SBS 6". Reduced the amount of false positives by also searching for the keyword "3D" in the file name before considering a file to be 3D content and by using regular expressions
2014-03-01More explicit ignore rules for cpluffTrent Nelson
2014-03-01Remove cpluff generated filesTrent Nelson
2014-03-01[language] fix several typosMartijn Kaijser
2014-03-01[Confluence] add missing 4K flag in list viewronie
2014-03-01Fix up of settings.xml commit got missed during settings cleanupjjd-uk
2014-03-01[language] fix typosMartijn Kaijser
2014-02-28Merge pull request #4295 from KeyserSoze1/masterTrent Nelson
Fixed mute not working for non-SSE enabled builds
2014-02-28Fixed mute not working for non-SSE enabled buildsKeyserSoze1
2014-02-28fixed, add amlogic hw 3d interlace modeS. Davilla
2014-02-28vdpau: Improve detection of supported files.Kenney Phillis
A minor improvement on the detection of whether or not a video will play. It is a good idea to at least make sure that the video codec is supported and that the resolution does not exceed the supported resolution.
2014-02-28vdpau: map/unmap surfaces on every cycle, requested by AMDRainer Hochecker
2014-02-28Merge pull request #4293 from cgtobi/patch-1Martijn Kaijser
Update strings.po
2014-02-28Update strings.pocgtobi
Fixes a minor typo in the original description. It should read 'scalers' instead of 'scalars' according to the developers notice.
2014-02-28URIUtils::IsRemote: fix endless loop with stacked special pathKarlson2k
2014-02-28URIUtils::IsHD: fix stack overflow, fixes #14812Karlson2k
Fix endless recursive loop if filename is stacked special
2014-02-28Merge pull request #4246 from Montellese/jsonrpctimersjmarshallnz
JSON-RPC: support for fetching PVR timers and recordings
2014-02-28fixed: Properly handle stacked files for subtitlesarnova
2014-02-28Merge pull request #4243 from Black09/directoryprovider-extensionsjmarshallnz
Better caching and updating for dynamic list provider
2014-02-28Merge pull request #4271 from elupus/depends_fixjmarshallnz
depends: fix already installed check on osx
2014-02-28Merge pull request #4286 from arnova/stack_streamdetails_fixjmarshallnz
fixed: Auto extracted stream details were never stored the stacks
2014-02-28[language] drop reference to wiki in the ignore tokens setting.Jonathan Marshall