Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-03 | Merge pull request #3016 from popcornmix/ffmpeg_dts_up | popcornmix | |
[ffmpeg] Backport of armv6 and vfp optmisations for DTS | |||
2013-08-03 | [gui] - remove FrameMove from GUIDialog as it is not needed anymore | Memphiz | |
2013-08-03 | Merge pull request #3027 from Memphiz/fixautoclose | Memphiz | |
[guidialog] - fix autoclose | |||
2013-08-03 | Merge pull request #3028 from Memphiz/airplayvolume | Memphiz | |
[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-03 | omxplayer: set changes counter on current stream after a change | Rainer Hochecker | |
2013-08-03 | Merge pull request #3030 from jowadmax/master | Memphiz | |
[droid] Store the log file in a user-accessible location | |||
2013-08-03 | Merge pull request #3039 from ulion/osx_fix_firstkeypresslost_on_10_6 | Memphiz | |
[Fix] workaround osx 10.6 lost first keypress problem, fix #14525 | |||
2013-08-03 | pvr: set stereo_mode to mono | Rainer Hochecker | |
2013-08-03 | dvdplayer: set changes counter on current stream after a change | Rainer Hochecker | |
2013-08-02 | Merge pull request #3034 from jhsrennie/win_paste | John Rennie | |
Move paste code to g_Windowing | |||
2013-08-03 | [Fix] workaround osx 10.6 lost first keypress problem | ulion | |
2013-08-02 | Merge pull request #3021 from popcornmix/dirty_rect | popcornmix | |
[EGL] Fix the non-trivial dirty rectangle modes | |||
2013-08-02 | Fix: change XBMC temp folder path to a non-root accessible folder | jowadmax | |
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-02 | video: add "Edit sort title" to "Manage ..." context menu entry | montellese | |
2013-08-02 | video: move "Flatten" toggle to settings | montellese | |
2013-08-02 | CGUIWindowVideoBase: remove unused CONTROL_BTNSCAN | montellese | |
2013-08-02 | video: move "Stack" toggle to settings | montellese | |
2013-08-02 | video: move "Remove episode bookmark" context menu entry under new "Manage ↵ | montellese | |
..." entry | |||
2013-08-02 | video: move "Mark as watched/unwatched" context menu entry under new "Manage ↵ | montellese | |
..." entry | |||
2013-08-02 | video: move "Manage movie set" context menu entry under new "Manage ..." entry | montellese | |
2013-08-02 | Modify GUIEditControl to use the new paste code | John Rennie | |
2013-08-02 | [EGL] Fix the non-trivial dirty rectangle modes | popcornmix | |
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-02 | Add GetClipboard method to CWinSystemBase | John Rennie | |
2013-08-02 | video: move "Link movie to tvshow" and "Remove link to tvshow" context menu ↵ | montellese | |
entries under new "Manage ..." entry | |||
2013-08-02 | media: move "Edit title" context menu entry under new "Manage ..." entry | montellese | |
2013-08-02 | CVideoDatabase: add SetSingleValue() overloads | montellese | |
2013-08-02 | DatabaseUtils: add GetField() and MediaTypeFromVideoContentType() | montellese | |
2013-08-02 | CVideoDatabase: refactor SetDetail() into SetSingleValue() | montellese | |
2013-08-02 | CFileItem: extend GetVideoContentType() to detect movie sets | montellese | |
2013-08-02 | video: fix "Set content" showing for library folders (genres etc.) | montellese | |
2013-08-02 | CFileItem: add IsLibraryFolder() | montellese | |
2013-08-02 | [confluence] add "Now playing..." to sidebar player controls | montellese | |
2013-08-02 | media: move "Now playing..." out of the context menu | montellese | |
2013-08-02 | [confluence] add "Update library" and "Stop scanning" to sidebar | montellese | |
2013-08-02 | media: move "Update library" and "Stop scanning" out of the context menu | montellese | |
2013-08-02 | dvdplayer video: reset bRequestDrop flag, fixes unneeded drops and low fps | Rainer Hochecker | |
2013-08-02 | [ffmpeg/patches] Add backported armv6/vfp optimisations | popcornmix | |
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_subbands | Ben 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_subbands | Ben 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 fft16 | Martin 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_fir | Martin 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_half | Martin 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_array8 | Ben Avison | |
Signed-off-by: Martin Storsjö <martin@martin.st> | |||
2013-08-02 | [ffmpeg] - backport - fmtconvert: Add a new method, int32_to_float_fmul_array8 | Ben 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> |