aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-08-01Merge pull request #2601 from sraue/automake-1.13-fixesMartijn Kaijser
2013-08-01dvdplayer: look for stereo_mode metadata in frames to update stereo modeJoakim Plate
2013-08-01ffmpeg: add patch file for stereoscopic metadata from h264Joakim Plate
2013-08-01h264: expose h264 frame packing as stereo_mode metadataJoakim Plate
2013-08-01ffmpeg: add av_opt_set_int and av_opt_set_double for intrumenting swrfritsch
2013-08-01ffmpeg: add methods to the interface needed for resamplingxbmc
2013-07-26DllAvCodec.h: Stop mapping avcodec_default_{get,release}_buffer.Alexis Ballier
2013-07-17[win32] fix library.xbmc.foo builds after cc988c14d2c13cee4633b316065e4cf3353...montellese
2013-07-08Merge pull request #2934 from aballier/cdripupdateArne Morten Kvarving
2013-07-09added callback methods for binary add-ons to get codec id information from XB...Lars Op den Kamp
2013-07-06Merge pull request #2889 from Karlson2k/win32_sse2wsoltys
2013-07-05DLLAvCodec: Do not map avcodec_encode_audio anymore since it is deprecated an...Alexis Ballier
2013-07-02DllAvFormat: Map avformat_alloc_output_context2.Alexis Ballier
2013-07-02Merge pull request #2880 from aballier/avfincludeAlexis Ballier
2013-07-01Replace deprecated CodedID and CODEC_ID by their av prefixed counterparts.Alexis Ballier
2013-06-27Fix memory leak and a failed ASSERT under win32 Debug build. A string was bei...Garrett Brown
2013-06-18[win32] Enable SSE2 everywhereKarlson2k
2013-06-17[ffmpeg] - backport fix for crashing when using vaapi (found on libav mailing...Memphiz
2013-06-17Revert "ffmpeg: add patch file for vaapi fix"Memphiz
2013-06-17Revert "vaapi: don't unmap non-existing buffer"Memphiz
2013-06-17Revert "ffmpeg: fixup compile error in patch"Memphiz
2013-06-14DllAvFilter: 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 fore...Memphiz
2013-06-10Merge pull request #2760 from aballier/ffmpeg_cleanupsArne Morten Kvarving
2013-06-09pvr: win32: Make sure that the addon libs define TARGET_WINDOWSChristian Fetzer
2013-06-08Fix dllavutil after #2730Voyager1
2013-06-08Merge pull request #2730 from ulion/dvdplayer_ffmpeg_http_protocol_optionsArne Morten Kvarving
2013-06-08ffmpeg: restore invalid vda_frame definitionJoakim Plate
2013-06-04[WIN32] fix compiler error after 7b65508685ef7a6f3c16e9b341b2b71fafaa46b2 (we...wsoltys
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
2013-05-17Drop support for old ffmpeg header layout.Alexis Ballier
2013-05-17Remove the check for libavutil/samplefmt.h and assume it is always present.Alexis Ballier
2013-05-17Remove the check for libavutil/mem.h and assume it is always present.Alexis Ballier
2013-05-17Remove the check for libavutil/mathematics.h and assume it is always present.Alexis Ballier
2013-05-17Drop checks for libav*/opt.h.Alexis Ballier
2013-05-17Remove the checks for AVPacket definitions in libavformat.Alexis Ballier
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
2013-05-12Merge pull request #2735 from davilla/add-avformat_network-bitsdavilla
2013-05-12fixed, move load before we try to access and make sure we are loaded before a...davilla
2013-05-11fixed, add avformat_network_init/avformat_network_deinitdavilla
2013-05-12[DVDPlayer] ffmpeg support http/https protocol options, also fix #14309.ulion