Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frodo #2272

Closed
wants to merge 187 commits into from
Closed

Frodo #2272

wants to merge 187 commits into from

Commits on Jan 6, 2013

  1. Configuration menu
    Copy the full SHA
    c5c2a0f View commit details
    Browse the repository at this point in the history
  2. compilations node in the music library returned all albums, rather th…

    …an just compilation albums. fixes #13825 #13825. Thanks to Xycl.
    Jonathan Marshall authored and davilla committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    212da87 View commit details
    Browse the repository at this point in the history
  3. parse id3v1 tags of mp3 files

    Jonathan Marshall authored and davilla committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    80a9378 View commit details
    Browse the repository at this point in the history
  4. use a helper function to retrieve the CPluginDirectory instance from …

    …the handle, thanks to ulion
    Jonathan Marshall authored and davilla committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    145c740 View commit details
    Browse the repository at this point in the history
  5. use a map instead of a vector for holding plugin handles - ensures th…

    …at we don't attempt to access the wrong one if an earlier handle was removed. Thanks to ulion for finding the issue
    Jonathan Marshall authored and davilla committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    8a69789 View commit details
    Browse the repository at this point in the history
  6. progress control with reveal set to true didn't update correctly with…

    … dirty regions set to 1. fixes #13887
    Jonathan Marshall authored and davilla committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    b29c2f2 View commit details
    Browse the repository at this point in the history
  7. don't allow a job with id 0 (will be used for invalid job id)

    Jonathan Marshall authored and davilla committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    a9f97d1 View commit details
    Browse the repository at this point in the history
  8. if the job manager isn't running, don't add new jobs

    Jonathan Marshall authored and davilla committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    b1f14a7 View commit details
    Browse the repository at this point in the history
  9. [epg] fixed - epg load/update was interrupted when the pvr manager im…

    …ports channels, leading to delays and channel ids gone missing in certain situations
    opdenkamp authored and davilla committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    2125a91 View commit details
    Browse the repository at this point in the history
  10. adds missing NULL check in CPluginDirectory::SetSetting

    Jonathan Marshall authored and davilla committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    0e86a88 View commit details
    Browse the repository at this point in the history
  11. added visible tag for TV show label

    mad-max authored and davilla committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    c014894 View commit details
    Browse the repository at this point in the history
  12. use safe decompression for lzo'd textures to avoid a crash on corrupt…

    … textures. The decompression is only fractionally slower
    Jonathan Marshall authored and davilla committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    76243b8 View commit details
    Browse the repository at this point in the history
  13. pass the correct output buffer size to lzo1x_compress rather than the…

    … input buffer size
    Jonathan Marshall authored and davilla committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    e10e60e View commit details
    Browse the repository at this point in the history
  14. check the result of lzo1x_optimize

    Jonathan Marshall authored and davilla committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    839963d View commit details
    Browse the repository at this point in the history
  15. change compilations logic to detect album_artist set to 'Various' or …

    …'Various Artists'
    Jonathan Marshall authored and davilla committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    7fd1815 View commit details
    Browse the repository at this point in the history
  16. [WIN32] update TexturePacker.exe after 6ebca6

    WiSo authored and davilla committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    acfe70f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2013

  1. dvdplayer: ff/rw/seek was broken for inputs implementing IDisplayTime

    This affected PVR with file based inputs and BluRay.
    elupus authored and davilla committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    4101086 View commit details
    Browse the repository at this point in the history
  2. CGUIMediaWindow: fix invalid filter-path when toggling watched mode w…

    …hich leads to not grouping into movie sets
    Montellese authored and davilla committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    f65c10c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    334db2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c862ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0255036 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8e5f11 View commit details
    Browse the repository at this point in the history
  7. 2 Configuration menu
    Copy the full SHA
    db41113 View commit details
    Browse the repository at this point in the history
  8. reset initial visible state to visible if it has been set to delayed …

    …during a previous window session. fixes #13923
    Jonathan Marshall authored and davilla committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    480ee5d View commit details
    Browse the repository at this point in the history
  9. revert part of 60b0ee0 that somehow snuck in

    Jonathan Marshall authored and davilla committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    9a3b498 View commit details
    Browse the repository at this point in the history
  10. view control in login window was cleared on deinit rather than on unl…

    …oad. fixes #13813.
    Jonathan Marshall authored and davilla committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    1b3273a View commit details
    Browse the repository at this point in the history
  11. album art for individual songs in file mode weren't loading correctly -

    fixes #13906
    Jonathan Marshall authored and davilla committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    77be27c View commit details
    Browse the repository at this point in the history
  12. always add the repository to the add-ons database even if it returns …

    …no add-ons. fixes constant (every 10 minutes) hitting of add-on repos that have no add-ons
    Jonathan Marshall authored and davilla committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    49e591c View commit details
    Browse the repository at this point in the history
  13. Correct handling of multimedia key presses

    John Rennie authored and davilla committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    e02162a View commit details
    Browse the repository at this point in the history
  14. [cec] don't send incorrect pause/resume to slideshow when the source …

    …is (de)activated and don't resume playback when the source is activated and we didn't pause it when the source was deactivated
    opdenkamp authored and davilla committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    5789a8a View commit details
    Browse the repository at this point in the history
  15. [cec] don't update the device type in settings with the value that wa…

    …s returned from libCEC
    opdenkamp authored and davilla committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    5f7ffb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2013

  1. Configuration menu
    Copy the full SHA
    0501cb2 View commit details
    Browse the repository at this point in the history
  2. write id3v2 tags when ripping cds to mp3

    Jonathan Marshall authored and davilla committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    360307a View commit details
    Browse the repository at this point in the history
  3. [cddb] use uint32_t for the disc id rather than unsigned long and oth…

    …er permutations - it has to be 32 bits. fixes #13933.
    Jonathan Marshall authored and davilla committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    31edeb1 View commit details
    Browse the repository at this point in the history
  4. fix horizontal alignment of outlined text. fixes #13909

    Jonathan Marshall authored and davilla committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    12406c3 View commit details
    Browse the repository at this point in the history
  5. [jpegio] use chunked reading in case the filesize isn't available on …

    …Open()
    Jonathan Marshall authored and davilla committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    c0b6038 View commit details
    Browse the repository at this point in the history
  6. If cached art from Eden exists, but no original url is available, map…

    … it to an unknown http address so that the art is maintained in Frodo. Required as themoviedb.org scraper caused actor art to be this way in Eden.
    Jonathan Marshall authored and davilla committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    c5fbff6 View commit details
    Browse the repository at this point in the history
  7. [jpegio] clarify and comment the reading code and handle the case of …

    …an expanding file.
    Jonathan Marshall authored and davilla committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    3957d58 View commit details
    Browse the repository at this point in the history
  8. don't use the parent folder for art if the item is a folder item and …

    …has no slash at end
    Jonathan Marshall authored and davilla committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    af35a43 View commit details
    Browse the repository at this point in the history
  9. export art when exporting to a single file/folder structure

    Jonathan Marshall authored and davilla committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    d4a6a82 View commit details
    Browse the repository at this point in the history
  10. import art from a previously exported library

    Jonathan Marshall authored and davilla committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    9f5c925 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b935f29 View commit details
    Browse the repository at this point in the history
  12. Issue #13810: This should fix the DELETE statement for MySQL (UNTESTE…

    …D!).
    
    MySQL does not allow for SubSelects on the table you are updating or deleting from. So we have to use a statement with joins instead. Unfortunatly DeleteValues does not support the needed syntax, so we just execute the plain query.
    skywalker666 authored and davilla committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    e47b019 View commit details
    Browse the repository at this point in the history
  13. [cec] fixed - incorrect error message was being displayed in the toas…

    …t popup when libCEC could not be found on the system (c+p is bad mmm'kay)
    opdenkamp authored and davilla committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    3d35cf1 View commit details
    Browse the repository at this point in the history
  14. [osx] - log the window name if a window completly obscures XBMC and l…

    …eads to framelimiting (so we can identify / add exceptional apps easily)
    Memphiz authored and davilla committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    ec8e34a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e9fea05 View commit details
    Browse the repository at this point in the history
  16. [epg] fixed possible crash in CGUIEPGGridContainer::Render(). credits…

    … to forum user 'x-cimo'
    opdenkamp authored and davilla committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    410589c View commit details
    Browse the repository at this point in the history
  17. ... and fixed the typo in d108eaf

    opdenkamp authored and davilla committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    2833a67 View commit details
    Browse the repository at this point in the history
  18. [pvr] work around for frodo to fix CPVRDatabase::RemoveStaleChannelsF…

    …romGroup for both sqlite3 and mysql
    opdenkamp authored and davilla committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    f70eb43 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2013

  1. Configuration menu
    Copy the full SHA
    351930a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b106c35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    397cc81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    648b6fc View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2013

  1. [automake] remove long time deprecated automake macros and variables …

    …which are removed finally in automake-1.13
    
    Signed-off-by: Stephan Raue <stephan@openelec.tv>
    sraue authored and davilla committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    b916a6e View commit details
    Browse the repository at this point in the history
  2. fixed: system screensaver could kick in when playing video. We won't …

    …please everyone with this change but at least it brings somewhat the old behavior back without altering the registry.
    WiSo authored and davilla committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    d1d797e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b8ad7d View commit details
    Browse the repository at this point in the history
  4. [CoreAudioAE] Fix CFString copy function in CCoreAudioHardware::GetOu…

    …tputDeviceName
    
    Using UTF8 encoding might fail and return NULL. Instead we pass
    CFStringGetSystemEncoding().
    Tobias Hieta authored and davilla committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    28a946c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37ebf46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a20a1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20856b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51cbf3c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a15d0b8 View commit details
    Browse the repository at this point in the history
  10. [osx] - fix volume mediakeys now control xbmc volume (fixes volume bu…

    …ttons on nyxboard and hw volume buttons on macs/osx)
    Memphiz authored and davilla committed Jan 18, 2013
    7 Configuration menu
    Copy the full SHA
    6bb569c View commit details
    Browse the repository at this point in the history
  11. check if hogPid was set before resetting it

    amet authored and davilla committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    8d88d71 View commit details
    Browse the repository at this point in the history
  12. Fix for audio out of sync part 2

    popcornmix authored and davilla committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    679ccf1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eb0d345 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    61883bb View commit details
    Browse the repository at this point in the history
  15. Add key mapping for the power button

    John Rennie authored and davilla committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    eeb5042 View commit details
    Browse the repository at this point in the history
  16. Add support for sleep key in Linux

    John Rennie authored and davilla committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    547d0b0 View commit details
    Browse the repository at this point in the history
  17. Move the Nyxboard sleep key mapping to the main keymap

    John Rennie authored and davilla committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    ab6845d View commit details
    Browse the repository at this point in the history
  18. Use key name not id in the Nyxboard mapping for F4

    John Rennie authored and davilla committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    5c45745 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    67a932c View commit details
    Browse the repository at this point in the history
  20. [AE/CA] - implement streamsilence flag (releases powermanagement asse…

    …rtion which is hold since lion even when holding a shared audio device open)
    Memphiz authored and davilla committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    2add0c6 View commit details
    Browse the repository at this point in the history
  21. fix: remove invalid includes

    ronie authored and davilla committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    c2f3a17 View commit details
    Browse the repository at this point in the history
  22. fix: remove deprecated code

    ronie authored and davilla committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    fa30df3 View commit details
    Browse the repository at this point in the history
  23. VampireAE fixes, mmm'kay

    davilla committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    2f4363b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    966a6cc View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2013

  1. Configuration menu
    Copy the full SHA
    1637299 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53c5696 View commit details
    Browse the repository at this point in the history
  3. [osx] - on resume don't toggle windowed/fullscreen - this leads to mo…

    …ving XBMC to screen1 on dual screen setups and isn't needed on osx at all
    Memphiz authored and davilla committed Jan 19, 2013
    Configuration menu
    Copy the full SHA
    195b765 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2cd6ee View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2013

  1. fix typo from 66e5d70 (#elsif -> #elif)

    Montellese authored and davilla committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    a53c00e View commit details
    Browse the repository at this point in the history
  2. Revert "[AE/CA] - implement streamsilence flag (releases powermanagem…

    …ent assertion which is hold since lion even when holding a shared audio device open)"
    
    This reverts commit 2add0c6.
    davilla committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    2756d5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    865be19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d486cf4 View commit details
    Browse the repository at this point in the history
  5. [rbp] removed useless file from 1f8d725

    huceke authored and davilla committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    f75a1af View commit details
    Browse the repository at this point in the history
  6. [cec] fixed - only send an active source message when receiving OnPla…

    …y. this may lead to delayed audio output on some AVR devices
    opdenkamp authored and davilla committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    46c4f17 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d310b3 View commit details
    Browse the repository at this point in the history
  8. FIX: non-rpi egl fails to compile

    koying authored and davilla committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    ba2ca55 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2013

  1. fixed, allow SotfAE commanded suspend/resume for all but restrict aut…

    …o suspend/resume to windows
    davilla committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    174380d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee76b8e View commit details
    Browse the repository at this point in the history
  3. export of .nfo files to folders that were not writable for whatever r…

    …eason meant that the next movie got 2 (or more) <movie> sections in it's .nfo file, causing incorrect later imports.
    Jonathan Marshall authored and davilla committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    485c491 View commit details
    Browse the repository at this point in the history
  4. .mpc file tags (apev2) weren't read correctly. fixes #13985

    Jonathan Marshall authored and davilla committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    6fc42b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2013

  1. Configuration menu
    Copy the full SHA
    27f6db4 View commit details
    Browse the repository at this point in the history
  2. [osx] - fix - add Dreamweaver to the list of obscuring windows (now D…

    …reamweaver devs - please tell me why the hell you are using a transparent fullscreen window?)
    Memphiz authored and davilla committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    ed88b22 View commit details
    Browse the repository at this point in the history
  3. In threads spawned within python the PyContext was never used. In tho…

    …se cases the releasing/acquiring of the Gil was simply skipped. Therefore scripts that looped over 'sleep' from a python created thread (a typical pattern in python services) would block all other python threads forever.
    Jim Carroll authored and davilla committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    d89094e View commit details
    Browse the repository at this point in the history
  4. added DefaultImage for pvr clients

    phil65 authored and davilla committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    643fc8e View commit details
    Browse the repository at this point in the history
  5. DVDAudioCodecFFmpeg: Convert unknown audio formats to float.

    As of FFmpeg-1.1, some decoders started to output planar audio.
    This fixes track ticket 13944.
    aballier authored and davilla committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    0dcf06f View commit details
    Browse the repository at this point in the history
  6. [addons] sync addons with repo

    MartijnKaijser authored and davilla committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    c20382a View commit details
    Browse the repository at this point in the history
  7. [addons] sync WU with repo version

    MartijnKaijser authored and davilla committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    69c36c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    123a078 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    742d171 View commit details
    Browse the repository at this point in the history
  10. Change default musicvideo scraper from the broken last.fm to theaudio…

    …db.com. In case last.fm was still in use replace it with theaudiodb.com
    MartijnKaijser authored and davilla committed Jan 25, 2013
    Configuration menu
    Copy the full SHA
    aea93c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2013

  1. [addons] sync scrapers to repo

    MartijnKaijser authored and davilla committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    9304e2c View commit details
    Browse the repository at this point in the history
  2. Bump version to final Frodo 12.0

    MartijnKaijser authored and davilla committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    fb595f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2013

  1. Configuration menu
    Copy the full SHA
    9114c1a View commit details
    Browse the repository at this point in the history
  2. [AE/CA] - implement streamsilence flag (releases powermanagement asse…

    …rtion which is hold since lion even when holding a shared audio device open)
    Memphiz authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    a040b29 View commit details
    Browse the repository at this point in the history
  3. [AE/CA] - hold the enginelock when diddleing with the hal during garb…

    …agecollect and reuse the resume() function instead of duplicating code
    Memphiz authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    eb44448 View commit details
    Browse the repository at this point in the history
  4. [AE/CA] - fix regression introduced with AE - readd the default outpu…

    …t device which will ask the os for the default output device and use that
    Memphiz authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    e5f86f9 View commit details
    Browse the repository at this point in the history
  5. [AE/CA] - fixed - fetching the default audio output device from the o…

    …s mail fail - in that case we return the last known good device id
    Memphiz authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    a3e7c80 View commit details
    Browse the repository at this point in the history
  6. [AE/CA] - fixed - if user has selected "default" output device we nee…

    …d to reinit to it once the deviceid behind "default" changed - we do this in makestream for now (where all the reinit logic sits nevertheless)
    Memphiz authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    abc67ab View commit details
    Browse the repository at this point in the history
  7. [IOS] - fix build after 6095130

    Memphiz authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    264cea6 View commit details
    Browse the repository at this point in the history
  8. [AE/CA] - no need for the streamsilence / idle suspend stuff on ios -…

    … so do it only for osx
    Memphiz authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    c3bd4b5 View commit details
    Browse the repository at this point in the history
  9. fixed: no thumbnails were created for images which need to be rotated…

    … by FlipHorizontal, FlipVertical and Rotate180CCW + a small refactor.
    wsoltys authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    39235df View commit details
    Browse the repository at this point in the history
  10. Override CSFTPDirectory::Exists() method to correctly report whether …

    …an SFTP url represents a directory or not.
    
    Fixes ticket #13784.
    
    Refactored CSFTPSession::Exists() into FileExists() and DirectoryExists() methods, and have CSFTPFile and CSFTPDirectory classes use them.
    This means that Exists() calls on these classes correctly only return true if the url refers to an item of the appropriate type (e.g. a file or a directory).
    norbini authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    2b44412 View commit details
    Browse the repository at this point in the history
  11. Merge ffmpeg fix for sagetv recordings from upstream

    > commit c071b00
    > Author: Michael Niedermayer <michaelni@gmx.at>
    > Date:   Mon Jan 21 04:21:56 2013 +0100
    >
    >     mpeg12demux: Fallback to startcode for stream type identification.
    >
    >    Fixes Ticket2147
    >    Fixes SageTV support
    >
    >    Based-on patch by Andrew Gallatin
    >    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
    Andrew Gallatin authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    fa7af0a View commit details
    Browse the repository at this point in the history
  12. fixed: For Webdav set the PROPFIND custom request header else we may …

    …return false when checking for folder existence (fixes #13914)
    arnova authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    eb19ca6 View commit details
    Browse the repository at this point in the history
  13. [Confluence] get rid of error log messages

    ronie authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    ae91afe View commit details
    Browse the repository at this point in the history
  14. paplayer handle prepare stream failure.

    ulion authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    63c0c68 View commit details
    Browse the repository at this point in the history
  15. re-init tcp server when encounter EBADF

    ulion authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    b7acc26 View commit details
    Browse the repository at this point in the history
  16. [droid] - fix ssh/sftp protocol. (the return NULL in would lead to ea…

    …rly/error return when libssh tries to fetch the default SSH_OPTIONS_SSH_DIR)
    Memphiz authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    e9cca97 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3c44385 View commit details
    Browse the repository at this point in the history
  18. [AE/CA] - on device change reinit coreaudio by calling opencoreaudio …

    …with the last engine parameters (this will fallback to default device when our current output device vanishes and on the other hand will go back to that device if it re-appears).
    Memphiz authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    d801e3a View commit details
    Browse the repository at this point in the history
  19. [AE/CA] - revert 7e64331 - not needed anymore

    Memphiz authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    84b9978 View commit details
    Browse the repository at this point in the history
  20. fixed: Curl should also retry on CURLE_COULDNT_CONNECT

    fixed: Curl reconnect messages should be warnings
    changed: Cosmetics
    arnova authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    e3ca022 View commit details
    Browse the repository at this point in the history
  21. Add a DelayedCallGuard to the RenderCapture.waitForCaptureStateChange…

    …Event. Closes #14044
    Jim Carroll authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    5cfca56 View commit details
    Browse the repository at this point in the history
  22. Remove some annoying log-spam.

    Jim Carroll authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    526d9fa View commit details
    Browse the repository at this point in the history
  23. [scraper] - fixing possible array out of bounds access (seen in a cra…

    …shlog on ios)
    Memphiz authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    0214e19 View commit details
    Browse the repository at this point in the history
  24. [ios] - enable the full iphone5 resolution by adding the right format…

    …ed default splash image into the bundle
    Memphiz authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    0b5003e View commit details
    Browse the repository at this point in the history
  25. [ios] - add proper detection of the currently available ios devices a…

    …nd make sure to detect retina resolution even when using ios4.3 sdk on all of those retina devices
    Memphiz authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    38d0d7d View commit details
    Browse the repository at this point in the history
  26. fixes #14030, osx x86_64 would crash on a throw, trying to open tiffs…

    …, basically cximage was referencing internal tiff headers instead of system headers, opps
    davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    ffe9168 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f738acc View commit details
    Browse the repository at this point in the history
  28. fixed: Don't check for local thumbs on Addon's path

    arnova authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    2bf4edc View commit details
    Browse the repository at this point in the history
  29. Prevent re-entering the interpreter if the script exits with a System…

    …Exit exception. Closes #14049
    Jim Carroll authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    bd26aa2 View commit details
    Browse the repository at this point in the history
  30. [droid] Use native volume control

    Mike C authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    c9b7b49 View commit details
    Browse the repository at this point in the history
  31. [WIN32] workaround: get the default audio interface for DirectSound t…

    …o have audio on a fresh installation.
    wsoltys authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    15eec2d View commit details
    Browse the repository at this point in the history
  32. AE: introduce force flag into interface

    fritsch authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    f3468eb View commit details
    Browse the repository at this point in the history
  33. AE: ALSA Wait for at least one audio output device when starting up f…

    …or max 10 seconds
    fritsch authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    feb3c8b View commit details
    Browse the repository at this point in the history
  34. AE: Fix suspend / resume with ALSA Pt 1

    fritsch authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    d701986 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e9e8c6c View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    912ca0f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ea6a4ea View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    bc32379 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    1ffd591 View commit details
    Browse the repository at this point in the history
  40. [WIN32] implemented a poor man's stacktrace for windows.

    WiSo authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    c6745da View commit details
    Browse the repository at this point in the history
  41. [WIN32] catch exceptions also during Create(), CreateGUI() and Initia…

    …lize().
    wsoltys authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    3b4d04f View commit details
    Browse the repository at this point in the history
  42. Fix build after commit 8c9b7ed .

    ace20022 authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    a58897a View commit details
    Browse the repository at this point in the history
  43. Correct PR 2203 for Android

    Voyager1 authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    12502b9 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    7574821 View commit details
    Browse the repository at this point in the history
  45. Fix a copy-paste error in conditional

    asmaloney authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    50c9471 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    2810c09 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    3922bf1 View commit details
    Browse the repository at this point in the history
  48. Close file properly on error

    asmaloney authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    9f0caa3 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    32b2761 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    74ee9c7 View commit details
    Browse the repository at this point in the history
  51. Corrected parameters order in Control.setAnimations

    The documentation states that setAnimations receives a list of tuples,
    every tuple being a pair (event, attr), for example:
    
    self.button.setAnimations([('focus', 'effect=zoom end=90,247,220,56
    time=0',)])
    
    This patch corrects a bug by which the order of the tuple is reversed,
    breaking Python scripts which send parameters in the order stated by
    the documentation.
    bender-2000 authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    3b75e66 View commit details
    Browse the repository at this point in the history
  52. FIX: don't crash on buggy keymap xml

    koying authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    49085b6 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    f8dd25d View commit details
    Browse the repository at this point in the history
  54. changed, refactor CSoftAEStream::GetDelay, CSoftAEStream::GetCacheTim…

    …e and CSoftAEStream::GetCacheTotal to be similar
    davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    4ea5cf9 View commit details
    Browse the repository at this point in the history
  55. don't use rand() for choosing a random song for partymode

    Jonathan Marshall authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    74f14b7 View commit details
    Browse the repository at this point in the history
  56. XBPython cosmetic spaces

    amet authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    c593148 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    ab36512 View commit details
    Browse the repository at this point in the history
  58. Separate locks for the different lists managed by XBPython so that th…

    …ey don't interfere with each other. Closes #14048
    Jim Carroll authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    c816b8a View commit details
    Browse the repository at this point in the history
  59. Fix the result of Player.GetProperties with param "currentaudiostream…

    …" for video without an audio stream (index = -1).
    ace20022 authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    5da6158 View commit details
    Browse the repository at this point in the history
  60. bump samba for darwin from 3.6.0 to 3.6.12

    ulion authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    7b3b189 View commit details
    Browse the repository at this point in the history
  61. don't clip outline'd text as the outline will be clipped on the left …

    …otherwise
    Jonathan Marshall authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    4a539eb View commit details
    Browse the repository at this point in the history
  62. fix null ptr dereference of GUIDialogCache. fixes #14065.

    Jonathan Marshall authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    8a2820f View commit details
    Browse the repository at this point in the history
  63. pick up only the select/click action in the scraper list in content s…

    …ettings dialog
    Jonathan Marshall authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    25c7de7 View commit details
    Browse the repository at this point in the history
  64. fix saving of option=int slider add-on settings

    Jonathan Marshall authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    ea99fcc View commit details
    Browse the repository at this point in the history
  65. Ignore duplicates due to add-ons with multiple extension points when …

    …retrieving the list of outdated add-ons
    garbear authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    5e443c4 View commit details
    Browse the repository at this point in the history
  66. [rbp] Avoid blocking the video thread keeping the video fifo full.

    OpenMAX IL is an asynchronous media player. The key to getting good performance is to ensure the audio and video fifo have sufficient data to withstand any processing spikes by the ARM.
    Ideally the fifos would allow the arm to crash, and video and audio playback to continue smoothly for a couple of seconds.
    
    I've examined the fifo behaviour, and found the video fifo is always almost empty. (The audio fifo is full).
    It turns out that the PlayerVideo task (which submits video frames to GPU fifo) blocks until the presentation time has arrived before calling FlipPage (in order to keep subtitles etc. synced).
    This is very bad. We generally only one frame of video data in the GPU fifo. This means a spike in ARM workload (e.g. bringing up OSD, or a peak in bitrate) causes the fifo to empty and video to stutter.
    
    The patch here avoids blocking, and lets the FlipPage happen on a later packet.
    I've found with this patch, my test clip (1080p with software DTS audio decode) I can play without stuttering at 700MHz. Without this patch it fails to play even at 1000MHz.
    popcornmix authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    d59568b View commit details
    Browse the repository at this point in the history
  67. [rbp] Fix for broken ASS subtitles.

    The video fifo patch broke some types of subtitles including ASS.
    This keeps closer track of when the sleep time would have ended and calls FlipPage at the appropriate time.
    I've also removed the 500ms in the sleep time calculation as that makes the subs render 500ms late. Not sure what its purpose was.
    popcornmix authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    3ac24be View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    8fd95be View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    f637c03 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    89611b1 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    6efc127 View commit details
    Browse the repository at this point in the history
  72. [WIN32][AE] fixed: DirectSound supports more than 2 channels.

    wsoltys authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    ccd8298 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    6711c2e View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    c7eea1d View commit details
    Browse the repository at this point in the history
  75. fix incorrect query on smartplaylists with a set rule

    Jonathan Marshall authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    3714ab3 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    982e170 View commit details
    Browse the repository at this point in the history
  77. Don't leave failed fileop jobs in the processing list.

    We want to remove fileop jobs from the queue regardless of whether they
    were successful or not.  Otherwise we crash on the next call to
    AddJob().
    t-nelson authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    ac32940 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    e112dd6 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    1a8429d View commit details
    Browse the repository at this point in the history
  80. [rbp] Fix for hang after seeking introduced by ASS fix

    #2206 introduced a regression when seeking in some types of SD files where the video stutters and/or stalls.
    This is caused by using the wrong clock in FlipPage
    popcornmix authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    6e80100 View commit details
    Browse the repository at this point in the history
  81. [atv2] - fix the annoyance to need to click twice to startup xbmc on …

    …atv2 running ios5.x - we have a single click startup now woohoo :D
    Memphiz authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    3d1d94b View commit details
    Browse the repository at this point in the history
  82. [WIN32][AE] fixed: release audio stream when XBMC is idle. Changed ha…

    …rd coded value to a existing define.
    wsoltys authored and davilla committed Feb 19, 2013
    Configuration menu
    Copy the full SHA
    fa23eb6 View commit details
    Browse the repository at this point in the history