aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-03Merge pull request #3016 from popcornmix/ffmpeg_dts_uppopcornmix
[ffmpeg] Backport of armv6 and vfp optmisations for DTS
2013-08-03[gui] - remove FrameMove from GUIDialog as it is not needed anymoreMemphiz
2013-08-03Merge pull request #3027 from Memphiz/fixautocloseMemphiz
[guidialog] - fix autoclose
2013-08-03Merge pull request #3028 from Memphiz/airplayvolumeMemphiz
[airplay] - add setting for allowing/disallowing volume control from airplay clients
2013-08-03[airplay] - only allow volume changes if the new corresponding setting is ↵Memphiz
enabled
2013-08-03[settings] - add new setting for airplay - "allow volume control"Memphiz
2013-08-03[lang] - add new strings for for the new "allow volume control" setting in ↵Memphiz
airplay
2013-08-03omxplayer: set changes counter on current stream after a changeRainer Hochecker
2013-08-03Merge pull request #3030 from jowadmax/masterMemphiz
[droid] Store the log file in a user-accessible location
2013-08-03Merge pull request #3039 from ulion/osx_fix_firstkeypresslost_on_10_6Memphiz
[Fix] workaround osx 10.6 lost first keypress problem, fix #14525
2013-08-03pvr: set stereo_mode to monoRainer Hochecker
2013-08-03dvdplayer: set changes counter on current stream after a changeRainer Hochecker
2013-08-02Merge pull request #3034 from jhsrennie/win_pasteJohn Rennie
Move paste code to g_Windowing
2013-08-03[Fix] workaround osx 10.6 lost first keypress problemulion
2013-08-02Merge pull request #3021 from popcornmix/dirty_rectpopcornmix
[EGL] Fix the non-trivial dirty rectangle modes
2013-08-02Fix: change XBMC temp folder path to a non-root accessible folderjowadmax
let XBMC store its temp (and xbmc.log) in XBMC_HOME/.xbmc/temp instead of /data/data/org.xbmc.xbmc/.... When XBMC_TEMP is not defined, https://github.com/xbmc/xbmc/blob/d128d3760cb16bba81bcfaaa0498bc8a58ff115e/xbmc/Application.cpp#L1058 will take care of it and change it to XBMC_HOME
2013-08-02video: add "Edit sort title" to "Manage ..." context menu entrymontellese
2013-08-02video: move "Flatten" toggle to settingsmontellese
2013-08-02CGUIWindowVideoBase: remove unused CONTROL_BTNSCANmontellese
2013-08-02video: move "Stack" toggle to settingsmontellese
2013-08-02video: move "Remove episode bookmark" context menu entry under new "Manage ↵montellese
..." entry
2013-08-02video: move "Mark as watched/unwatched" context menu entry under new "Manage ↵montellese
..." entry
2013-08-02video: move "Manage movie set" context menu entry under new "Manage ..." entrymontellese
2013-08-02Modify GUIEditControl to use the new paste codeJohn Rennie
2013-08-02[EGL] Fix the non-trivial dirty rectangle modespopcornmix
EGL is typically double or triple buffered, and the previous buffer contents are not preserved. This means the non-trivial dirty rectangle modes display a flickery mess. EGL does provide a means for requesting the EGL buffer is preserved across calls. It seems appropriate to request that when using dirty rectangle modes. This PR makes algorithmdirtyregions 1 and 2 work on the Raspberry Pi. It needs testing on other EGL platforms.
2013-08-02Add GetClipboard method to CWinSystemBaseJohn Rennie
2013-08-02video: move "Link movie to tvshow" and "Remove link to tvshow" context menu ↵montellese
entries under new "Manage ..." entry
2013-08-02media: move "Edit title" context menu entry under new "Manage ..." entrymontellese
2013-08-02CVideoDatabase: add SetSingleValue() overloadsmontellese
2013-08-02DatabaseUtils: add GetField() and MediaTypeFromVideoContentType()montellese
2013-08-02CVideoDatabase: refactor SetDetail() into SetSingleValue()montellese
2013-08-02CFileItem: extend GetVideoContentType() to detect movie setsmontellese
2013-08-02video: fix "Set content" showing for library folders (genres etc.)montellese
2013-08-02CFileItem: add IsLibraryFolder()montellese
2013-08-02[confluence] add "Now playing..." to sidebar player controlsmontellese
2013-08-02media: move "Now playing..." out of the context menumontellese
2013-08-02[confluence] add "Update library" and "Stop scanning" to sidebarmontellese
2013-08-02media: move "Update library" and "Stop scanning" out of the context menumontellese
2013-08-02dvdplayer video: reset bRequestDrop flag, fixes unneeded drops and low fpsRainer Hochecker
2013-08-02[ffmpeg/patches] Add backported armv6/vfp optimisationspopcornmix
2013-08-02[ffmpeg] - backport - arm: Mangle external symbols properly in new vfp ↵Martin Storsjö
assembly files Reviewed-by: Kostya Shishkov Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-02[ffmpeg] - backport - arm: Add VFP-accelerated version of qmf_32_subbandsBen Avison
Before After Mean StdDev Mean StdDev Change This function 1323.0 98.0 746.2 60.6 +77.3% Overall 15400.0 336.4 14147.5 288.4 +8.9% Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-02[ffmpeg] - backport - dcadsp: Add a new method, qmf_32_subbandsBen Avison
This does most of the work formerly carried out by the static function qmf_32_subbands() in dcadec.c. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-02[ffmpeg] - backport - arm: Add VFP-accelerated version of fft16Martin Storsjö
Before After Mean StdDev Mean StdDev Change This function 1389.3 4.2 967.8 35.1 +43.6% Overall 15577.5 83.2 15400.0 336.4 +1.2% Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-02[ffmpeg] - backport - arm: Add VFP-accelerated version of dca_lfe_firMartin Storsjö
Before After Mean StdDev Mean StdDev Change This function 868.2 33.5 436.0 27.0 +99.1% Overall 15973.0 223.2 15577.5 83.2 +2.5% Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-02[ffmpeg] - backport - arm: Add VFP-accelerated version of imdct_halfMartin Storsjö
Before After Mean StdDev Mean StdDev Change This function 2653.0 28.5 1108.8 51.4 +139.3% Overall 17049.5 408.2 15973.0 223.2 +6.7% Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-02[ffmpeg] - backport - arm: Add VFP-accelerated version of ↵Ben Avison
int32_to_float_fmul_array8 Before After Mean StdDev Mean StdDev Change This function 366.2 18.3 277.8 13.7 +31.9% Overall 18420.5 489.1 17049.5 408.2 +8.0% Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-02[ffmpeg] - backport - dcadec: Use int32_to_float_fmul_array8Ben Avison
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-02[ffmpeg] - backport - fmtconvert: Add a new method, int32_to_float_fmul_array8Ben Avison
This is similar to int32_to_float_fmul_scalar, but loads a new scalar multiplier every 8 input samples. This enables the use of much larger input arrays, which is important for pipelining on some CPUs (such as ARMv6). Signed-off-by: Martin Storsjö <martin@martin.st>
2013-08-02[ffmpeg] - backport - arm: Add VFP-accelerated version of ↵Ben Avison
int32_to_float_fmul_scalar Before After Mean StdDev Mean StdDev Change This function 1175.0 4.4 366.2 18.3 +220.8% Overall 19285.5 292.0 18420.5 489.1 +4.7% Signed-off-by: Martin Storsjö <martin@martin.st>