Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-20 | [ffmpeg] - patch file for "ARM: fix overreads in neon h264 chroma mc" | Memphiz | |
2012-10-20 | [ARM/ffmpeg] - fix overreads in neon h264 chroma mc - fixes #13283 - thx to ↵ | Memphiz | |
Mans Rullgard from team libav for taking the time for looking into it and throwing out a patch in zero time :o) | |||
2012-10-20 | fix sets directory node after d2455c3f64d583cc065362162f784da63bd0e38d - ↵ | Voyager1 | |
don't display 1-movie sets. | |||
2012-10-19 | Merge pull request #1647 from Karlson2k/SoftAE-fix-04 | Damian Huckle | |
[SoftAE] Fix WASAPI sink initialization to default device | |||
2012-10-19 | UPnP: remove remnant use of GetVolumeFromFileName | Joakim Plate | |
This was only used when we returned raw files over UPnP Closes ticket #12700 | |||
2012-10-19 | dvdplayer: fixed missing teletext if it shows up after open | Joakim Plate | |
2012-10-19 | Merge pull request #1626 from theuni/intrinsics-check | Cory Fields | |
build: quit guessing about intrinsics, check specifics | |||
2012-10-19 | [SoftAE] Fix WASAPI sink initialization to default device | Karlson2k | |
2012-10-19 | CSmartPlaylist: store SortOrder instead of a boolean to be able to leave the ↵ | montellese | |
sort order unset i.e. SortOrderNone (fixes #13429) | |||
2012-10-19 | Merge pull request #1645 from koying/tvshowstacking | Arne Morten Kvarving | |
FIX: adjust "lastplayed" when stacking tv shows | |||
2012-10-19 | FIX: adjust "lastplayed" when stacking tv shows | Chris "Koying" Browet | |
2012-10-19 | [UPnP] hopefully fixes missing icons for certain devices | Alasdair Campbell | |
2012-10-19 | [pvr/epg] fixed crash when resetting the EPG db | Lars Op den Kamp | |
2012-10-19 | [pvr/epg] stop the EPG updater, but don't unload EPG data when stopping the ↵ | Lars Op den Kamp | |
PVR manager. fixes missing EPG in some situations, like when stopping and restarting the manager | |||
2012-10-19 | [epg] fixed return value | Lars Op den Kamp | |
2012-10-18 | changed: pass by const reference | spiff | |
2012-10-18 | [fix] - compilation of EGLNativeTypeAmlogic.cpp (mismatched prototypes) | Memphiz | |
2012-10-18 | Merge pull request #1640 from Karlson2k/SoftAE-fix-small03 | Arne Morten Kvarving | |
[SoftEA] Add missing setting for Sink reopen | |||
2012-10-18 | Merge pull request #1641 from fape/master | Arne Morten Kvarving | |
[droid] fix dependencies make clean and distclean | |||
2012-10-18 | changed: the package folder max size is now specified in MB | spiff | |
2012-10-18 | fixed: no thumbs for pvr channels | spiff | |
closes #13421 | |||
2012-10-18 | [omxplayer] fixed playback of h264 streams with 00 00 00 01 starcodes | gimli | |
2012-10-18 | [bitstreamconverter] changed make input parameters in parseh264_sps const | gimli | |
2012-10-18 | [droid] fix dependencies make clean and distclean | fape | |
2012-10-18 | [SoftEA] Add missing setting for Sink reopen | Karlson2k | |
2012-10-18 | media library: only do a list refresh when the items have been loaded before | montellese | |
Without this additional logic/check the call to Refresh from CGUIMediaWindow::OnInitWindow() causes to only perform a refresh (i.e. only using the list of items from the latest GetDirectory() call and ignoring any member variables) because the path has already been set in m_vecItems. Therefore we only add the retrieved lsit of items to m_vecItems and ignore member variables like m_content, m_mapProperties etc. That resulted in bad behaviour (e.g. watched state didn't work anymore) for logic relying on m_vecItems->GetContent(). | |||
2012-10-18 | Merge pull request #1638 from alanwww1/master | alanwww1 (Attila) | |
[lang] fixed: merge duplicated strings #19103, #19167 | |||
2012-10-17 | Merge pull request #1635 from Montellese/medialibrary_refresh | Sascha Montellese | |
media library: fix refreshing of item lists | |||
2012-10-17 | [lang] fixed: merge duplicated strings #19103, #19167 | alanwww1 | |
2012-10-17 | Merge pull request #1637 from Karlson2k/GUISettings-fix-02 | Arne Morten Kvarving | |
[GUISettings] Move settings update to correct place | |||
2012-10-17 | [GUISettings] Move settings update to correct place | Karlson2k | |
2012-10-17 | Merge pull request #1634 from theuni/egl-rewrite-headers | Cory Fields | |
Final part of the egl refactor, back-ends control egl includes | |||
2012-10-17 | egl: guard against null-pointer deref | Cory Fields | |
2012-10-17 | egl: force each implementation to include egl | Cory Fields | |
Final part in the egl refactor. This allows for each implementation to pick its native types based on defines. For example, a Wayland implementation would include <wayland-egl.h> and <EGL/egl.h> which would change the native types, but without affecting the other back-ends. Now,we can realistically build a binary that will support X, Wayland, KMS, and fbdev, chosen at runtime based on the environment we start under. We just need to write those back-ends ;) | |||
2012-10-17 | [fix] - don't show zeroconf/upnp locations if they are not supported (adding ↵ | Memphiz | |
missing HAS_ guards) | |||
2012-10-17 | Merge pull request #1636 from Montellese/info_action_close | Arne Morten Kvarving | |
close CGUIDialogFooInfo dialogs on ACTION_SHOW_INFO (fixes #13139) | |||
2012-10-17 | close CGUIDialogFooInfo dialogs on ACTION_SHOW_INFO (fixes #13139) | montellese | |
2012-10-17 | videodb: allow optional retrieval of movie sets containing a single item ↵ | montellese | |
(fixes #12558) | |||
2012-10-17 | jsonrpc: don't return empty artwork paths in "art" | montellese | |
2012-10-17 | smartplaylist editor: only allow deletion of non-empty rules and always show ↵ | montellese | |
at least one rule (fixes #13420) | |||
2012-10-17 | smartplaylists: add a "library.smartplaylist" property to a xsp-based item ↵ | montellese | |
list (fixes #13412) CFileItem::IsSmartPlaylist() only works based on the path and extension of a CFileItem object. When retrieving a list of file items through CSmartPlaylistDirectory we replace the original path (to the *.xsp) of the list with the library/database-specific path of that list to be able to use advanced filtering et. al. on these lists as well. Therefore we loose the possibility to determine whether the list originates from a smartplaylist or not. This results in the selection of a wrong CGUIViewState which does not provide the "Sort by Playlist" option and therefore any custom sorting specified in the smartplaylist is ignored/lost. Therefore we add a property "library.smartplaylist" to the CFileItemList object (similar to "library.filter" for filter-based custom library nodes) and also check for that in CFileItem::IsSmartPlaylist(). | |||
2012-10-17 | CGUIMediaWindow: keep details/members of m_vecItems when just refreshing the ↵ | montellese | |
current item list in Update() | |||
2012-10-17 | CGUIMediaWindow: added convenience Refresh() method in place of ↵ | montellese | |
Update(m_vecItems->GetPath()) | |||
2012-10-17 | Fixed: [Confluence] slide the Kai dialog over when the busy dialog pops up ↵ | Jezz_X | |
at the same time to prevent overlap and busy obscuring information | |||
2012-10-17 | Merge pull request #1633 from huceke/testpattern | huceke | |
[gles] fixed only enable testpattern for the GL implementation. This is ... | |||
2012-10-17 | [aml] fix amlplayer build after c2f09a96 | Cory Fields | |
2012-10-17 | Merge pull request #1632 from Montellese/xsp_fix_sort_limit | Sascha Montellese | |
don't ignore sort and limit options of a smartplaylist in the media library | |||
2012-10-17 | don't ignore sort and limit options of a smartplaylist in the media library | montellese | |
2012-10-16 | [lang] fixed: removed unused string #19161 from English PO file | alanwww1 | |
2012-10-16 | [gles] fixed only enable testpattern for the GL implementation. This is the ↵ | gimli | |
only one where it is implemented. fixes #13418 |