Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-18 | vda: upgrade to hwaccel2 interface | Joakim Plate | |
2014-11-18 | [python] add all installed modules to path when addon info is unavailable | Thomas Amland | |
for backwards compatibility with addons using runscript or similar with a path to itself that depends on installed modules. | |||
2014-11-18 | Merge pull request #5750 from ace20022/fix_rem_discs | Martijn Kaijser | |
[Fix][win32] Discs that were present at start are not removed from views... | |||
2014-11-18 | [pydocs] cosmetic fix on line ending | Martijn Kaijser | |
2014-11-18 | [videoinfoscanner] do not consider optical file paths as valid subpaths | Matthias Kortstiege | |
2014-11-18 | [videoinfoscanner] fix infinite loop | Thomas Amland | |
also fixes infinite loop when items[0] is a file | |||
2014-11-18 | vda: if no image is returned, we must still reset cv_buffer | Joakim Plate | |
This is used unconditinolly by ffmpeg, and if not cleared here an old already released frame may end up being used. | |||
2014-11-18 | vda: allow 3 render buffers | Joakim Plate | |
2014-11-18 | [ffmpeg/vda] - update for current used ffmpeg (2.2) | Memphiz | |
2014-11-18 | vda: switch cvref rendering over to standard UYVY422 renderer | Joakim 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-18 | vda: allocate pot texture if requested | Joakim Plate | |
2014-11-18 | vda: use IOSurfaceGetPixelformat instead of CVPixelBufferGetPixelFormatType | Joakim Plate | |
We have converted the texture to an IOSurfaceRef so use that to check for format. | |||
2014-11-18 | vda: cvref textures are non power of two so don't allocate extra space | Joakim Plate | |
2014-11-18 | vda: fix chroma issue with vda upload | Joakim 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 default | Thomas Amland | |
2014-11-18 | [Fix][win32] Discs that were present at start are not removed from views ↵ | ace20022 | |
when ejecting them. | |||
2014-11-17 | Merge pull request #5695 from fritsch/vaapinewlog | Martijn 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-17 | Merge pull request #5725 from Jalle19/goparent-after-delete-last | jenkins4kodi | |
2014-11-17 | Merge pull request #5740 from elupus/samba_fixes | Karlson2k | |
Samba fixes and cleanup for helix | |||
2014-11-17 | Merge pull request #5700 from Karlson2k/libdvdcss_fix_01 | Martijn Kaijser | |
[WIP] Fix for libdvdcss partial read | |||
2014-11-17 | Merge pull request #5613 from Jalle19/fix-mark-recordings-as-watched | jenkins4kodi | |
2014-11-17 | Merge pull request #5743 from ace20022/win32_read | Martijn 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 warning | Karlson2k | |
2014-11-17 | libdvdcss: 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-17 | libdvdcss: better handle partial read in libc_read | Karlson2k | |
2014-11-17 | [gui] update the view state's list reference before the view state is | Sam 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 GUIWindowPVRRecordings | Sam Stenvall | |
2014-11-17 | [pvr] go back to the parent folder when the last recording inside a | Sam Stenvall | |
subdirectory is deleted | |||
2014-11-17 | [pvr] hopefully fix the folder watched overlay once and for all. We | Sam 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 just | Sam 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 had | Sam 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 one | Sam 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-17 | Merge pull request #5738 from Memphiz/osxdvd | Memphiz | |
[osx] - mark removable shares which are either have DVD or CD media in i... | |||
2014-11-17 | Merge pull request #5733 from xhaggi/pvr-fix-selecting-last-playing-group | jenkins4kodi | |
2014-11-17 | [vfs/Pipe] - fix premature close of pipe. It should only be closed if | Memphiz | |
refcount is zero | |||
2014-11-17 | Merge pull request #5707 from Karlson2k/better_emu_posix_03_red | Tobias Arrskog | |
Even better emulate POSIX file functions (reduced) | |||
2014-11-17 | Merge pull request #5736 from ace20022/supf_cast | Tobias Arrskog | |
[dvdplayer] Remove superfluous cast. | |||
2014-11-17 | MMAL: Use Component Logging v2 | popcornmix | |
2014-11-16 | smb: eliminate unused while loop in OpenDir | Joakim Plate | |
We loop this at outer level now | |||
2014-11-16 | url: share name should always be updated | Joakim Plate | |
Sharename is used in url authentication logic | |||
2014-11-16 | smb: make sure we deinit samba before global destructor | Joakim Plate | |
Library can have been unloaded by that point | |||
2014-11-16 | smb: use utility function to convert time_t to local file time | Joakim Plate | |
2014-11-16 | smb: drop old (unused) purge code | Joakim Plate | |
This was only needed before libsmbclient kept to one session per server. | |||
2014-11-16 | smb: factor out stat to __stat64 conversion | Joakim Plate | |
We have all other conversions in CUtil so put this one there as well | |||
2014-11-16 | smb: eliminate smb.Init() calls in non static functions | Joakim Plate | |
Init is called on CFile constructor. |