aboutsummaryrefslogtreecommitdiff
AgeCommit 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-20fix sets directory node after d2455c3f64d583cc065362162f784da63bd0e38d - ↵Voyager1
don't display 1-movie sets.
2012-10-19Merge pull request #1647 from Karlson2k/SoftAE-fix-04Damian Huckle
[SoftAE] Fix WASAPI sink initialization to default device
2012-10-19UPnP: remove remnant use of GetVolumeFromFileNameJoakim Plate
This was only used when we returned raw files over UPnP Closes ticket #12700
2012-10-19dvdplayer: fixed missing teletext if it shows up after openJoakim Plate
2012-10-19Merge pull request #1626 from theuni/intrinsics-checkCory Fields
build: quit guessing about intrinsics, check specifics
2012-10-19[SoftAE] Fix WASAPI sink initialization to default deviceKarlson2k
2012-10-19CSmartPlaylist: store SortOrder instead of a boolean to be able to leave the ↵montellese
sort order unset i.e. SortOrderNone (fixes #13429)
2012-10-19Merge pull request #1645 from koying/tvshowstackingArne Morten Kvarving
FIX: adjust "lastplayed" when stacking tv shows
2012-10-19FIX: adjust "lastplayed" when stacking tv showsChris "Koying" Browet
2012-10-19[UPnP] hopefully fixes missing icons for certain devicesAlasdair Campbell
2012-10-19[pvr/epg] fixed crash when resetting the EPG dbLars 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 valueLars Op den Kamp
2012-10-18changed: pass by const referencespiff
2012-10-18[fix] - compilation of EGLNativeTypeAmlogic.cpp (mismatched prototypes)Memphiz
2012-10-18Merge pull request #1640 from Karlson2k/SoftAE-fix-small03Arne Morten Kvarving
[SoftEA] Add missing setting for Sink reopen
2012-10-18Merge pull request #1641 from fape/masterArne Morten Kvarving
[droid] fix dependencies make clean and distclean
2012-10-18changed: the package folder max size is now specified in MBspiff
2012-10-18fixed: no thumbs for pvr channelsspiff
closes #13421
2012-10-18[omxplayer] fixed playback of h264 streams with 00 00 00 01 starcodesgimli
2012-10-18[bitstreamconverter] changed make input parameters in parseh264_sps constgimli
2012-10-18[droid] fix dependencies make clean and distcleanfape
2012-10-18[SoftEA] Add missing setting for Sink reopenKarlson2k
2012-10-18media library: only do a list refresh when the items have been loaded beforemontellese
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-18Merge pull request #1638 from alanwww1/masteralanwww1 (Attila)
[lang] fixed: merge duplicated strings #19103, #19167
2012-10-17Merge pull request #1635 from Montellese/medialibrary_refreshSascha Montellese
media library: fix refreshing of item lists
2012-10-17[lang] fixed: merge duplicated strings #19103, #19167alanwww1
2012-10-17Merge pull request #1637 from Karlson2k/GUISettings-fix-02Arne Morten Kvarving
[GUISettings] Move settings update to correct place
2012-10-17[GUISettings] Move settings update to correct placeKarlson2k
2012-10-17Merge pull request #1634 from theuni/egl-rewrite-headersCory Fields
Final part of the egl refactor, back-ends control egl includes
2012-10-17egl: guard against null-pointer derefCory Fields
2012-10-17egl: force each implementation to include eglCory 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-17Merge pull request #1636 from Montellese/info_action_closeArne Morten Kvarving
close CGUIDialogFooInfo dialogs on ACTION_SHOW_INFO (fixes #13139)
2012-10-17close CGUIDialogFooInfo dialogs on ACTION_SHOW_INFO (fixes #13139)montellese
2012-10-17videodb: allow optional retrieval of movie sets containing a single item ↵montellese
(fixes #12558)
2012-10-17jsonrpc: don't return empty artwork paths in "art"montellese
2012-10-17smartplaylist editor: only allow deletion of non-empty rules and always show ↵montellese
at least one rule (fixes #13420)
2012-10-17smartplaylists: 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-17CGUIMediaWindow: keep details/members of m_vecItems when just refreshing the ↵montellese
current item list in Update()
2012-10-17CGUIMediaWindow: added convenience Refresh() method in place of ↵montellese
Update(m_vecItems->GetPath())
2012-10-17Fixed: [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-17Merge pull request #1633 from huceke/testpatternhuceke
[gles] fixed only enable testpattern for the GL implementation. This is ...
2012-10-17[aml] fix amlplayer build after c2f09a96Cory Fields
2012-10-17Merge pull request #1632 from Montellese/xsp_fix_sort_limitSascha Montellese
don't ignore sort and limit options of a smartplaylist in the media library
2012-10-17don't ignore sort and limit options of a smartplaylist in the media librarymontellese
2012-10-16[lang] fixed: removed unused string #19161 from English PO filealanwww1
2012-10-16[gles] fixed only enable testpattern for the GL implementation. This is the ↵gimli
only one where it is implemented. fixes #13418