aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-07[rtmp] check m_rtmp for non-NULL - fixes crashes with missing librtmpJonathan Marshall
2014-05-07Merge pull request #4653 from FernetMenta/paplayerjmarshallnz
paplayer: fix mp4 playback
2014-05-07Merge pull request #3828 from janbar/epg_client_epguidSascha Woo
[pvr] Fix EPG hookdata: Return UniqueBroadcastID
2014-05-07Merge pull request #4647 from FernetMenta/vdpau2jmarshallnz
VDPAU: fix cropping for interlaced frames
2014-05-07Merge pull request #4649 from FernetMenta/vdpau3jmarshallnz
VDPAU: fix segfault if vdpau fails to open context
2014-05-07Fix memory leak of CGUIViewStateChris Gilbert
Follow other examples, and use auto_ptr to make sure that the ViewState object is freed when it goes out of scope Coverity CID 1211800
2014-05-07Merge pull request #4655 from ↵jmarshallnz
codesnake/allow_restart_of_a_pvr_addon_while_in_create Allow restart of a PVR addon while it is still creating
2014-05-07Merge pull request #4641 from FernetMenta/vdpaujmarshallnz
VDPAU: fixes freeze due to corrupted video stream, Gotham
2014-05-06Merge pull request #4654 from wsnipex/linking-fixjmarshallnz
Fix building on linux with newer librtmp nr2
2014-05-06[configure] fix static linking when ffmpeg found nettle/hogweedwsnipex
2014-05-05[configure] use pkg-config for rtmp detection. fixes linking with newer ↵wsnipex
librtmp versions
2014-05-05Merge pull request #4651 from MartijnKaijser/ios-atv2_bump13.0-Gotham_r2jmarshallnz
Ios atv2 bump
2014-05-05[release] bump atv2/ios for re-releaseMartijn Kaijser
2014-05-05Merge pull request #4650 from FernetMenta/paplayerjmarshallnz
paplayer: fix accidently disabled seek by fc2b1b2
2014-05-05[gui] fix <hinttext> not being shown once unfocused/refocusedJonathan Marshall
2014-05-05Revert "Merge pull request #4642 from wsnipex/linking-fix"Jonathan Marshall
This reverts commit 0d1d80373801c330e2a5dc938cc50d0d6d3ccc6d, reversing changes made to 60bd97bdd8d662807076e9838ad7632b8c92d4fa.
2014-05-04Merge pull request #4642 from wsnipex/linking-fix13.0-Gothamjmarshallnz
Linking fix [fixes #15139]
2014-05-03[configure] fix static linking when ffmpeg found nettle/hogweedwsnipex
2014-05-03[configure] use pkg-config for rtmp detection. fixes linking with newer ↵wsnipex
librtmp versions
2014-05-03version bump to 13.0 finalMartijn Kaijser
2014-05-03Merge pull request #4623 from FernetMenta/backgroundjmarshallnz
Revert "[WIN32] changed: set background mode when minimized. prevents sc...
2014-05-03Merge pull request #4637 from Voyager1/fix-trac15163-bisjmarshallnz
[fix] make sure video playlist is empty and current when starting video disc
2014-05-02VDPAU: improve error handling, GothamRainer Hochecker
2014-05-02Merge pull request #4631 from da-anda/new-icons-gothamjmarshallnz
New icons gotham
2014-05-02[win32] new installer artworkda-anda
2014-05-02[win32] new iconda-anda
2014-05-02[ios/atv2] - sync project for new icons - add the media folder to xcodeMemphiz
2014-05-02[atv2/packaging] - ensure to overwrite our icon in the cache for make it appearMemphiz
2014-05-02[ios/atv2] - removed unused XBMC.png and moved the ATV2 images to ↵Memphiz
tools/darwin/packaging/media/atv2
2014-05-02[ios] - announce new icons in the info.plistMemphiz
2014-05-02[ios] added new iOS iconsda-anda
2014-05-02[cydia] - remote iconpack script - iconpack is not needed anymore - ↵Memphiz
http://mirrors.xbmc.org/apt/pre-release/ios/CydiaIcon.png is used for it - should be replaced with media/iOS/rounded/AppIcon57x57.png
2014-05-02[droid] new launcher icons + fetch launcher icons from media dirChris Koying Browet
2014-05-02[linux] make use of new iconsda-anda
2014-05-02[upnp] make use of new icons and add additional sizesda-anda
2014-05-02[osx] new icons + create icon from the iconsetJonathan Marshall
2014-05-02[webinterface] new faviconda-anda
2014-05-02new icons for media folderda-anda
2014-05-02[bookmark] fix resume bookmark from a plugin:// of stack:// items, thanks to ↵Jonathan Marshall
kit500
2014-05-02[gui] fix incorrect parsing of relative <width> and <height> tagsJonathan Marshall
2014-05-02Merge pull request #4614 from Montellese/upnp_player_loggingSascha Montellese
upnp: add some potentially useful logging to CUPnPPlayer::PlayFile()
2014-05-02Merge pull request #4616 from kit500/masterjmarshallnz
fix resume behavior for plugins with stack
2014-05-02Merge pull request #4601 from jmarshallnz/play_media_sort_orderjmarshallnz
[builtins] PlayMedia() should use a sort order appropriate for the items
2014-05-02Merge pull request #4615 from bombizombi/masterjmarshallnz
Fix for OSD auto hide not working
2014-05-02Merge pull request #4619 from fritsch/aefixesjmarshallnz
ActiveAE: correct time of buffered samples by resample ratio
2014-05-02Merge pull request #4626 from Voyager1/fix-trac15163jmarshallnz
[fix] only check video playlist status to determine fullscreen playback
2014-05-02Merge pull request #4624 from FernetMenta/paplayerjmarshallnz
paplayer: dvdplayercodec - check if seek is possible before trying to se...
2014-04-29Merge pull request #4539 from Matricom/amcodecdavilla
DVDCodecs: Condense and update HAS_LIBAMCODEC
2014-04-27Merge pull request #4602 from opdenkamp/pvrgothamGotham_rc1jmarshallnz
[PVR] bump add-ons
2014-04-27Merge pull request #4594 from FernetMenta/paplayerjmarshallnz
paplayer: proper handling of non seekable streams