aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit 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-10Merge pull request #2760 from aballier/ffmpeg_cleanupsArne Morten Kvarving
External FFmpeg cleaning
2013-06-09pvr: win32: Make sure that the addon libs define TARGET_WINDOWSChristian 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-08Fix dllavutil after #2730Voyager1
2013-06-08Merge pull request #2730 from ulion/dvdplayer_ffmpeg_http_protocol_optionsArne Morten Kvarving
[DVDPlayer] ffmpeg support http/https protocol options, also fix #14309.
2013-06-08ffmpeg: restore invalid vda_frame definitionJoakim 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-02changed, use TARGET_xxx in UnrarXLibdavilla
2013-06-02these are libs, revert to compiler standard defsdavilla
2013-05-27[platinum] - fix shadowed local varMemphiz
2013-05-23ffmpeg: fixup compile error in patchJoakim Plate
2013-05-22ffmpeg: add patch file for vaapi fixJoakim Plate
2013-05-22vaapi: don't unmap non-existing bufferJoakim 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-17Drop support for old ffmpeg header layout.Alexis Ballier
xbmc requires a ffmpeg version that has the new layout.
2013-05-17Remove 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-17Remove 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-17Remove 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-17Drop 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-17Remove 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-17DllAvCodec.h: remove mention of libavcore that is long gone.Alexis Ballier
2013-05-15[libdvdread] added patch file elimination of symlink resolutionVoyager1
2013-05-15[libdvdread] Remove symlink checking as this is not needed by xbmcVoyager1
2013-05-15[libdvdread] Revert previous fixupsVoyager1
2013-05-13Merge pull request #2723 from Voyager1/libdvdread-fixVoyager1
Libdvdread fix for SMB, NFS, VIDEO_TS files (non-Windows platforms). fixes #14316
2013-05-12Merge pull request #2735 from davilla/add-avformat_network-bitsdavilla
fixed, add avformat_network_init/avformat_network_deinit
2013-05-12fixed, move load before we try to access and make sure we are loaded before ↵davilla
accessing functions
2013-05-11fixed, add avformat_network_init/avformat_network_deinitdavilla
2013-05-12[DVDPlayer] ffmpeg support http/https protocol options, also fix #14309.ulion
2013-05-12remove undef of byte workarounds now that we don't define it in PlatformDefs.hJonathan Marshall
2013-05-10[libdvd] update patch for libdvdreadVoyager1
2013-05-10[libdvdread] Fix Playback of VIDEO_TS folders broken on SMB and NFS - thx ↵Voyager1
@kraqh3d
2013-05-10Revert "[libdvd] - added missing patches"Voyager1
This reverts commit 217532dfa495abd883d98b068394fe2452362274.
2013-05-10Remove GetExtension version without return valueRawk
2013-05-08Merge pull request #2699 from FernetMenta/hwaccelRainer Hochecker
move vdpau into hwaccel
2013-05-08ffmpeg: add patches for backportsRainer Hochecker
2013-05-06ffmpeg backport: fix vdpau vc1 interlace modesRainer Hochecker
2013-05-06ffmpeg backport: register vdpau hwaccel for mpeg12Rainer Hochecker
2013-05-06Merge pull request #2657 from aballier/aacoutputVoyager1
Fix AAC/AC3 recoding output over SPDIF / HDMI with ffmpeg-1.1 and later (eg, every platform that uses internal ffmpeg)
2013-05-02README: fixed spelling errors and added some clarifications.FlyingRat
2013-05-01Merge pull request #2634 from FlyingRat/patch-0028-cwd-updatedMartijn 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-25Merge pull request #2633 from aballier/messJoakim Plate
Revert broken part of [6f653c5a2ba30008d62ab589ff5686df8a29ef72].
2013-04-25DllAvCodec: map avcodec_free_frame.Alexis Ballier
This makes xbmc require FFmpeg 1.0
2013-04-25DllAvCodec: map avcodec_fill_audio_frameAlexis Ballier
2013-04-23DllAvCodec: map avcodec_encode_audio2Alexis Ballier
2013-04-21[libdvd] - added missing patchesMemphiz
2013-04-21Rename 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-patchesFlyingRat
2013-04-19[ffmpeg] fix: patch needs to operate from lib/ffmpegFlyingRat