aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-07Don't show "Add to Favorites" context button for music search itemGarrett Brown
2013-07-07Merge pull request #2945 from ↵Memphiz
ulion/do_not_show_video_thumb_when_playing_slideshow [Fix] Do not show thumb of video when playing slideshow.
2013-07-07fixes #14452, crash in DVDOverlayCodecTX3G.cpp when closing style indexs too fardavilla
2013-07-07fixed: MusicInfoTag loader locked up after ↵arnova
9752e490e40e69d53e9dbb10a972dff533192570
2013-07-07Add new builtin, ToggleCECDevice, to control state of playing device via a ↵Javier Marcet
cec peripheral
2013-07-07[bluray] Fix stream info/language retrieval for blurays in non-nav mode.ace20022
2013-07-06fixed, android audio playbackdavilla
2013-07-06[WIN32] changed: check for sse2 and abort with a message if it isn't ↵wsoltys
supported by the cpu.
2013-07-06Merge pull request #2889 from Karlson2k/win32_sse2wsoltys
Enable SSE2 for win32
2013-07-06Merge pull request #2943 from FernetMenta/tempfixRainer Hochecker
renderer: tempfix for aml/omx player after #2811
2013-07-06renderer: tempfix for aml/omx player after #2811Rainer Hochecker
2013-07-06[Fix] Do not show thumb of video when playing slideshow.ulion
2013-07-05Configure, internal FFmpeg: Enable ipod muxer for m4a muxing and CD ripping ↵Alexis Ballier
in this format.
2013-07-05Merge pull request #2937 from wsnipex/configureMartijn Kaijser
[configure] fix goldlinker check (closes #13647)
2013-07-05Merge pull request #2939 from popcornmix/fix_downmixhuceke
[rbp/omxplayer] Explicitly set number of output channels on audio_mixer
2013-07-05CDRip EncoderFFmpeg: Provide a seek callback to avio. It is required for ↵Alexis Ballier
muxing mp4.
2013-07-05CDRipEncoder: Add FileSeek function for seeking (required by some ↵Alexis Ballier
libavformat muxers).
2013-07-05[Settings] Treat 'Set as default' in CGUIDialogXXXSettings as expert levelFice
2013-07-05[Settings] Make Settings level lockableFice
2013-07-05[rbp/omxplayer] Explicitly set number of output channels on audio_mixerpopcornmix
2013-07-05Fix build failure with MSVC. Thanks to Jenkins tests.Alexis Ballier
2013-07-05Allow selecting AAC and WMA audio CD ripping for the GUI.Alexis Ballier
2013-07-05CDRip: Add definitions for ripping audio CDs to M4A (AAC) and WMA with FFmpeg.Alexis Ballier
More formats can easily be added but I think we should be parcimonious: If we add too much of them the users will likely be lost. So far, M4A seems interesting for iTunes users (iOS, OSX, etc.) and WMA for windows users. Also add the files to the vcxproj since they were missing from there.
2013-07-05Configure, internal FFmpeg: Enable asf muxer and wmav2 encoder for ripping ↵Alexis Ballier
CDs to wma2.
2013-07-05DLLAvCodec: Do not map avcodec_encode_audio anymore since it is deprecated ↵Alexis Ballier
and now unused within xbmc code.
2013-07-04Merge pull request #2890 from arnova/thumb_loader_refactorarnova
Thumb loader refactor
2013-07-05fixed: Thumb/flag extractions were never stored when used outside the bg ↵arnova
infoloader Also factored out some (obsolote?) code as a bonus
2013-07-05fixed: Music thumb loading for files view was slowarnova
This was caused by the fact that we never checked for cached images for music items
2013-07-05changed: Use a member variable for the texture databasearnova
This speeds up thumb loading considerably. This also gets rid of the Initialize/Deinitialize ThumbLoader functions
2013-07-05changed: Renamed m_database to m_video/m_musicDatabase for clarityarnova
2013-07-04Don't show "Add to Favorites" context button for "Get More..." add-on linksGarrett Brown
2013-07-04Remove extraneous empty-string check (URIUtils::IsInternetStream() and ↵Garrett Brown
CFile::Exists() both handle empty strings)
2013-07-04[configure] fix goldlinker checkwsnipex
2013-07-04Merge pull request #2811 from FernetMenta/erenderbufRainer Hochecker
renderer: replace ring buffer logic with queues for free, queued, and discarded buffers
2013-07-04[VideoInfoScanner] If no matching subepisode in guide, try full episodeLee Pollock
2013-07-04Merge pull request #2900 from mus65/os-releaseArne Morten Kvarving
[Linux] Read OS information from /etc/os-release
2013-07-03Merge pull request #2688 from ace20022/cleanup_settingsSascha Montellese
[Settings] Clean up things found by Cppcheck
2013-07-03Merge pull request #2872 from tecknicaltom/masterSascha Montellese
webserver: allow JSON-RPC to accept more content types
2013-07-03Merge pull request #2830 from koying/fixdroidlibrtmpMemphiz
FIX: add libm to librtmp
2013-07-03CDRip FFmpeg: Rename MuxerReadPacket to avio_write_callback which reflects ↵Alexis Ballier
more its purpose.
2013-07-03CDRip FFmpeg: Write directly to the disc in the avio callback since avio ↵Alexis Ballier
does the buffering for us we do not need to do it twice.
2013-07-03CDRip FFmpeg: Reduce a bit the avio buffer size as suggsted by libavformat ↵Alexis Ballier
documentation.
2013-07-03CDRip EncoderFFmpeg: Modernize.Alexis Ballier
Convert to use avformat_alloc_output_context2 and avcodec_encode_audio2. Convert input audio to the format requested by the encoder if needed.
2013-07-03[pvr] fix: CAddonCallbacksAddon::GetAddonSetting doesn't returns slider ↵Anton Fedchin
setting value.
2013-07-03FIX: add libm to librtmpChris "koying" Browet
2013-07-02DllAvFormat: Map avformat_alloc_output_context2.Alexis Ballier
2013-07-02CdripEncoderFFmpeg: Remove vorbis special casing.Alexis Ballier
Since we have a libvorbis encoder, we should probably not try to encode vorbis with ffmpeg: http://xiphmont.livejournal.com/51160.html
2013-07-02changed: Split background info loading into a 2 stagesarnova
This allows us to first perform loading of cached (fast) stuff and after that load the lookup (slow) stuff (partially fixes #14071)
2013-07-02Merge pull request #2879 from aballier/dvdaudioffmpeg_improvements2Alexis Ballier
Some improvements in the resampling code in DVDAudioCodecFFmpeg
2013-07-02Merge pull request #2880 from aballier/avfincludeAlexis Ballier
DllAvFilter: Always include libavfilter/buffersrc.h for av_buffersrc_add...