Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-05-12 | remove undef of byte workarounds now that we don't define it in PlatformDefs.h | Jonathan Marshall | |
2013-05-10 | [libdvd] update patch for libdvdread | Voyager1 | |
2013-05-10 | [libdvdread] Fix Playback of VIDEO_TS folders broken on SMB and NFS - thx ↵ | Voyager1 | |
@kraqh3d | |||
2013-05-10 | Revert "[libdvd] - added missing patches" | Voyager1 | |
This reverts commit 217532dfa495abd883d98b068394fe2452362274. | |||
2013-05-10 | Remove GetExtension version without return value | Rawk | |
2013-05-08 | Merge pull request #2699 from FernetMenta/hwaccel | Rainer Hochecker | |
move vdpau into hwaccel | |||
2013-05-08 | ffmpeg: add patches for backports | Rainer Hochecker | |
2013-05-06 | ffmpeg backport: fix vdpau vc1 interlace modes | Rainer Hochecker | |
2013-05-06 | ffmpeg backport: register vdpau hwaccel for mpeg12 | Rainer Hochecker | |
2013-05-06 | Merge pull request #2657 from aballier/aacoutput | Voyager1 | |
Fix AAC/AC3 recoding output over SPDIF / HDMI with ffmpeg-1.1 and later (eg, every platform that uses internal ffmpeg) | |||
2013-05-02 | README: fixed spelling errors and added some clarifications. | FlyingRat | |
2013-05-01 | Merge pull request #2634 from FlyingRat/patch-0028-cwd-updated | Martijn Kaijser | |
[ffmpeg] fix: patch needs to operate from lib/ffmpeg | |||
2013-04-25 | [darwin] - revert the revert the revert - well fix the build for darwin ↵ | Memphiz | |
broken in a7703fb74603192f087db90c60877eeed1097f66 | |||
2013-04-25 | Merge pull request #2633 from aballier/mess | Joakim Plate | |
Revert broken part of [6f653c5a2ba30008d62ab589ff5686df8a29ef72]. | |||
2013-04-25 | DllAvCodec: map avcodec_free_frame. | Alexis Ballier | |
This makes xbmc require FFmpeg 1.0 | |||
2013-04-25 | DllAvCodec: map avcodec_fill_audio_frame | Alexis Ballier | |
2013-04-23 | DllAvCodec: map avcodec_encode_audio2 | Alexis Ballier | |
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-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 | [ffmpeg] updated and reformated ffmpeg/patches/README-patches | FlyingRat | |
2013-04-19 | [ffmpeg] fix: patch needs to operate from lib/ffmpeg | FlyingRat | |