aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-04cec: made using the TV's language optional. configurable via peripheral ↵Lars Op den Kamp
settings.
2011-11-04cec: use libcec v1.0. for XBMC, this adds a new log level (CEC_LOG_TRAFFIC) ↵Lars Op den Kamp
and the ability to query some properties of connected devices. fixed reconnect when XBMC comes out of standby
2011-11-03fixed: play .mid files through the midi codecspiff
this is a better idea than letting modplug unleash its perverse fantasies of what the song sounds like on the world
2011-11-03jsonrpc: return path to auto-generated video thumbnails (fixes #11766)montellese
2011-11-03jsonrpc: reset screensaver when starting a video playlist (fixes #12170)montellese
2011-11-03changed: updated misleading German translation (closes #12138)vdrfan
2011-11-02fixed: current audio stream var not properly inited.spiff
closes #12173, thanks to jhsrennie
2011-11-02Merge pull request #519 from cptspiff/mmsh-seeksArne Morten Kvarving
fixed: seeks in mmsh
2011-11-01fixed: seeks in mmshspiff
this backports upstream commits aedb87c57, 86a4e55e6, 8475ec190, 60fcc19bff (partially), 237bcaa27518, 33789862, 8af4ac5272, 26b64550d6 thanks a million to michael niedermayer for giving this priority!
2011-11-01changed: use std::stable_sort when sorting the scraper results in order to ↵vdrfan
guarantee that the order between equal elements are maintained (thanks spiff)
2011-10-31[osx/ios] changed, bump freetype from 2.3.9 to 2.4.7davilla
2011-10-31[osx/ios] changed, bump fontconfig from 2.6.0 to 2.8.0, bump libass from ↵davilla
0.9.11 to 0.9.13
2011-10-31changed: drop old xbox remnantelupus
2011-10-31[ios] added, if /var/mobile/Media/Photos/seas0nTV.png exists on install, ↵davilla
then remove it. Added at request of Firecore
2011-10-31jsonrpc: fix retrieval of "lastplayed" for video itemsmontellese
2011-10-30[WIN] fix corruption with builtin scalers for some zoom valuesCrystalP
The coordinates used to prepare the parameters of the scaler shaders are supposed to be integer or the rasterization rules corrupt the image for some zoom amount settings. In that case the image lookedlike two misaligned triangles instead of a single rectangle.
2011-10-30add coresponding ffmpeg patch for eb61ba8d4962f5348d807444aefeb2c8533ff42bdavilla
2011-10-30Merge pull request #516 from davilla/ios-ffmpeg-neon-fixdavilla
This fixes ffmpeg and neon usage under iOS5. Thanks to James at Firecore for sharing.
2011-10-30[ios] fixed, ffmpeg used .text symbol relocation in neon asm code, this is ↵davilla
not permitted in iOS5 due to ASLR and will panic the darwin kernel when ffmpeg is dyloaded
2011-10-30[ios] fixed, mystery failure in which configure (via pkgconfig) thinks that ↵davilla
libcec.pc exists when it does not, force libcec=no for iOS
2011-10-30fixed: don't switch to fullscreen when next track in playlist is video (even ↵pieh
if it's not video playlist)
2011-10-29Merge pull request #504 from tsp/mainJoakim Plate
libcmyth bug fix
2011-10-29fixed: added missing info button in Motorola Nyxboard Hybrid keymapvdrfan
2011-10-29cosmetic: Motorola Nyxboard Hybrid keymap indentationvdrfan
2011-10-29updated: Motorola Nyxboard Hybrid keymapvdrfan
2011-10-28remove useless pragma msg that no one cares aboutdavilla
2011-10-28[fix] - possible crash when if is down and airplay tries to fetch the mac adr...Memphiz
2011-10-28[ios/atv2] - fix compilation after 6744b62Memphiz
2011-10-28updated: German translationvdrfan
2011-10-28fixed: unable to reset a single add-on settings back to default. use deletespiff
2011-10-27Fixed Iptc parser under 64bit linuxChristian Fetzer
2011-10-27fixed: mceusb key names has changed in newer lircsspiff
this is not elegant, but does the job for now. closes #12135
2011-10-27ps3d: made commandline sixpair usableelupus
2011-10-27changd: slightly improved error message. thanks flyserspiff
2011-10-27fixed: xbmc-standalone did not respect configure prefix.spiff
thanks to flyser, closes #11895
2011-10-27ps3d.py: automatically pair sixaxis with bluetooth dongle when connected ↵elupus
over usb
2011-10-27Merge pull request #513 from koying/masterJoakim Plate
Fixes for Video cleaning & Curl invalid api usage
2011-10-27[fix] - refetch exportslist when host changesMemphiz
2011-10-27Merge pull request #510 from CrystalP/override-assfontsCrystalP
Add subtitle option to override the ASS/SSA subtitles font. This is a work around for the following: - fontconfig/libass font selection issues - strange fonts chosen by the subber - situations where libass doesn't render the same as vsfilter and uses an unexpected font.
2011-10-27FIX : Misleading debug message and unneeded use of sql 'like'Chris "Koying" Browet
2011-10-27FIX : g_curlInterface.easy_getinfo with CURLINFO_CONTENT_TYPE asks for a ↵Chris "Koying" Browet
char**, not a char*
2011-10-26fix wraplist+pagecontrol crashes when wraplist has no itemspieh
closes #12134
2011-10-26Merge pull request #417 from pieh/d-r3d_artifactpieh
d-r: fix render rectangle after aplying 3d rotation
2011-10-26added: have the context menu interpret the CONTEXT_MENU action as a closespiff
this is useful with e.g. nyx boards when you want to map the USER button to the context menu. since it can only be mapped to builtin commands, you have to use Action(ContextMenu). with this, you can close the menu using the same button
2011-10-25changed: CFileItem::IsInternetStream() should also have the StrictCheck ↵arnova
option like CUtil::IsInternetStream() changed: Cosmetics
2011-10-24Add subtitle option to override the ASS/SSA subtitles fontCrystalP
2011-10-24[cosmetic] - fix commentMemphiz
2011-10-24[fix] - use private context for afp aswell and unmount all volumes when afp ↵Memphiz
is idle - closes #12118
2011-10-24[nfs] - use private context on open files - makes it more robust when using ↵Memphiz
different exports at the same time (e.x. subtitle file from different export)
2011-10-24[fix] - removed unused functionMemphiz