aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-01Revert "[rbp] Always use the aspect ratio from file."popcornmix
This reverts commit 7f5d3ede514f30552e42464c29227d570b38ed8a.
2013-07-01[rbp/omxplayer] Avoid resampling in audio_mixerpopcornmix
audio_mixer output defaults to 44.1kHz. Set it to output of audio_decode to avoid a resampling step This restores the behaviour prior to #2801
2013-07-01[Fix] Only use episode number in nfo check if it's an episodeLee Pollock
2013-07-01[win32] Fix best dxva deinterlacing on Intel platforms.Anton Fedchin
2013-07-01Merge pull request #2915 from MartijnKaijser/bumpMartijn Kaijser
[release] version bump to 13.0 alpha6 as we start new merge window.
2013-06-30[release] version bump to 13.0 alpha6 as we start new merge window.Martijn Kaijser
2013-06-30Merge pull request #2914 from manio/patch-1Gotham_alpha5arnova
cosmetics: correct typo in DVDPlayerCodec.cpp
2013-06-30cosmetics: correct typo in DVDPlayerCodec.cppMariusz Białończyk
2013-06-30[gui] refactor message handling for pvr dialogsxhaggi
2013-06-30jni: fixed build, these do not exist heredavilla
2013-06-30jni: consmetic refactor to consistent appearancedavilla
2013-06-29Detect SSE2 supportJose Quinteiro
Compilation on an older 32-bit Athlon XP chip fails with the error "./Utils/AEUtil.h:50:12: error: '__m128i' does not name a type" This is because the __m128i type is only available on SSE2 platforms. Modify the preprocessor logic to detect SSE and SSE2 support separately. The "emmintrin.h" header should only be included on SSE2 platforms as well.
2013-06-29removed: BackGroundInfo Loader multithreading (no longer needed)arnova
2013-06-29keymap: fix sixaxis gamepad keymappingJoakim Plate
Values below starting at 256 are reserved for KEY_BUTTON_*, use some other unused key id for the GUIDE button. This button is only virtual since it's mapped from a CEC event
2013-06-29[cosmetic] suppresses gcc parenthesis warning. Thx @vdrfanVoyager1
2013-06-29[fix] check active window before delegating player action handling - fixes ↵Voyager1
problem introduced in 8768ec8a7260b7dd46c28e601a398d493808edeb
2013-06-29update wunderground addonronie
2013-06-27Fix memory leak and a failed ASSERT under win32 Debug build. A string was ↵Garrett Brown
being double-strdup'ed, causing delete[] to fail when deleting the copy from the different heap instead of the local one. Tracking down the assert to dbgheap.c gives the following message: > a bad pointer has been passed in. It may be totally bogus, or it may have been allocated from another heap. The pointer MUST come from the 'local' heap.
2013-06-27Merge pull request #2910 from popcornmix/fix_volume_fixpopcornmix
[rbp/omxplayer] Fix build error from #2909
2013-06-27[rbp/omxplayer] Fix build error from #2909popcornmix
(sorry should have spotted this)
2013-06-27Merge pull request #2909 from sgebbie/masterpopcornmix
[rbp/omxplayer] Volume Jump Fix
2013-06-27Improve resilience of volume change.Stewart Gebbie
Building on the previous fix for the audio volume jumps experienced when switching tracks, this adds a double check that the underlying audio layer has actually set the volume to the new value. This may fail because the COMXAudio object it not yet initialised. If there is a failure, then the volume change is retried in the next iteration of COMXPlayer::Process().
2013-06-26Merge pull request #2906 from arnova/music_db_fixesarnova
Music info/db (regression) fixes
2013-06-26[AdvancedSettings] Removed unused member variable and moved m_initialized = ↵ace20022
true at the end of Initialize().
2013-06-26[GUIControlSettings] Make GetID() const.ace20022
2013-06-26[Settings] Make functions static if possible.ace20022
2013-06-26[Settings] Possible inefficient checking for 'settingMap' emptiness.ace20022
2013-06-26[Settings] Prefer prefix ++/-- operators for non-primitive types.ace20022
2013-06-26[Settings] Function parameter '...' should be passed by reference.ace20022
2013-06-26[Settings] Operator=' should return &.ace20022
2013-06-26[Settings] Remove unused variables.ace20022
2013-06-26[Settings] Initialize members in constructors.ace20022
2013-06-26[Settings] Silence the analyzer about a (not) possible null pointer dereference.ace20022
2013-06-25Merge pull request #2903 from davilla/change-rss-urlsjmarshallnz
fixed, update of rss feed URLS
2013-06-25Don't clobber path history when running a searchGarrett Brown
2013-06-25fixed: Locally found music album art was not stored in the db ((partially?) ↵arnova
fixes #14345)
2013-06-25fixed: artist was being added as genre to music album tablearnova
2013-06-25fixed: Formatting (cosmetics)arnova
2013-06-25fixed: SQL query was wrongarnova
2013-06-25changed: Make more obvious we're passing a CFileItemarnova
2013-06-25fixed, update of rss feed URLSdavilla
2013-06-24Merge pull request #2908 from popcornmix/update_pts_resynchuceke
[rbp/omxplayer] Update pts on resync message
2013-06-24[WIN32] fixed: guess void is meant here.wsoltys
2013-06-24fixed: Music album info gets stuck on failure (fixes #14435)arnova
2013-06-24changed: It's nicer to close the music db on failurearnova
2013-06-24Merge pull request #2907 from fritsch/ae-remove-warningMemphiz
AE: OSS is nearly not used on most platforms - remove error in log
2013-06-24[rbp/omxplayer] Update pts on resync messagepopcornmix
This was remove in #2853 and is still required for avi streams with all frames having pts=DVD_NOPTS_VALUE
2013-06-24AE: OSS is nearly not used on most platforms - don't make vdrfan afraidfritsch
2013-06-23fixed: Crash when scanning music without any scraper setarnova
2013-06-22fixed, do not expand the EXEEXT env vardavilla