Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-01 | Merge pull request #2601 from sraue/automake-1.13-fixes | Martijn Kaijser | |
[fix] change AM_CONFIG_HEADER to AC_CONFIG_HEADERS for automake-1.13 support | |||
2013-08-01 | dvdplayer: look for stereo_mode metadata in frames to update stereo mode | Joakim Plate | |
2013-08-01 | ffmpeg: add patch file for stereoscopic metadata from h264 | Joakim Plate | |
2013-08-01 | h264: expose h264 frame packing as stereo_mode metadata | Joakim Plate | |
2013-08-01 | ffmpeg: add av_opt_set_int and av_opt_set_double for intrumenting swr | fritsch | |
2013-08-01 | ffmpeg: add methods to the interface needed for resampling | xbmc | |
2013-07-26 | DllAvCodec.h: Stop mapping avcodec_default_{get,release}_buffer. | Alexis Ballier | |
Those are unused in xbmc code and deprecated in FFmpeg 2.0. This removes the related deprecation warnings. | |||
2013-07-17 | [win32] fix library.xbmc.foo builds after ↵ | montellese | |
cc988c14d2c13cee4633b316065e4cf335328e99 | |||
2013-07-08 | Merge pull request #2934 from aballier/cdripupdate | Arne Morten Kvarving | |
Resurect FFmpeg encoder for audio CD ripping. | |||
2013-07-09 | added callback methods for binary add-ons to get codec id information from ↵ | Lars Op den Kamp | |
XBMC, so the dep on avcodec.h can be removed. only IDs used by pvr.hts and pvr.vdr.vnsi have been included | |||
2013-07-06 | Merge pull request #2889 from Karlson2k/win32_sse2 | wsoltys | |
Enable SSE2 for win32 | |||
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-02 | DllAvFormat: Map avformat_alloc_output_context2. | Alexis Ballier | |
2013-07-02 | Merge pull request #2880 from aballier/avfinclude | Alexis Ballier | |
DllAvFilter: Always include libavfilter/buffersrc.h for av_buffersrc_add... | |||
2013-07-01 | Replace deprecated CodedID and CODEC_ID by their av prefixed counterparts. | Alexis Ballier | |
2013-06-27 | Fix 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-18 | [win32] Enable SSE2 everywhere | Karlson2k | |
2013-06-17 | [ffmpeg] - backport fix for crashing when using vaapi (found on libav ↵ | Memphiz | |
mailing list) - this was signed off by elupus | |||
2013-06-17 | Revert "ffmpeg: add patch file for vaapi fix" | Memphiz | |
This reverts commit 4f47cfc9726c46ee69c72bdc4a28c15f1caea342. | |||
2013-06-17 | Revert "vaapi: don't unmap non-existing buffer" | Memphiz | |
This reverts commit c1597430e6d2dfd6b644be0345e0df9e0fe44336. | |||
2013-06-17 | Revert "ffmpeg: fixup compile error in patch" | Memphiz | |
This reverts commit fcbc5e9a2a320c0b3bb6d6555143e863f1db3158. | |||
2013-06-14 | DllAvFilter: Always include libavfilter/buffersrc.h for av_buffersrc_add_frame. | Alexis Ballier | |
2013-06-11 | [jenkins] - do the mingw build in a backgroundthread and echo "." on the ↵ | Memphiz | |
foreground thread for giving continuous output to the jenkins slave - should fix the disconnect issue on win32 slave | |||
2013-06-10 | Merge pull request #2760 from aballier/ffmpeg_cleanups | Arne Morten Kvarving | |
External FFmpeg cleaning | |||
2013-06-09 | pvr: win32: Make sure that the addon libs define TARGET_WINDOWS | Christian Fetzer | |
Recently, _WIN32 has been replaced by TARGET_WINDOWS. Since this is a project specific define and not a system variable, we have to make sure that the PVR addon libs define this in their project configuration. Otherwise the libs won't export any symbols and the PVR addons cannot be loaded. | |||
2013-06-08 | Fix dllavutil after #2730 | Voyager1 | |
2013-06-08 | Merge pull request #2730 from ulion/dvdplayer_ffmpeg_http_protocol_options | Arne Morten Kvarving | |
[DVDPlayer] ffmpeg support http/https protocol options, also fix #14309. | |||
2013-06-08 | ffmpeg: restore invalid vda_frame definition | Joakim Plate | |
Upstream has it this way already, no idea how this ended up changed. | |||
2013-06-04 | [WIN32] fix compiler error after 7b65508685ef7a6f3c16e9b341b2b71fafaa46b2 ↵ | wsoltys | |
(we got time to test it ... :) | |||
2013-06-02 | changed, use TARGET_xxx in UnrarXLib | davilla | |
2013-06-02 | these are libs, revert to compiler standard defs | davilla | |
2013-05-27 | [platinum] - fix shadowed local var | Memphiz | |
2013-05-23 | ffmpeg: fixup compile error in patch | Joakim Plate | |
2013-05-22 | ffmpeg: add patch file for vaapi fix | Joakim Plate | |
2013-05-22 | vaapi: don't unmap non-existing buffer | Joakim Plate | |
Some h264's can end up calling ff_vaapi_render_picture after a seek with no buffer allocated and vaUnmapBuffer will assert on a invalid buffer. | |||
2013-05-17 | Drop support for old ffmpeg header layout. | Alexis Ballier | |
xbmc requires a ffmpeg version that has the new layout. | |||
2013-05-17 | Remove the check for libavutil/samplefmt.h and assume it is always present. | Alexis Ballier | |
This header has existed since libavcore got merged back into libavutil and xbmc will not build with such an old ffmpeg version that does not have it. | |||
2013-05-17 | Remove the check for libavutil/mem.h and assume it is always present. | Alexis Ballier | |
This header has existed since 2007 and xbmc will not build with such an old ffmpeg version that does not have it. | |||
2013-05-17 | Remove the check for libavutil/mathematics.h and assume it is always present. | Alexis Ballier | |
This header has existed since years and xbmc will not build with such an old ffmpeg version that does not have it. | |||
2013-05-17 | Drop checks for libav*/opt.h. | Alexis Ballier | |
It has been moved to libavutil/opt.h in 2010, libavutil versin 50, and xbmc requires ffmpeg 1.0, libavutil version 51. | |||
2013-05-17 | Remove the checks for AVPacket definitions in libavformat. | Alexis Ballier | |
It has been moved to libavcodec in 2009, libavcodec version 52, and xbmc requires ffmpeg 1.0, libavcodec version 54, so we can assume AVPacket is always defined in libavcodec. | |||
2013-05-17 | DllAvCodec.h: remove mention of libavcore that is long gone. | Alexis Ballier | |
2013-05-15 | [libdvdread] added patch file elimination of symlink resolution | Voyager1 | |
2013-05-15 | [libdvdread] Remove symlink checking as this is not needed by xbmc | Voyager1 | |
2013-05-15 | [libdvdread] Revert previous fixups | Voyager1 | |
2013-05-13 | Merge pull request #2723 from Voyager1/libdvdread-fix | Voyager1 | |
Libdvdread fix for SMB, NFS, VIDEO_TS files (non-Windows platforms). fixes #14316 | |||
2013-05-12 | Merge pull request #2735 from davilla/add-avformat_network-bits | davilla | |
fixed, add avformat_network_init/avformat_network_deinit | |||
2013-05-12 | fixed, move load before we try to access and make sure we are loaded before ↵ | davilla | |
accessing functions | |||
2013-05-11 | fixed, add avformat_network_init/avformat_network_deinit | davilla | |
2013-05-12 | [DVDPlayer] ffmpeg support http/https protocol options, also fix #14309. | ulion | |