aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-20CHG: [droid] set minimum API to 14 (ICS)Chris "koying" Browet
2013-03-19depends: update android docs to point at unified dependsCory Fields
2013-03-19depends: nuke old android dependsCory Fields
2013-03-19depends: nuke old darwin dependsCory Fields
2013-03-19depends: remove python pil helper scripts and docs, they've been moved to ↵Cory Fields
depends
2013-03-19depends: add pil to default depends, and add freetype as a dependencyCory Fields
2013-03-19depends: fix pil build with zlibCory Fields
Its "build system" is clueless, so rather than jumping through hoops to help it find zlib, we'll just assume zlib as a hard dependency
2013-03-19[osx/ios] - adapted readmes - building python module pil isn't needed ↵Memphiz
anymore (will be handled by unified depends in the future - wip)
2013-03-19Merge pull request #2470 from koying/fixdroidvolumeCory Fields
FIX: [droid] volume up/down not working
2013-03-19changed, assert(0) is nasty, this could just be a bad audio packetdavilla
2013-03-19FIX: [droid] fix keyboard mappingsChris "koying" Browet
2013-03-19Merge pull request #2469 from ulion/fix_slideshow_swipe_wrong_directionMemphiz
[Fix] slideshow swipe wrong direction detection.
2013-03-19FIX: [droid] volume up/down not workingChris "koying" Browet
2013-03-19[Fix] slideshow swipe wrong direction detection.ulion
2013-03-19[WinEvents] Move win32 only code into win32 file.ulion
2013-03-19Merge pull request #2466 from ulion/fix_gesture_notify_action_on_fullscreenMemphiz
[Fix] ACTION_GESTURE_NOTIFY should not trigger osd.
2013-03-19[Fix] ACTION_GESTURE_NOTIFY should not trigger video osd.ulion
2013-03-18Remove duplicate Player.SeekBar entry in GUIInfoManager.cppGarrett Brown
Previous entry is L#177, 10 lines earlier
2013-03-18[CA/AE] - make the devicelist change callback more robust - should fix ↵Memphiz
crashes during shutdown on some system constellations (where removing the callback seems to also triggers the callback at the same time)
2013-03-18[osx/ios] - adapted README.osx and README.ios for usage with new unified dependsMemphiz
2013-03-18[atv2] - fix learned remote buttons for fwd and rewind ios 6.1 (atv2 5.2) - ↵Memphiz
apple changed the values for those for filling a gap in the enum i guess. Also those 2 buttons are repeatable - so handle them right for not firing 2 messages for one keypress (press, release)
2013-03-18[Player] Return the language code of a stream, or its name if the language ↵ace20022
is not specified.
2013-03-18[DVDDemux] Add "Dolby TrueHD" and 7.1 recognition to GetStreamType. ↵ace20022
Additionally adapt the default channel string to "channel count-chs"
2013-03-18[GUI Audio] Adapt the presentation of audio and subtitle items. The labels ↵ace20022
are built as follows: "[language|unknown] - name" or, if name is empty, "[language/unknown]"
2013-03-18[Players] Set the language code instead of the full name in the ↵ace20022
GetSubtitleStreamInfo methods.
2013-03-18[AMLPlayer] Always set the name and language fields of a subtitle/audio ↵ace20022
stream in the getInfo methods.
2013-03-18[AMLPlayer] Convert the language code of a stream to three chars if necessary.ace20022
2013-03-18[Players] Convert the language code of a selection stream to three chars if ↵ace20022
necessary.
2013-03-18[AMLPlayer] Set the name of a stream properly/consistent with the other ↵ace20022
players, i.e., codec name (if possible) + channels. Don't assign "unknown" to the audio/subtitle stream name, leave it empty instead.
2013-03-18[Players] Don't assign "unknown" to the audio/subtitle stream name, leave it ↵ace20022
empty instead.
2013-03-18[DVDDemuxer] Don't set the language as the stream name.ace20022
2013-03-18Make the type, e.g. "(Forced)", of a stream translatable in its name.ace20022
2013-03-18[DVDInputStreamNavigator/Players] Use a struct and ↵ace20022
dvdnav_get_stitle_info(...) to query all required subtitle stream info at once. [Fixes] - Set the stream language of dvd subtitles properly/consistent with other streams, i.e. set it to a three char code. - Set the stream name of dvd subtitle tracks properly/consistent with other streams; in particular don't use the language as the name.
2013-03-18[DVDInputStreamNavigator/Players] Use a struct and ↵ace20022
dvdnav_get_audio_info(...) to query all required audio stream info at once. [Fixes] - Fix stream type, e.g. "(Directors Comments)", recognition. It is stored in code_extension not in lang_extension. - Properly set the number of channels of a dvd audio stream. - Set the stream language of dvd audio tracks properly/consistent with other audio streams, i.e. set it to a three char code. - Set the stream name of dvd audio tracks properly/consistent with other audio streams.
2013-03-18Added hotplug support for Linux input devices.dezi
2013-03-18addongui: fix fallback method if addon does not provide a skin file for ↵xbmc
current skin
2013-03-18pvr: remove check for different types of channels on SwitchChannelxbmc
2013-03-18dvdplayer: reevaluate HasVideo/Audio after a stream changexbmc
2013-03-17CoreAE: mixerunits input is the inputunits outputJoakim Plate
Not this still doesn't resolve all issues. We are still not setting up a correct channel map for the output
2013-03-17[atv2] - fix compile after reshuffle 16f276bMemphiz
2013-03-17dvdplayer: move navigator state into IMenusJoakim Plate
This allow bluray navigator to make use of it eventually
2013-03-17dvdplayer: disable seeking and pause for udp/rtp and seek for tcpJoakim Plate
2013-03-17dvdplayer: move CanSeek/CanPause to seekable interfaceJoakim Plate
2013-03-17CoreAE: fix null dereference if no mixer map was createdJoakim Plate
2013-03-17[ios] - kill warningsMemphiz
2013-03-17[ios] - fix compile after reshuffle 16f276bMemphiz
2013-03-17CoreAE: mixing unit must have same output count as mixing mapJoakim Plate
2013-03-17depends: avoid being osx version dependent in ignoresJoakim Plate
2013-03-17Remove pointless calls.Jim Carroll
2013-03-17[osx] - fix compile after reshuffle 16f276bMemphiz