Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-26 | Merge pull request #4598 from jmarshallnz/plugins_run_as_plugins | jmarshallnz | |
[plugins] ensure we lookup the add-on as a plugin before trying any other extension point | |||
2014-04-26 | Merge pull request #4590 from tamland/nav-sound-fix | jmarshallnz | |
Fix: navigation sounds from user config directory are never loaded | |||
2014-04-26 | [musicdb] fix incorrect use of ComputeCRC, causing playcounts to not update. ↵ | Jonathan Marshall | |
Thanks to amet | |||
2014-04-21 | DVDCodecs: Amlogic: Handle conditions in which amcodec should be opened ↵ | Brandon McAnsh | |
during Open() DVDCodecs: Amlogic: Use mpeg2 video codec for mpeg2's * AM Video Codec cannot properly handle the still-frames within DVDs Signed-off-by: Brandon McAnsh <brandonm@matricom.net> DVDFactoryCodec: Remove throttling of mpeg2 to libmpeg2 for amlogic * Thanks to @kszaq, am-mpeg2 can handle all mpeg2's however it can't handle the still frames (which is caught above it). * Testing .VOB isn't setting hint.stills to true so will need to address this in separate patch Signed-off-by: Brandon McAnsh <brandonm@matricom.net> DVDFactoryCodec: Further conditionalize HAS_LIBAMCODEC opening Signed-off-by: Brandon McAnsh <brandonm@matricom.net> DVDFactoryCodec: Amlogic: Force rmvb to ffmpeg Signed-off-by: Brandon McAnsh <brandonm@matricom.net> DVD: Amcodec: Handle conditions in which amcodec should be using during open * Instead of before Signed-off-by: Brandon McAnsh <brandonm@matricom.net> | |||
2014-04-19 | fix incorrect release version | Martijn Kaijser | |
2014-04-18 | [release] version bump to 13.0 rc1 | Martijn Kaijser | |
2014-04-18 | Merge pull request #4578 from davilla/fix-mediacodecGotham_beta4 | Trent Nelson | |
[droid] fixed stutter under MediaCodec. We need to wait a little longer before we think the frame is late | |||
2014-04-18 | [lang] removed duplicated Vietnamese language | txtranslation | |
2014-04-18 | [lang] update of skin.confluence language files | txtranslation | |
2014-04-18 | [lang] update of core language files | txtranslation | |
2014-04-18 | [lang] update of internal addon language files | txtranslation | |
2014-04-18 | Merge pull request #4574 from FernetMenta/aefixes | Trent Nelson | |
ActiveAE: recreate sink buffers if frame size has changed | |||
2014-04-18 | Merge pull request #4573 from jmarshallnz/dxva_yuv_range_fix | jmarshallnz | |
[dxvahd] attempt to fix colour range | |||
2014-04-18 | Merge pull request #4546 from t-nelson/curl_no_more_than_two_in_multi | jmarshallnz | |
Curl multi-session fixes | |||
2014-04-18 | Merge pull request #4158 from stefansaraev/mount | jmarshallnz | |
udevprovider fixes | |||
2014-04-18 | Merge pull request #4518 from astiob/convert_quad | jmarshallnz | |
Clean up convert_quad slightly and fix subtitle corruption with new libass | |||
2014-04-18 | fix album rating wasn't saved in the database | Jonathan Marshall | |
2014-04-16 | Merge pull request #4569 from koying/fixamcreleasebuffer | Trent Nelson | |
FIX: [mediacodec] properly release output buffer if AddProcessor is not called | |||
2014-04-16 | Merge pull request #4567 from koying/fixamcbuffers | Trent Nelson | |
FIX: [mediacodec] make sure the output buffer is released from the SurfaceView queue | |||
2014-04-16 | Merge pull request #4557 from arnova/nginx_filesize | Trent Nelson | |
Nginx filesize was broken for some configs | |||
2014-04-16 | Merge pull request #4547 from jesshaas/curl-socket-error | Trent Nelson | |
Add EINTR check to select in CCurlFile::FillBuffer. Fixes bug#15019 | |||
2014-04-16 | Merge pull request #4564 from koying/fixmediakeys | Trent Nelson | |
FIX: [keyboard;droid] add mappable media keys for rewind and fastforward | |||
2014-04-16 | Merge pull request #4568 from MartijnKaijser/fix_pydoc2 | Trent Nelson | |
[pydocs] update xbmc.PlaySFX example after 770091c | |||
2014-04-16 | Merge pull request #4527 from Jalle19/fix-timeline-navigation | Trent Nelson | |
[epg] Fix navigating to the sidebar with cursor keys | |||
2014-04-16 | Merge pull request #4550 from koying/fixstfinbufsize | Trent Nelson | |
FIX: [stagefright] adjust input mediabuffer size | |||
2014-04-16 | Merge pull request #4549 from koying/fixamcinitcolor | Trent Nelson | |
FIX: [mediacodec] fixup initial output format for software rendering | |||
2014-04-15 | Merge pull request #4554 from stefansaraev/webserver | Trent Nelson | |
dont show kaitoast error when compiled with --disable-webserver | |||
2014-04-15 | Merge pull request #4556 from MartijnKaijser/pydoc_fix1 | Trent Nelson | |
[pydocs] fix pydocs line ending and add additional information regarding... | |||
2014-04-15 | Merge pull request #4537 from bkuhls/uclibc | Trent Nelson | |
[uClibc] Fix compilation on arm | |||
2014-04-15 | Merge pull request #4558 from koying/revert | Trent Nelson | |
Revert "FIX: [mediacodec] reset if we are out of input buffers" | |||
2014-04-15 | Merge pull request #4553 from stefansaraev/upnp-settings | Trent Nelson | |
[settings]: fix upnp category visibility when built with --disable-upnp | |||
2014-04-15 | Merge pull request #4559 from koying/fixdroidpassthrough | Trent Nelson | |
FIX: [droid] allow all boxes to enable passthrough (frodo way) | |||
2014-04-15 | Merge pull request #4562 from FernetMenta/flac | Trent Nelson | |
ffmpeg backport: improve seeking in flac files | |||
2014-04-15 | Merge pull request #4563 from FernetMenta/aefixes | Trent Nelson | |
ActiveAE: check suspend state before creating a stream | |||
2014-04-15 | Merge pull request #4551 from Montellese/settings_language_fix | jmarshallnz | |
fix crash when changing language from non-GUI thread (fixes #15113) | |||
2014-04-15 | Merge pull request #4560 from arnova/sub_nosort | jmarshallnz | |
changed: Don't try to sort subtitles, it screws up eg. sync priority | |||
2014-04-15 | Merge pull request #4491 from ruuk/ignorecache | jmarshallnz | |
Added optional parameter 'ignoreCache' to xbmc.playSFX() | |||
2014-04-15 | Merge pull request #4555 from FernetMenta/musicosd | jmarshallnz | |
fix flickering music OSD | |||
2014-04-15 | Merge pull request #4552 from tobbi/german-fixes | Trent Nelson | |
Fix spelling of "Liechtenstein" in langinfo.xml | |||
2014-04-15 | Merge pull request #4548 from wsnipex/logging-fix | jmarshallnz | |
fix incorrect logging when using static ffmpeg | |||
2014-04-15 | Merge pull request #4530 from FernetMenta/resolution | jmarshallnz | |
fix toggle fullscreen during video playback | |||
2014-04-15 | Merge pull request #4478 from Montellese/upnp_controller | jmarshallnz | |
Two UPnP controller related fixes | |||
2014-04-10 | Merge pull request #4545 from Memphiz/nfsexportlist | Trent Nelson | |
[win32] - nfs fix | |||
2014-04-10 | Merge pull request #4350 from Memphiz/iosbgmusic | Trent Nelson | |
[ios] - restore the music background playback ability | |||
2014-04-10 | Merge pull request #4541 from xhaggi/continue-last-channel-on-wakeup | Trent Nelson | |
[pvr] continue last played channel on wake up | |||
2014-04-10 | Merge pull request #4534 from popcornmix/dvdplayer_merge | Trent Nelson | |
[omxplayer] merge missed commits from dvdplayer | |||
2014-04-10 | Merge pull request #4503 from popcornmix/texture_leak | Trent Nelson | |
[rbp] Fixes for hangs and leaks in jpeg->texture code | |||
2014-04-10 | Merge pull request #4524 from koying/fixamcinbuffer | Trent Nelson | |
FIX: [mediacodec] reset if we are out of input buffers | |||
2014-04-10 | Merge pull request #4535 from Memphiz/fixchannelmap | Trent Nelson | |
[osxsink] - fix bad access when device announces more then 8 channels - ... | |||
2014-04-10 | Merge pull request #4297 from maxwellito/wiimote_battery_fix | Trent Nelson | |
Fix Wiimote battery problem |