Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-07 | [paplayer] Prevent possible division by zero in MP3Codec. | ace20022 | |
2014-03-08 | Merge pull request #4349 from Memphiz/noblockaddpacketsbp | jmarshallnz | |
[osxsink/iossink] - don't block addpackets if ca didn't do the initial d... | |||
2014-03-08 | Merge pull request #4348 from Memphiz/osxdisplayportbp | jmarshallnz | |
[osxsink] - properly set the ae device type based on either ca or ... | |||
2014-03-08 | Merge pull request #4347 from FernetMenta/aefixes | jmarshallnz | |
ActiveAE: fix for iOS - suspend sink when paused and app is not focused | |||
2014-03-07 | [dxva] Prefer standard Microsoft H.264 device instead of Intel H.264 VLD, no ↵ | Anton Fedchin | |
FGT (ClearVideo). This fix h264 decoding with refs > 11 on recent Intel GPUs (SNB/IVB). The latest Intel drivers for IVB/Haswell already has no support old Intel H.264 VLD, no FGT (ClearVideo) device, so this actually needs for SNB and older. | |||
2014-03-07 | [dxva] Add support workaround for Intel H.264 VLD, no FGT, ClearVideo decoder. | Anton Fedchin | |
2014-03-07 | ffmpeg: dxva2_h264: add a workaround for old intel GPUs | Hendrik Leppkes | |
Old Intel GPUs expect the reference frame index to the actual surface, instead of the index into RefFrameList as specified by the spec. This workaround should be set when using one of the "ClearVideo" decoder devices. | |||
2014-03-07 | ffmpeg: dxva2_h264: set the correct ref frame index in the long slice struct | Hendrik Leppkes | |
The latest H.264 DXVA specification states that the index in this structure should refer to a valid entry in the RefFrameList of the picture parameter structure, and not to the actual surface index. Fixes H.264 DXVA2 decoding on recent Intel GPUs (tested on Sandy and Ivy) | |||
2014-03-07 | [osxsink/iossink] - don't block addpackets if ca didn't do the initial data ↵ | Memphiz | |
pull - but timeout gracefully for signaling an error condition to the engine (use a timer for detecting a real timeout as condvar can be signaled by spurious interrupts) | |||
2014-03-07 | [osxsink] - properly set the ae device type based on either ca or ↵ | Memphiz | |
heuristical criteria - fixes DisplayPort not detected as LPCM capable and maybe others Conflicts: xbmc/cores/AudioEngine/Sinks/AESinkDARWINOSX.cpp | |||
2014-03-07 | ActiveAE: add windowing callback for application focus change | Rainer Hochecker | |
2014-03-07 | ActiveAE: use keep alive timer when stream is paused | Rainer Hochecker | |
2014-03-06 | Merge pull request #4343 from FernetMenta/eac3 | Trent Nelson | |
AE: only display setting for EAC3 if sink supports it | |||
2014-03-06 | AE: only display setting for EAC3 if sink supports it | Rainer Hochecker | |
2014-03-06 | Merge pull request #4325 from MartijnKaijser/gotham_langfixes | jmarshallnz | |
Gotham langfixes | |||
2014-03-05 | [DROID][AE] Don't guess at supported sampling rate | Trent Nelson | |
Android will resample to the "native" sample rate defined in firmware so only use that rate. | |||
2014-03-05 | [DROID][JNI] Add method to query HW sample rate. | Trent Nelson | |
2014-03-05 | [Confluence] fix usage of "next" label in mismatching contexts, which caused ↵ | da-anda | |
trouble in translations | |||
2014-03-04 | [language] fix inconsistent naming of Blu-ray and improve wording of related ↵ | da-anda | |
labels | |||
2014-03-04 | [language] fix typo | Martijn Kaijser | |
2014-03-04 | [language] remove unused setting descriptions | Martijn Kaijser | |
2014-03-04 | [language] fix wrong string meaning. should say "Apple Remote support could ↵ | Martijn Kaijser | |
not be enabled" | |||
2014-03-04 | Merge pull request #4324 from FernetMenta/wasapi | jmarshallnz | |
WASAPI: increase audio buffer for USB devices, fixes audible distortion | |||
2014-03-04 | Merge pull request #4319 from Memphiz/tvoutnonativekeyboard | jmarshallnz | |
[ios] - only use the native keyboard if tvout is not used (native keyboa... | |||
2014-03-03 | Merge pull request #4318 from MartijnKaijser/b2 | Trent Nelson | |
bump to Gotham beta2 | |||
2014-03-03 | [release] version bump to 13.0 beta2 | Martijn Kaijser | |
2014-03-04 | [language] update strings.po for missing PVR help text | NedScott | |
2014-03-03 | Merge pull request #4314 from MartijnKaijser/beta1Gotham-beta1 | Trent Nelson | |
[release] version bump to 13.0 beta1 | |||
2014-03-03 | ActiveAE: increase max buffer size from 80ms to 100ms | Rainer Hochecker | |
2014-03-04 | Merge pull request #4312 from wsoltys/pvrfix | jmarshallnz | |
fixed exception because of accessing an uninitialized playingChannel object | |||
2014-03-04 | Merge pull request #4274 from arnova/sub_stack_handling | jmarshallnz | |
fixed: Properly handle stacked files for subtitles | |||
2014-03-03 | Merge pull request #4285 from davilla/amlhw3d-interlace | Trent Nelson | |
fixed, add amlogic hw 3d interlace mode | |||
2014-03-03 | WASAPI: increase buffer for USB devices | Rainer Hochecker | |
2014-03-03 | fixed exception because of accessing an uninitialized playingChannel object. | WiSo | |
2014-03-03 | ffmpeg: backport detect MPEG streams with faulty DTS and discard | Rainer Hochecker | |
2014-03-03 | avformat/utils: detect MPEG streams with faulty DTS and discard affected DTS | Michael Niedermayer | |
Fixes issue2.ts Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2014-03-03 | Revert "mpegts: do not set pts for missing dts in video streams" | Rainer Hochecker | |
This reverts commit 55562c856bbcca1b8e1ac1813209de7154570443. | |||
2014-03-03 | Revert "ffmpeg: add patch for backport: mpegts-do-not-set-pts-for-missing-dts" | Rainer Hochecker | |
This reverts commit 72b172ee52103a0f4345051e64a29ad6f5b04cc7. | |||
2014-03-02 | settings: fix conflict of <minimum> and <maximum> for CSettingList | montellese | |
2014-03-03 | Merge pull request #4299 from Voyager1/zip-rootisdir | jmarshallnz | |
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-03 | Merge pull request #4303 from MartijnKaijser/timezones_fix | jmarshallnz | |
[language] add missing langinfo files after new additions | |||
2014-03-02 | Merge pull request #4294 from FernetMenta/vdpau | Trent Nelson | |
vdpau fixes | |||
2014-03-02 | vdpau: cosmetics | Rainer 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 additions | Martijn Kaijser | |
2014-03-01 | Merge pull request #4302 from t-nelson/rm_cpluff_generated | Trent Nelson | |
Remove cpluff generated files | |||
2014-03-02 | Merge pull request #3688 from epienbroek/3d_sbs | jmarshallnz | |
Reduce the amount of false positives while detecting stereo mode | |||
2014-03-02 | Merge pull request #4300 from jjd-uk/strings | jmarshallnz | |
Fix up of settings.xml commit got missed during settings cleanup |