Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-13 | configure, external ffmpeg: do not check if libavcodec contains vdpau functions. | Alexis Ballier | |
it will fall back to other methods if not present and we have no guarantee that the libavcodec version we build against will be the same we run with (except it has the same ABI but ff_vdpau symbols are not part of the ABI). | |||
2013-06-10 | Merge pull request #2760 from aballier/ffmpeg_cleanups | Arne Morten Kvarving | |
External FFmpeg cleaning | |||
2013-06-09 | [mdns] - add optional libmdnsembedded support to configure | Memphiz | |
2013-06-08 | Merge pull request #2847 from elupus/vda_ffmpeg | Joakim Plate | |
Vda ffmpeg | |||
2013-06-08 | dvdplayer: support vda decoding using ffmpeg hwaccel infrastructure | Joakim Plate | |
This removes the requirment that width/height have to be known before hand, as well as avoid need to extract extradata before hand. | |||
2013-06-05 | [rbp/buildsystem] changed set USE_TEXTUREPACKER_NATIVE_ROOT in the build ↵ | gimli | |
environment | |||
2013-06-01 | [osx] changed, remove dyload of vda, link to framework instead | davilla | |
2013-05-26 | [release] version bump to 13.0 alpha5 as we start new merge window. | Martijn Kaijser | |
2013-05-17 | configure: Drop checks for sample_aspect_ratio. They are useless because ↵ | Alexis Ballier | |
they are done via #ifery now. | |||
2013-05-17 | configure: remove a no longer valid comment | Alexis Ballier | |
2013-05-17 | Drop PIX_FMT_VDPAU_MPEG4 checks and assume it is always present. It is the ↵ | Alexis Ballier | |
case for all ffmpeg versions xbmc can build against. | |||
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 | Remove rgb2rgb.h checks. | Alexis Ballier | |
This header is unused in xbmc code. | |||
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 | configure: Do not check for libavcore files since it is long gone and xbmc ↵ | Alexis Ballier | |
requires ffmpeg 1.0 | |||
2013-05-15 | build: don't guess where a feature may be available | Cory Fields | |
Test the feature, not the OS. Fixes Android build. | |||
2013-05-10 | jni: add libjnigraphics for native bitmap functions | Cory Fields | |
2013-05-10 | jni: build jni library | Cory Fields | |
2013-05-04 | add DVDVideoCodecAmlogic | davilla | |
2013-05-04 | changed utils/Makefile to use Makefile.in | davilla | |
2013-05-02 | [airtunes] - make libshairplay the new default airtunes library and allow ↵ | Memphiz | |
configure to detect and fallback to libshairport if needed | |||
2013-05-01 | Merge pull request #2667 from ulion/fix_unreference_gcc_builtin_atomic_func | ulion | |
Fix undefined reference caused by wrong detection of gcc builtin atomic functions. | |||
2013-04-29 | Fix undefined reference caused by wrong detection of gcc builtin atomic ↵ | Ulion | |
functions. | |||
2013-04-28 | [release] version bump to 13.0 alpha4 as we start new merge window. | Martijn Kaijser | |
2013-03-28 | [release] version bump to 13.0 alpha3 as we start new merge window. | Martijn Kaijser | |
2013-03-19 | depends: remove python pil helper scripts and docs, they've been moved to ↵ | Cory Fields | |
depends | |||
2013-03-11 | depends: gawk is build-side, host doesn't matter | Cory Fields | |
2013-03-11 | depends: remove android hack for python now that correct libdeps are defined | Cory Fields | |
2013-03-11 | depends: add liblog check, it may not be included by the toolchain | Cory Fields | |
2013-03-11 | depends: don't link libcdio unless optical is enabled | theuni | |
2013-03-11 | depends: point ffmpeg to the correct yasm | theuni | |
This should be fixed so that we check for a build-side yasm instead of just assuming it's there. | |||
2013-03-11 | depends: ffmpeg needs our ldflags | theuni | |
2013-03-11 | depends: clean up the built-in mess and test properly instead | Cory Fields | |
2013-03-11 | depends: set some sane defaults for arm+linux | Cory Fields | |
2013-03-11 | depends: set default android configure options | Cory Fields | |
2013-03-07 | Merge pull request #2243 from MartijnKaijser/13.0alpha2_bump | davilla | |
[release] version bump to 13.0 alpha2 as we start new merge window. | |||
2013-03-01 | Merge pull request #2323 from dagwieers/pthread_setname | Joakim Plate | |
Name threads properly on Linux, FreeBSD, OpenBSD, ... | |||
2013-03-01 | Name threads on Linux properly | Dag Wieers | |
I implemented this as part of the OpenELEC project. It helps debug issues if we can easily identify the XBMC thread by name. This patch implements just that. This second incarnation now implements a proper configure check to ensure we are using the capabilities of the library on various platforms (esp. when using glibc < 1.12). | |||
2013-02-28 | [cec] get the CEC devices that are connected to the system from libCEC, ↵ | Lars Op den Kamp | |
rather than getting them from usb device scanning (or other methods). this way all adapters that libCEC supports are automatically supported by XBMC, without the need for specific device scanning code. bumped libCEC to 2.1.0 | |||
2013-02-15 | [release] version bump to 13.0 alpha2 as we start new merge window. | Martijn Kaijser | |
2013-02-11 | bluray: support BDJ menus | Joakim Plate | |
2013-02-10 | Merge pull request #2193 from OpenELEC/git-version-changes | Martijn Kaijser | |
configure.in: change check for 'VERSION' file: | |||
2013-02-09 | configure: fix *nix compilation of libdvdnav | wsnipex | |
2013-02-07 | configure.in: change check for 'VERSION' file: | Stephan Raue | |
- first check if this file exist and use the content from there - if it not exist check with 'git log' - if this fails set to 'Unknown' This patch also shows the GIT_REV in the configure summary message. To display This message on top of the messages we move the whole block a bit above | |||
2013-02-02 | configure: allow GIT_REV to be read from VERSION file | wsnipex | |
needed for building outside of a git repo | |||
2013-01-31 | [configure] - fix missleading enable printout of projectm | Memphiz | |