summaryrefslogtreecommitdiff
path: root/package/ffmpeg
AgeCommit message (Collapse)Author
2018-05-27kodi: update to leia 18 alpha, add all required packagesWaldemar Brodkorb
2018-05-08add ffmpeg libx265 supportWaldemar Brodkorb
2018-02-18ffmpeg: update to 3.4.2Waldemar Brodkorb
2018-02-12ffmpeg: enable ssl by defaultWaldemar Brodkorb
2017-12-25ffmpeg: update to 3.4.1Waldemar Brodkorb
2017-11-02ffmpeg: update to 3.3.5Waldemar Brodkorb
2017-07-12ffmpeg: update to 3.3.2Waldemar Brodkorb
2017-05-19ffmpeg: update to 3.3.1Waldemar Brodkorb
2017-03-06ffmpeg: update to 3.2.4Waldemar Brodkorb
2017-02-06ffmpeg: update to 3.2.2Waldemar Brodkorb
2016-10-31ffmpeg: ncurses requiredWaldemar Brodkorb
2016-10-31ffmpeg: update to 3.2Waldemar Brodkorb
2016-07-03ffmpeg: update to 3.1.1Waldemar Brodkorb
2016-05-06ffmpeg: update to 3.0.2Waldemar Brodkorb
2016-04-08ffmpeg: bugfix for Darwin cross-compileWaldemar Brodkorb
2016-04-01ffmpeg: update to 3.0.1Waldemar Brodkorb
2016-03-13ffmpeg: update to latest versionWaldemar Brodkorb
2016-03-07rework menu based config systemWaldemar Brodkorb
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;)
2016-01-16ffmpeg: update to latest stable versionWaldemar Brodkorb
2016-01-13ffmpeg: update to latest stable versionWaldemar Brodkorb
2016-01-10ffmpeg: fix mips32Waldemar Brodkorb
2016-01-10ffmpeg: fix mmxextWaldemar Brodkorb
2016-01-09Adapt SSE optimisation for mplayer and ffmpegOliver Schib
Add support for higher order SSE and make sure only one is selected at a time. Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2015-11-29ffmpeg: update to latest stable versionWaldemar Brodkorb
2015-11-16ffmpeg: update to latestWaldemar Brodkorb
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar Brodkorb
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
2015-10-24ffmpeg: update to latest stable versionWaldemar Brodkorb
2015-07-24update ffmpeg to latestWaldemar Brodkorb
2015-05-24update ffmpeg to latestWaldemar Brodkorb
2015-04-14update to latest upstream versionWaldemar Brodkorb
2015-03-07update to latest upstream versionWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-12-26fix some md5sums. reported via cubox-i forum.Waldemar Brodkorb
2014-12-25update to latest upstream, disable iconvWaldemar Brodkorb
2014-12-05update to latest upstreamWaldemar Brodkorb
2014-09-23update to latest stableWaldemar Brodkorb
2014-09-18update to latest upstreamWaldemar Brodkorb
2014-09-08make kodi usableWaldemar Brodkorb
2014-08-28update ffmpeg, add experimental kodi package, add freescale librariesWaldemar Brodkorb
2014-08-12update to latest upstreamWaldemar Brodkorb
2014-06-30update to latest stable upstreamWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-16update to latest stable upstreamWaldemar Brodkorb
2014-06-04fix typoWaldemar Brodkorb
2014-06-02refactor CPU_ARCH/ARCH variablesWaldemar Brodkorb
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make
2014-05-31rework static linking support, works with musl/glibc, fails to boot with ↵Waldemar Brodkorb
uclibc (qemu-x86)
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-23update to latest upstreamWaldemar Brodkorb
2014-04-14Merge branch 'master' of git+ssh://www.openadk.org/git/openadkWaldemar Brodkorb
2014-04-14update to latest bootloader, userland and kernel for rpiWaldemar Brodkorb