aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-03support for setting orientation in CTextureJonathan Marshall
2012-04-03support flipped textures in the texture cacheJonathan Marshall
2012-04-03remove urlhash from tables - sqlite has fast enough indicies, and no point in...Jonathan Marshall
2012-04-03add Export to texture cacheJonathan Marshall
2012-04-03add type column to path table of texture database for saving paths to thumbs/...Jonathan Marshall
2012-04-03instead of having background thumb loaders cache images, do it via jobs inste...Jonathan Marshall
2012-04-03cosmetic - align code blockJonathan Marshall
2012-04-03SetClipRegion/RestoreClipRegion must be matched as per the doxyJonathan Marshall
2012-04-03fixed: can't calculate the last song duration of cue sheet because missing Du...taxigps
2012-04-02[dvdplayer] Recalculate codecname when we update based on hwelupus
2012-04-02Merge pull request #841 from CutSickAss/patch-22alanwww1 (Attila)
2012-04-02Updated: Greek translation for EDEN core stringsCutSickAss
2012-04-02[dvdplayer] previous picture is invalidated by a call to codec resetelupus
2012-04-02[WIN32] updated Apples mDNSResponder to 333.10 in the hope of less problems w...WiSo
2012-04-02[atv2/ios5.1] - don't add our window to the BRWindow list as a BRControl - iO...Memphiz
2012-04-02Revert "[atv2/ios5.1] - don't add our window to the BRWindow list as a BRCont...Memphiz
2012-04-02Fixed: [Confluence] removed the visible condition for the "movie sets" button...Jezz_X
2012-04-01fixed crash if audio decoder for some reason doesn't return a frameelupus
2012-04-01updated: minor changes to Japanese translation for core and Confluence string...alanwww1
2012-04-01StringUtils: always return at least one item after a Split even if it's empty...montellese
2012-04-01if hide watched was on, the season flattening preference of 'never' was ignor...Jonathan Marshall
2012-03-31Merge pull request #803 from jmarshallnz/stringutils_fixesjmarshallnz
2012-04-01add doxy for StringUtils::IsNaturalNumber/Integer and a unit testJonathan Marshall
2012-03-31Merge pull request #778 from Memphiz/dialogtimeoutjmarshallnz
2012-03-31Merge pull request #814 from jmarshallnz/fix_addonversion_equalsjmarshallnz
2012-04-01fix dialog autoclose by ensuring the timer starts only once we've rendered on...Jonathan Marshall
2012-03-31fixed: forgot to guard MEDIA_DETECT by HAS_DVD_DRIVE (thanks Memphiz).WiSo
2012-03-31[atv2/ios5.1] - don't add our window to the BRWindow list as a BRControl - iO...Memphiz
2012-03-31[atv2/ios5.1] - add appIconMemphiz
2012-03-31[atv2/ios5.1] - create the appliances dir if needed - its not there after jbMemphiz
2012-03-31changed: GetDeviceFileName() will slowly find its place, sorry.WiSo
2012-03-31[UPnP] we should be caching directory listing, not metadata requestelupus
2012-03-31[UPnP] use server provided item count to iterate browse reqelupus
2012-03-31changed: make that call to libcdio earlier. In Init it might be too late for ...WiSo
2012-03-31refactor visualizations for gles.davilla
2012-03-31changed: determine first available disc drive once that we don't have to call...WiSo
2012-03-31Merge pull request #828 from wsoltys/reduce_singlelockwsoltys
2012-03-31[WIN32] changed: guard m_cdinfo map and leave lock when processing possible l...WiSo
2012-03-31Revert "fixed. Never, ever use same named classes in dyloaded libs, even name...davilla
2012-03-31jsonrpc: accept HTTP requests with no content-type set but don't allow HTTP r...montellese
2012-03-31webserver: fix crash in CWebServer::GetRequestHeaderValue when MHD_lookup_con...montellese
2012-03-31changed: Only allow slice based parallel decodingJoakim Plate
2012-03-31[osx/ios/atv2] - build and link static libs for ffmpeg because of build issue...Memphiz
2012-03-31Convert to avcodec_decode_audio4 and drop avcodec_decode_audio3.elupus
2012-03-31Replace deprecated av_get_bits_per_sample_fmt by av_get_bytes_per_sample.Alexis Ballier
2012-03-31Use av_opt_set instead of av_set_string3 and drop support for old API.Alexis Ballier
2012-03-31Do not set AVFrame.age.Alexis Ballier
2012-03-31Remove assignment to stream_copy which is never read after, be it by xbmc or ...Alexis Ballier
2012-03-31Include libavfilter/avcodec.h for av_vsrc_buffer_add_frame.Alexis Ballier
2012-03-31Remove av_alloc_put_byte and replace its occurences by avio_alloc_context.Alexis Ballier