aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
2013-04-19Revert broken part of [6f653c5a2ba30008d62ab589ff5686df8a29ef72].Alexis Ballier
This was obviously untested as it breaks external ffmpeg build and only changes this code path. xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxers.a(DVDDemuxFFmpeg.o): In function `DllAvFormat::av_read_frame_flush(AVFormatContext*): /home/alexis/xbmc/lib/DllAvFormat.h:121: undefined reference to `ff_read_frame_flush' Even if it did not break, the change is wrong anyway.
2013-04-15[ffmpeg] fix shared library versionswsnipex
2013-04-14Merge pull request #2597 from Alphix/ffmpeg-libav-fixesJoakim Plate
ffmpeg and libav compatibility fixes
2013-04-14Update libavfilter version checkDavid Härdeman
Make the version check compatible with both ffmpeg and libav. Also add comments describing when the API change was made for both libraries.
2013-04-14ffmpeg compatibility fix for matroska embedded subtitlesDavid Härdeman
Commit 2626cc4580bfd560c6983338d77b2c11c16af94f in the ffmpeg repo changed the codec id of matroska embedded S_TEXT/UTF-8 subtitles from CODEC_ID_TEXT to AV_CODEC_ID_SUBRIP. That commit is part of ffmpeg 1.0 and later. Add the new codec id to provide compatibility for the updated ffmpeg library and external ffmpeg libraries.
2013-04-13[WIN32] fixed make distclean for ffmpeg (thanks Voyager1)wsoltys
2013-04-13[WIN32] fixed: hopefully this time. use the new mingw make only for ffmpeg ↵wsoltys
and use the old make for the rest.
2013-04-13ffmpeg 1.2 - fixed dvd still frames ended up in internal lavfVoyager1
2013-04-13[WIN32] fixed build setup by reverting to the old scripts.wsoltys
2013-04-13[WIN32] fixed: removed accidentally test commit.wsoltys
2013-04-13Merge pull request #2599 from BtbN/ffmpeg_vaapi_partialfixJoakim Plate
Partial fix for ffmpeg VAAPI
2013-04-13Add backported vaapi fix to ffmpeg/patchesBtbN
2013-04-13vaapi: fix argument for ff_vaapi_common_end_frame callJanne Grunau
2013-04-12[WIN32] fixed: if we get someday ffmpeg compiled properly, enable hw ↵wsoltys
acceleration
2013-04-12[WIN32] fixed: missing headerswsoltys
2013-04-12[fix] change AM_CONFIG_HEADER to AC_CONFIG_HEADERS for automake-1.13 supportStephan Raue
2013-04-11Merge pull request #2554 from FlyingRat/ffmpeg-n1.2davilla
[FFmpeg] version bump to n1.2 (rev e820e3a)
2013-04-11fixed compiler warning about unused vardavilla