aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2013-04-21Rename our local copy of av_read_frame_flush to xbmc_read_frame_flush as ↵Alexis Ballier
suggested by elupus on PR2633. That way it makes it clear the function is from xmbc and not ffmpeg.
2013-04-21Merge pull request #2625 from hmis/AirTunes_ptsJoakim Plate
Fix AirTunes pts accuracy
2013-04-21Merge pull request #2641 from popcornmix/fix_volume_jumphuceke
[rbp/omxplayer] Fix audio volume jumps when switching tracks
2013-04-21[rbp/omxplayer] Fix audio volume jumps when switching trackspopcornmix
When the global volume has been set low, and a sequence of tracks are being played, there are complaints of occasional jumps to full volume. This is down to a race condition where the volume request can arrive at OMXAudio before it has been initialised. The fix is simple, don't send the volume change until m_CurrentAudio.started.
2013-04-20Merge pull request #2624 from ScudLee/musicvideodashfixMartijn Kaijser
Allow dashes in music videos on the first pass
2013-04-20Merge pull request #2632 from ace20022/fix_null_pointerArne Morten Kvarving
[Fix] Possible NULL pointer dereference in DVDFactoryDemuxer.
2013-04-20[dvdread] - don't check the return value of chdir in xbmc - this function is ↵Memphiz
not wrapped and might fail (and so will the whole dvd open in that case). This is non fatal for our vfs!
2013-04-19Merge pull request #2635 from FlyingRat/ffmpeg-readme-patchesMartijn Kaijser
[ffmpeg] updated and reformated ffmpeg/patches/README-patches
2013-04-19[ffmpeg] updated and reformated ffmpeg/patches/README-patchesFlyingRat
2013-04-19Revert broken part of [6f653c5a2ba30008d62ab589ff5686df8a29ef72].Alexis Ballier
This was obviously untested as it breaks external ffmpeg build and only changes this code path. xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxers.a(DVDDemuxFFmpeg.o): In function `DllAvFormat::av_read_frame_flush(AVFormatContext*): /home/alexis/xbmc/lib/DllAvFormat.h:121: undefined reference to `ff_read_frame_flush' Even if it did not break, the change is wrong anyway.
2013-04-19[Fix] Possible NULL pointer dereference in DVDFactoryDemuxer.ace20022
2013-04-18[WIN32] fixed: forgot to update windows package list.wsoltys
2013-04-18[fix] old path for musicvideo nodes in upnp music shareAlasdair Campbell
2013-04-18fix missing "Connected" and "Not connected" strings since fa815d7 (fixes #14280)montellese
2013-04-18[fix] upnp: parentID of the root container should be -1, fixes #14279Alasdair Campbell
2013-04-18Merge pull request #2621 from wsnipex/ffmpeg-lib-versionsMemphiz
[ffmpeg] fix shared library versions (closes #14274)
2013-04-18[fix] SaveFileState was broken by ba7a58cAlasdair Campbell
2013-04-17[airplay] - don't indicate volume restore in guiMemphiz
2013-04-17[airtunes] - use the temp password var when starting the airtunes server for ↵Memphis
not activating password protection in accident when its disabled via gui
2013-04-17[bug] python codegenerator template was casting all constants to ints.Jim Carroll
2013-04-17Fix AirTunes pts accuracyHubert Miś
2013-04-16fix creation of new sources.xml (fixes #14272)montellese