aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-18vda: if no image is returned, we must still reset cv_bufferJoakim Plate
This is used unconditinolly by ffmpeg, and if not cleared here an old already released frame may end up being used.
2014-11-18vda: allow 3 render buffersJoakim Plate
2014-11-18[ffmpeg/vda] - update for current used ffmpeg (2.2)Memphiz
2014-11-18vda: switch cvref rendering over to standard UYVY422 rendererJoakim Plate
This gives brightness/contrast/scaling support. The fallback to old style upload is dropped since GL_YCBCR_422_APPLE is no longer used.
2014-11-18vda: allocate pot texture if requestedJoakim Plate
2014-11-18vda: use IOSurfaceGetPixelformat instead of CVPixelBufferGetPixelFormatTypeJoakim Plate
We have converted the texture to an IOSurfaceRef so use that to check for format.
2014-11-18vda: cvref textures are non power of two so don't allocate extra spaceJoakim Plate
2014-11-18vda: fix chroma issue with vda uploadJoakim Plate
GL_YCBCR_422_APPLE need a GL_RGB internal format not GL_RGBA
2014-11-18[addons] add toggle for hiding broken addons. hide by defaultThomas Amland
2014-11-18[Fix][win32] Discs that were present at start are not removed from views ↵ace20022
when ejecting them.
2014-11-17Merge pull request #5695 from fritsch/vaapinewlogMartijn Kaijser
LinuxHWDecoders: Adjust to new component logging
2014-11-17[jenkins/darwin] - ensure that audioencoder addons are not removed from tree ↵Memphiz
during cleanup (same like with pvr addons before) - fixed missing audioencoder addons in nightlies.
2014-11-17Merge pull request #5725 from Jalle19/goparent-after-delete-lastjenkins4kodi
2014-11-17Merge pull request #5740 from elupus/samba_fixesKarlson2k
Samba fixes and cleanup for helix
2014-11-17Merge pull request #5700 from Karlson2k/libdvdcss_fix_01Martijn Kaijser
[WIP] Fix for libdvdcss partial read
2014-11-17Merge pull request #5613 from Jalle19/fix-mark-recordings-as-watchedjenkins4kodi
2014-11-17Merge pull request #5743 from ace20022/win32_readMartijn Kaijser
[Fix] Reading zero bytes from a file should yield zero read bytes.
2014-11-17[emufnc] return exact '-1' instead of other negative values in dll_read() ↵Karlson2k
and dll_write()
2014-11-17[emufnc] fix possible compiler warningKarlson2k
2014-11-17libdvdcss: add custom patches as files to lib/libdvd/patches/Karlson2k
2014-11-17[Fix] Reading zero bytes from a file should yield zero read bytes.ace20022
Fix for 52800a1fa28cd6f9b843b55cfb40820fae2bc9d3.
2014-11-17libdvdcss: better handle partial read in libc_readKarlson2k
2014-11-17[gui] update the view state's list reference before the view state isSam Stenvall
consulted about whether the "go to parent" item should be added to the list Without this the view state will always think the previous directory is the one you're currently in. This means that e.g. in the recordings window the "go to parent" was shown in the root directory (except the first time the window was entered since the path is set correctly then), but not in subdirectories. subdirectories.
2014-11-17[pvr] don't update the item list path before calling Update(),Sam Stenvall
otherwise the history will be incorrectly recorded since the the history expects m_vecItems->GetPath() to be the "old" path, not the new one
2014-11-17[pvr] move ActionDeleteRecording to GUIWindowPVRRecordingsSam Stenvall
2014-11-17[pvr] go back to the parent folder when the last recording inside aSam Stenvall
subdirectory is deleted
2014-11-17[pvr] hopefully fix the folder watched overlay once and for all. WeSam Stenvall
now start out by assuming all folders are watched, then as we encounter unwatched recordings we remember those folders and unmark them at the end of the method
2014-11-17[pvr] always update metadata (i.e. play count) for items, not justSam Stenvall
the first time an item from that particular folder is encountered
2014-11-17[pvr] fixed folder watched icon appearing only after the folder hadSam Stenvall
been entered once This stuff is handled transparently by the list, no need to attempt any hacks
2014-11-17[pvr] fix bug where the selected item didn't change to the next oneSam Stenvall
after an item has been marked as watched/unwatched This emulates the behavior in the video library
2014-11-17[pvr] fix marking recordings as watched or unwatched (fixes #15118)Sam Stenvall
2014-11-17Merge pull request #5738 from Memphiz/osxdvdMemphiz
[osx] - mark removable shares which are either have DVD or CD media in i...
2014-11-17Merge pull request #5733 from xhaggi/pvr-fix-selecting-last-playing-groupjenkins4kodi
2014-11-17[vfs/Pipe] - fix premature close of pipe. It should only be closed ifMemphiz
refcount is zero
2014-11-17Merge pull request #5707 from Karlson2k/better_emu_posix_03_redTobias Arrskog
Even better emulate POSIX file functions (reduced)
2014-11-17Merge pull request #5736 from ace20022/supf_castTobias Arrskog
[dvdplayer] Remove superfluous cast.
2014-11-17MMAL: Use Component Logging v2popcornmix
2014-11-16smb: eliminate unused while loop in OpenDirJoakim Plate
We loop this at outer level now
2014-11-16url: share name should always be updatedJoakim Plate
Sharename is used in url authentication logic
2014-11-16smb: make sure we deinit samba before global destructorJoakim Plate
Library can have been unloaded by that point
2014-11-16smb: use utility function to convert time_t to local file timeJoakim Plate
2014-11-16smb: drop old (unused) purge codeJoakim Plate
This was only needed before libsmbclient kept to one session per server.
2014-11-16smb: factor out stat to __stat64 conversionJoakim Plate
We have all other conversions in CUtil so put this one there as well
2014-11-16smb: eliminate smb.Init() calls in non static functionsJoakim Plate
Init is called on CFile constructor.
2014-11-16smb: drop try/catch of exceptions from C apiJoakim Plate
These won't throw catchable exceptions
2014-11-16smb: don't add : for empty passwordJoakim Plate
libsmbclient parser can't handle that
2014-11-16smb: set workgroup using standard apiJoakim Plate
smb.conf file is only written once, thus changes in GUI will not have any effect
2014-11-16Revert "[vfs] [posix] SMBFile: fix reading files opened with READ_TRUNCATED ↵Joakim Plate
flag" This reverts commit b202cd09426d1ce1e8921b827a84476472cf35fe. This change is invalid. The whole point of READ_TRUNCATED is to allow lower layer file systems to return any amount of data less than or equal to requested size. This is for efficiency reasons. After this change each request of X bytes from xbmc would result in multiple network roundtrips
2014-11-16[osx] - mark removable shares which are either have DVD or CD media in it as ↵Memphiz
SOURCE_TYPE_DVD so the audio cd rip context menu is visible for it
2014-11-16[vtb/vda] - use component debug loggingMemphiz