aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-15[dvdplayer] - implement RegisterAudioCallback and UnRegisterAudioCallback in ↵Memphiz
dvdplayer - this fixes viz when playing audio with dvdplayer - fixes #13249
2012-08-15[cosmetics] - whitespacesMemphiz
2012-08-15[droid] fix time. Always use android system time.Cory Fields
As we have no direct way of getting to the android tz-data, and can trust the system time to be correct and using the correct zone, we hide the time-zone spinner. A change in system settings is instantly reflected in XBMC.
2012-08-14Merge pull request #1288 from Voyager-xbmc/fix-episode-sortingjmarshallnz
fix episode sorting after filtering
2012-08-14build: fix ffmpeg soname and busted build targetCory Fields
2012-08-14build: fix alsa/dbus detectionCory Fields
2012-08-15fix sorting on episode count after filter watched/unwatchedVoyager-xbmc
2012-08-14[cosmetics] - whitespacesMemphiz
2012-08-14[osx] fixed optical/coax when pcm -> pass -> pcm. thx to amet for chasing ↵davilla
this done with compares to Eden
2012-08-14[cosmetic] - tabsMemphiz
2012-08-14[all] - call SetFullScreenVideo from the message thread - else theMemphiz
refreshrate change might not work on windows
2012-08-14fixed: possible NULL pointer dereference introduced in c1dc5ee711spiff
thanks to kyle hill for the poke
2012-08-14[WIN32] fixed: isspace / isdigit don't like non ascii characters (assert on ↵Sébastien Brochet
debug)
2012-08-14fixed: parentheses warning - stupid vs ;)vdrfan
2012-08-14Fixed: [Confluence] don't hide the TV Show fanart while the "TV Tunes" ↵Jezz_X
add-on is playing the shows theme music
2012-08-14Fixed: [Confluence] Punctuation in Music Codec info (and spiffs sanity at ↵Jezz_X
the same time)
2012-08-13videodb: fix episode smartplaylists not working properly (fixes #13251)montellese
2012-08-13fixed: window manager icon missing on X11spiff
regression after image code refactorization (cc5ed3c2)
2012-08-13[cosmetics] - whitespacesMemphiz
2012-08-13fixed: try NULL sink here as we don't play very well without a sink. this ↵WiSo
got lost with the android merge.
2012-08-13fixed: Compile warningarnova
2012-08-13[WIN32] fixed build errorWiSo
2012-08-13Merge pull request #1271 from cptspiff/current_item_threading_fixArne Morten Kvarving
Set current item and its tags through the app messenger
2012-08-12Merge pull request #1274 from arnova/airplayserver_changeMemphiz
Only use player info for calculation + rename variable to make more clear what it does
2012-08-13[osx] fixed use the old upload only on os version >= 1074 and added missing ↵gimli
comment about it.
2012-08-12[osx| fixed, vda and lion 10.7.4 for retina macbook progimli
10.7.4 for retina macbooks breaks CGLTexImageIOSurface2D/GL_YCBCR_422_APPLE with IOSurfaces, upload the old way for 10.7 too
2012-08-12[gl/gles/win/videocapture] - when doing the rendercapture the destrect is ↵Memphiz
manipulated. After introduction of video orientation support we also need to sync these changes to the rotatedDestCoords drawpoints. This fixes boblight addon and rendercapture.
2012-08-12[osx] - some commentsMemphiz
2012-08-12[osx] - move refreshrate/resolution changing up before any possible early ↵Memphiz
returns so that refreshrate changing works. (fixes refreshrate isn't changed back on refreshrate adaption after playback)
2012-08-12Merge pull request #1280 from huceke/airtunesplayhuceke
fixed airtunes airplay functionality after android merge
2012-08-12[osx] fixed crash if there are no streamsS. Davilla
2012-08-12[osx] fixed compiler warnings, remove -Wdeprecated-declarations and replace ↵davilla
deprecated coreaudio function usage
2012-08-12fixed, let us try to get this straight sometime, <> are system includes, ↵davilla
quoted are user includes
2012-08-12[osx] always zero AudioStreamBasicDescription varsdavilla
2012-08-12[osx] remove stray commented codedavilla
2012-08-12[osx] paranoida, always set hog off and mix on before messing with m_AudioDevicedavilla
2012-08-12[osx] fixed, CoreAudio sometimes would not get re-inited, change to always initdavilla
2012-08-12[osx] fixed, gui sounds over optical/coax. remove defaulting params in ↵davilla
include where we tend to forget about them, AE_FMT_AC3 is not a very good default value
2012-08-12[osx] fixed compiler warnings, update AUGraph to new apidavilla
2012-08-12[osx] fixed, force pcm to two channels if optical/coax is selecteddavilla
2012-08-12fixed compiler warning, classes with virtual function MUST have a virtual ↵davilla
destructor
2012-08-12[webinterface.default] more relative paths (missed in ↵montellese
6b20411ea87962174a5f0f3ee60319531b0a9578)
2012-08-12fixed airtunes airplay functionality after android mergehuceke
2012-08-12[fix] Make Gamepad Button Combo dialog work with remote controls. Fixes #12733.killdash9
2012-08-11Merge pull request #1279 from classicspam/Branch_FixVisFreezejmarshallnz
Fix visualization freezes if user goes to main menu while playing song w...
2012-08-12Fix visualization freezes if user goes to main menu while playing song with ↵classicspam
Milkdrop and stops music. ProjectM fixes crash in same scenario.
2012-08-12cosmetics: add doxy to GUIInfoTypes.h/cppKarlson2k
2012-08-11[droid] fix AudioTrack volume setting. Let the sink handle it for androidCory Fields
This went missing in the last rebase to master. It is identical to what was in the android tree except for the addition of the initialization of m_volume_changed.
2012-08-11fixed: silence signed / unsigned int comparisonvdrfan
2012-08-11fixed: added :GetChannelInfo() for WAV, ADPCM and CDDA codec.WiSo