aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-30Merge pull request #2674 from arnova/dvdplayer_displaytime_fixGotham_alpha3Joakim Plate
fixed: DVDPlayer GUI display time not updating near the end of file (fix...
2013-04-30Merge pull request #2666 from FlyingRat/fix-PGS-subtitlesJoakim Plate
[dvdplayer] fixes PGS subtitles
2013-04-30[dvdplayer] fixes PGS subtitlesFlyingRat
2013-04-30fixed: DVDPlayer GUI display time not updating near the end of file (fixes ↵arnova
#14299)
2013-04-30Merge pull request #2673 from Memphiz/jenkinsMemphiz
[jenkins] - add buildsteps for linux32
2013-04-29Merge pull request #2669 from arnova/paplayer_playlist_freeze_fixarnova
fixed: Freezing when player fails to queue the next song (fixes #14297 #14231 #14229 #13919)
2013-04-29depends: drop custom libgcrypt patch in favor of their upstream fixtheuni
Fixes Linux build (fvisibility=hidden) Note: since this is an upstream patch, it can be dropped when we bump to >= 1.5.0
2013-04-29[jenkins] - add buildsteps for linux32Memphis
2013-04-29jsonrpc: remove some unnecessary or confusing log messagesmontellese
2013-04-29depends: pull zlib from our mirror instead of zlib.net (which is down atm)Memphiz
2013-04-29[droid] update README.android for unified depsmontellese
2013-04-29fixed: Freezing when player fails to queue the next song (fixes #14297 ↵arnova
#14231 #14229 #13919)
2013-04-29[musicdb] fix: restructure the filecountreader so it can be killed and kill ↵Chris Roberts
the thread before modifying shared variables
2013-04-29[musicdb] fix: 'include artists who appear only on compilations: off' didn't ↵Chris Roberts
work
2013-04-29[musicdb] cosmetic: restructured MusicDatabase.h to be a bit clearer and add ↵Chris Roberts
some comments
2013-04-29[musicdb] cosmetic: rename song.iAlbumId to song.idAlbumChris Roberts
2013-04-29[musicdb] cosmetic: artist.cpp XML cosmeticsChris Roberts
2013-04-29[musicdb] cosmetic: change to using XMLUtils for the album XML getters/settersChris Roberts
2013-04-29Merge pull request #2658 from arnova/bluray_flag_fixarnova
fixed: Streamdetails & resume-bookmark saving etc. for bluray folder...
2013-04-29[addons] sync scrapers with repoM. Kaijser
2013-04-28Merge pull request #2656 from Rawk/patch-1Sascha Montellese
Remove unused variable in GetDirectory()
2013-04-28[win] fix typo in messageunknown
2013-04-28CoreAE: fix crash on app exit due to race conditionJoakim Plate
We must unregister callback before shuting down AE, and also re-check that we are not shutdown in the callback after taking lock
2013-04-28dvdplayer: cosmetic removal of trailing blankJoakim Plate
2013-04-28dvdplayer: check for successfull extradata allocationJoakim Plate
2013-04-27fixed: Streamdetails & resume-bookmark saving etc. for bluray eg. folders ↵arnova
didn't work (fixes #14288)
2013-04-27changed: Improve commentarnova
2013-04-27fixed: The db check for streamdetails was wrongarnova
2013-04-27alphaspiff
2013-04-26[AE/CA] - on LPCM only set audio-midi-setup to 8 channels when needed based ↵Memphiz
on the channelcount of the stream with the highest channelcount - else set it to 2 channels if stream is only 2.0. This allows amps to switch to stereo enhancing modes (e.x. DPII) when playing 2.0 over LPCM (e.x. AAC 2.0).
2013-04-26[WIN32] fixed: use wide string methods to create the dump file and the ↵wsoltys
stacktrace.
2013-04-25Merge pull request #2649 from ronie/dateronie
correct spanish date formats. fixes #14286
2013-04-25[darwin] - revert the revert the revert - well fix the build for darwin ↵Memphiz
broken in a7703fb74603192f087db90c60877eeed1097f66
2013-04-25Remove unused variable in GetDirectory()Rawk
2013-04-25Merge pull request #2633 from aballier/messJoakim Plate
Revert broken part of [6f653c5a2ba30008d62ab589ff5686df8a29ef72].
2013-04-24Merge pull request #2645 from koying/fixscanfolderChris Browet
FIX: Allow "Scan for new content" on folders
2013-04-24FIX: Allow "Scan for new content" on foldersChris "Koying" Browet
2013-04-24Merge pull request #2651 from ace20022/lang_codesMartijn Kaijser
Fix and extend ISO 639 lists
2013-04-24[LangCodeExpander] Fix German and Portuguese ISO 639-1 language code and add ↵ace20022
"Abkhaz".
2013-04-24[LangCodeExpander] Add "Abkhaz" to the ISO 639-2 list.ace20022
2013-04-24[Cosmetic] Fix indentation.ace20022
2013-04-23Merge pull request #2646 from koying/fixlogspammingMartijn Kaijser
FIX: log spamming
2013-04-23Merge pull request #2650 from robinbijlani/patch-1huceke
Typo fix in README.raspberrypi
2013-04-24Typo fix in README.raspberrypirobinbijlani
2013-04-24correct date formats. fixes #14286ronie
2013-04-23FIX: log spammingChris "Koying" Browet
2013-04-22GUIFadeLabelControl: fix control being marked as dirty when label stays emptypieh
If used infolabel will return empty string on first use, m_shortText will never be evaluated. If m_shortText is set to false control is marked as dirty so if used infolabel is empty control will be wrongly marked as dirty.
2013-04-22Merge pull request #2644 from ulion/fix_seekable_protocol_optionulion
[Fix] http protocol options seekable=0 now finally works.
2013-04-22[Fix] http protocol options seekable=0 now finally works.ulion
2013-04-21[libdvd] - added missing patchesMemphiz