Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-07 | Don't show "Add to Favorites" context button for music search item | Garrett Brown | |
2013-07-07 | Merge 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-07 | fixes #14452, crash in DVDOverlayCodecTX3G.cpp when closing style indexs too far | davilla | |
2013-07-07 | fixed: MusicInfoTag loader locked up after ↵ | arnova | |
9752e490e40e69d53e9dbb10a972dff533192570 | |||
2013-07-07 | Add 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-06 | fixed, android audio playback | davilla | |
2013-07-06 | [WIN32] changed: check for sse2 and abort with a message if it isn't ↵ | wsoltys | |
supported by the cpu. | |||
2013-07-06 | Merge pull request #2889 from Karlson2k/win32_sse2 | wsoltys | |
Enable SSE2 for win32 | |||
2013-07-06 | Merge pull request #2943 from FernetMenta/tempfix | Rainer Hochecker | |
renderer: tempfix for aml/omx player after #2811 | |||
2013-07-06 | renderer: tempfix for aml/omx player after #2811 | Rainer Hochecker | |
2013-07-06 | [Fix] Do not show thumb of video when playing slideshow. | ulion | |
2013-07-05 | Configure, internal FFmpeg: Enable ipod muxer for m4a muxing and CD ripping ↵ | Alexis Ballier | |
in this format. | |||
2013-07-05 | Merge pull request #2937 from wsnipex/configure | Martijn Kaijser | |
[configure] fix goldlinker check (closes #13647) | |||
2013-07-05 | Merge pull request #2939 from popcornmix/fix_downmix | huceke | |
[rbp/omxplayer] Explicitly set number of output channels on audio_mixer | |||
2013-07-05 | CDRip EncoderFFmpeg: Provide a seek callback to avio. It is required for ↵ | Alexis Ballier | |
muxing mp4. | |||
2013-07-05 | CDRipEncoder: Add FileSeek function for seeking (required by some ↵ | Alexis Ballier | |
libavformat muxers). | |||
2013-07-05 | [Settings] Treat 'Set as default' in CGUIDialogXXXSettings as expert level | Fice | |
2013-07-05 | [Settings] Make Settings level lockable | Fice | |
2013-07-05 | [rbp/omxplayer] Explicitly set number of output channels on audio_mixer | popcornmix | |
2013-07-05 | Fix build failure with MSVC. Thanks to Jenkins tests. | Alexis Ballier | |
2013-07-05 | Allow selecting AAC and WMA audio CD ripping for the GUI. | Alexis Ballier | |
2013-07-05 | CDRip: 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-05 | Configure, internal FFmpeg: Enable asf muxer and wmav2 encoder for ripping ↵ | Alexis Ballier | |
CDs to wma2. | |||
2013-07-05 | DLLAvCodec: Do not map avcodec_encode_audio anymore since it is deprecated ↵ | Alexis Ballier | |
and now unused within xbmc code. | |||
2013-07-04 | Merge pull request #2890 from arnova/thumb_loader_refactor | arnova | |
Thumb loader refactor | |||
2013-07-05 | fixed: Thumb/flag extractions were never stored when used outside the bg ↵ | arnova | |
infoloader Also factored out some (obsolote?) code as a bonus | |||
2013-07-05 | fixed: Music thumb loading for files view was slow | arnova | |
This was caused by the fact that we never checked for cached images for music items | |||
2013-07-05 | changed: Use a member variable for the texture database | arnova | |
This speeds up thumb loading considerably. This also gets rid of the Initialize/Deinitialize ThumbLoader functions | |||
2013-07-05 | changed: Renamed m_database to m_video/m_musicDatabase for clarity | arnova | |
2013-07-04 | Don't show "Add to Favorites" context button for "Get More..." add-on links | Garrett Brown | |
2013-07-04 | Remove extraneous empty-string check (URIUtils::IsInternetStream() and ↵ | Garrett Brown | |
CFile::Exists() both handle empty strings) | |||
2013-07-04 | [configure] fix goldlinker check | wsnipex | |
2013-07-04 | Merge pull request #2811 from FernetMenta/erenderbuf | Rainer 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 episode | Lee Pollock | |
2013-07-04 | Merge pull request #2900 from mus65/os-release | Arne Morten Kvarving | |
[Linux] Read OS information from /etc/os-release | |||
2013-07-03 | Merge pull request #2688 from ace20022/cleanup_settings | Sascha Montellese | |
[Settings] Clean up things found by Cppcheck | |||
2013-07-03 | Merge pull request #2872 from tecknicaltom/master | Sascha Montellese | |
webserver: allow JSON-RPC to accept more content types | |||
2013-07-03 | Merge pull request #2830 from koying/fixdroidlibrtmp | Memphiz | |
FIX: add libm to librtmp | |||
2013-07-03 | CDRip FFmpeg: Rename MuxerReadPacket to avio_write_callback which reflects ↵ | Alexis Ballier | |
more its purpose. | |||
2013-07-03 | CDRip 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-03 | CDRip FFmpeg: Reduce a bit the avio buffer size as suggsted by libavformat ↵ | Alexis Ballier | |
documentation. | |||
2013-07-03 | CDRip 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-03 | FIX: add libm to librtmp | Chris "koying" Browet | |
2013-07-02 | DllAvFormat: Map avformat_alloc_output_context2. | Alexis Ballier | |
2013-07-02 | CdripEncoderFFmpeg: 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-02 | changed: Split background info loading into a 2 stages | arnova | |
This allows us to first perform loading of cached (fast) stuff and after that load the lookup (slow) stuff (partially fixes #14071) | |||
2013-07-02 | Merge pull request #2879 from aballier/dvdaudioffmpeg_improvements2 | Alexis Ballier | |
Some improvements in the resampling code in DVDAudioCodecFFmpeg | |||
2013-07-02 | Merge pull request #2880 from aballier/avfinclude | Alexis Ballier | |
DllAvFilter: Always include libavfilter/buffersrc.h for av_buffersrc_add... |