aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-08musicdb: fix (smartplaylist) filters across albumview/songview queriesmontellese
2012-08-08CDatabase: make BuildSQL and GetFilter public and virtualmontellese
2012-08-08[WIN32] enable SSE optimization for AE. AE experts: is there any reason why ↵WiSo
this was disabled for windows? Fixes #13226 or obfuscates it. The SSE else case in CSoftAE::MixSounds needs a closer look as it seems it crashes there when pressing the arrow keys on startup repeatedly.
2012-08-08removed stray semicolonWiSo
2012-08-07Merge pull request #1261 from Karlson2k/Get_rid_of_xboxMemphiz
Get rid of xbox
2012-08-07Get rid of xbox in python methods descriptions.Karlson2k
2012-08-07Get rid of xbox in deprecated XBMChttp.cppKarlson2k
2012-08-07Get rid of xbox in Builtins.cppKarlson2k
Mark and use "Reboot", "Restart" and "Reset" commands as synonyms.
2012-08-07Get rig of xbox in commentsKarlson2k
2012-08-07jsonrpc: fix missing "artist" property in response to ↵montellese
AudioLibrary.GetArtistDetails
2012-08-07jsonrpc: fix AudioLibrary.GetArtistDetails not workingmontellese
2012-08-07jsonrpc: fix "artist" being returned as an array instead of a string in ↵montellese
AudioLibrary.GetArtists/GetArtistDetails (fixes #13235)
2012-08-07videodb: fix retrieval of the set name a movie belongs tomontellese
2012-08-07Merge pull request #1152 from micahg/masterArne Morten Kvarving
Enable HLS passthrough to FFMPEG
2012-08-06Merge pull request #1251 from arnova/stacked_cache_info_fixarnova
fixed: GetCachePercentage() was wrong for stacked items
2012-08-07fixed: GetCachePercentage() was wrong for stacked itemsarnova
2012-08-06[ios/atv2] - fix build with xcode4 and basesdk ios > 5.0Memphiz
2012-08-06[osx/ios/atv2] - fix build on commandline when using xcode 4.xMemphiz
2012-08-06Merge pull request #1247 from zewt/win32-not-exitingwsoltys
[WIN32] Fix the process not exiting fully on alt-F4 during video playback (closes #13177)
2012-08-06smartplaylists: make sure that there's always at least one rule ("new rule ↵montellese
...") when opening the editor
2012-08-06smartplaylists: fix handling of rules with OPERATOR_TRUE/FALSEmontellese
2012-08-06websocket: check value of "Upgrade" header field case-insensitive as stated ↵montellese
in RFC6455 (fixes #13231)
2012-08-06fixed: CAEStreamInfo wasn't properly initialized.WiSo
2012-08-06[keyboard] - in the keyboard factory check if the heading is a string or a ↵Memphiz
localization id and get the realstring for the implementations out of it - fixes #13227 - heading of keyboard dialogs
2012-08-06fixed: script.module.pil build instructions missing in the READMEs (closes ↵vdrfan
#13223)
2012-08-06silenced compiler warning.WiSo
2012-08-06allow HLS streams to pass through to FFMPEGMicah Galizia
2012-08-06refactor SubtractRect for the general case and drop any empty rects. This ↵davilla
trades a little efficiency for reducing code complexity
2012-08-06Merge pull request #1174 from Montellese/jsonrpc_cleanupSascha Montellese
json-rpc: cleanup of hacks and addition of new "filter" parameter to FooLibrary.GetFoos
2012-08-06jsonrpc: add "filter" parameter to VideoLibrary.GetMusicVideosmontellese
2012-08-06jsonrpc: add "filter" parameter to VideoLibrary.GetEpisodesmontellese
2012-08-06jsonrpc: add "filter" parameter to VideoLibrary.GetTvShowsmontellese
2012-08-06jsonrpc: add "filter" parameter to VideoLibrary.GetMoviesmontellese
2012-08-06jsonrpc: get rid of CVideoLibrary::GetVideos to be able to use the optional ↵montellese
parameters of CVideoDatabase::GetMoviesNav/GetTvShowsNav()
2012-08-06jsonrpc: remove "productioncode" and "premiered" from movie detailsmontellese
2012-08-06jsonrpc: add "filter" parameter to AudioLibrary.GetSongsmontellese
2012-08-06jsonrpc: add "filter" parameter to AudioLibrary.GetAlbumsmontellese
2012-08-06jsonrpc: add "filter" parameter to AudioLibrary.GetArtistsmontellese
2012-08-06jsonrpc: remove trailing spaces from JSON schema definitionmontellese
2012-08-06jsonrpc: integrate "tag" property for movies (get and set)montellese
2012-08-06jsonrpc: return arrays of strings instead of concatenated stringsmontellese
2012-08-06Merge pull request #1161 from Montellese/one_set_to_rule_them_allSascha Montellese
videodb: allow only one set per movie
2012-08-06GUIDialogPictureInfo: don't show both SLIDE_EXIF_DATE_TIME and ↵pieh
SLIDE_EXIF_DATE info, one is enough
2012-08-05Merge pull request #1245 from arnova/fileitem_case_fixarnova
fixed: Don't ignore file case in CFileItem
2012-08-06fixed: typo in MusicDatabase.cppvdrfan
2012-08-06[osx] 1) handle being obscured by overlaping windows, 2) treat minimized as ↵davilla
being obscured
2012-08-06add subtraction to CRect for determining bounds overlap coverage, thx to ↵davilla
Memphiz for figuring this out
2012-08-06fixed: We should not ignore filename case as this can result in invalid ↵arnova
matches on case sensitive filesystems
2012-08-06[gles/ios] - fixed upside down rendering when switching between vtb and non ↵Memphiz
vtb movies on iOS (we have to recalculate the drawpoints whenever rendermethod changes)
2012-08-06[cosmetics] - whitespacesMemphiz