Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-04-19 | Revert 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 versions | wsnipex | |
2013-04-14 | Merge pull request #2597 from Alphix/ffmpeg-libav-fixes | Joakim Plate | |
ffmpeg and libav compatibility fixes | |||
2013-04-14 | Update libavfilter version check | David 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-14 | ffmpeg compatibility fix for matroska embedded subtitles | David 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-13 | ffmpeg 1.2 - fixed dvd still frames ended up in internal lavf | Voyager1 | |
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-13 | Merge pull request #2599 from BtbN/ffmpeg_vaapi_partialfix | Joakim Plate | |
Partial fix for ffmpeg VAAPI | |||
2013-04-13 | Add backported vaapi fix to ffmpeg/patches | BtbN | |
2013-04-13 | vaapi: fix argument for ff_vaapi_common_end_frame call | Janne Grunau | |
2013-04-12 | [WIN32] fixed: if we get someday ffmpeg compiled properly, enable hw ↵ | wsoltys | |
acceleration | |||
2013-04-12 | [WIN32] fixed: missing headers | wsoltys | |
2013-04-12 | [fix] change AM_CONFIG_HEADER to AC_CONFIG_HEADERS for automake-1.13 support | Stephan Raue | |
2013-04-11 | Merge pull request #2554 from FlyingRat/ffmpeg-n1.2 | davilla | |
[FFmpeg] version bump to n1.2 (rev e820e3a) | |||
2013-04-11 | fixed compiler warning about unused var | davilla | |