Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-29 | [addons] sync scrapers with repo | M. Kaijser | |
2013-04-28 | Merge pull request #2656 from Rawk/patch-1 | Sascha Montellese | |
Remove unused variable in GetDirectory() | |||
2013-04-28 | [win] fix typo in message | unknown | |
2013-04-28 | CoreAE: fix crash on app exit due to race condition | Joakim 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-28 | dvdplayer: cosmetic removal of trailing blank | Joakim Plate | |
2013-04-28 | dvdplayer: check for successfull extradata allocation | Joakim Plate | |
2013-04-27 | alpha | spiff | |
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-25 | Merge pull request #2649 from ronie/date | ronie | |
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-25 | Remove unused variable in GetDirectory() | Rawk | |
2013-04-25 | Merge pull request #2633 from aballier/mess | Joakim Plate | |
Revert broken part of [6f653c5a2ba30008d62ab589ff5686df8a29ef72]. | |||
2013-04-24 | Merge pull request #2645 from koying/fixscanfolder | Chris Browet | |
FIX: Allow "Scan for new content" on folders | |||
2013-04-24 | FIX: Allow "Scan for new content" on folders | Chris "Koying" Browet | |
2013-04-24 | Merge pull request #2651 from ace20022/lang_codes | Martijn 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-23 | Merge pull request #2646 from koying/fixlogspamming | Martijn Kaijser | |
FIX: log spamming | |||
2013-04-23 | Merge pull request #2650 from robinbijlani/patch-1 | huceke | |
Typo fix in README.raspberrypi | |||
2013-04-24 | Typo fix in README.raspberrypi | robinbijlani | |
2013-04-24 | correct date formats. fixes #14286 | ronie | |
2013-04-23 | FIX: log spamming | Chris "Koying" Browet | |
2013-04-22 | GUIFadeLabelControl: fix control being marked as dirty when label stays empty | pieh | |
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-22 | Merge pull request #2644 from ulion/fix_seekable_protocol_option | ulion | |
[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 patches | Memphiz | |
2013-04-21 | Rename 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-21 | Merge pull request #2625 from hmis/AirTunes_pts | Joakim Plate | |
Fix AirTunes pts accuracy | |||
2013-04-21 | Merge pull request #2641 from popcornmix/fix_volume_jump | huceke | |
[rbp/omxplayer] Fix audio volume jumps when switching tracks | |||
2013-04-21 | [rbp/omxplayer] Fix audio volume jumps when switching tracks | popcornmix | |
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-20 | Merge pull request #2624 from ScudLee/musicvideodashfix | Martijn Kaijser | |
Allow dashes in music videos on the first pass | |||
2013-04-20 | Merge pull request #2632 from ace20022/fix_null_pointer | Arne 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-19 | Merge pull request #2635 from FlyingRat/ffmpeg-readme-patches | Martijn Kaijser | |
[ffmpeg] updated and reformated ffmpeg/patches/README-patches | |||
2013-04-19 | [ffmpeg] updated and reformated ffmpeg/patches/README-patches | FlyingRat | |
2013-04-19 | Revert 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 share | Alasdair Campbell | |
2013-04-18 | fix 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 #14279 | Alasdair Campbell | |
2013-04-18 | Merge pull request #2621 from wsnipex/ffmpeg-lib-versions | Memphiz | |
[ffmpeg] fix shared library versions (closes #14274) | |||
2013-04-18 | [fix] SaveFileState was broken by ba7a58c | Alasdair Campbell | |
2013-04-17 | [airplay] - don't indicate volume restore in gui | Memphiz | |
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-17 | Fix AirTunes pts accuracy | Hubert Miś | |
2013-04-16 | fix creation of new sources.xml (fixes #14272) | montellese | |