summaryrefslogtreecommitdiff
path: root/package/ffmpeg
AgeCommit message (Collapse)Author
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
2014-04-13use -O0 when debug onWaldemar Brodkorb
2014-04-07update to latest upstream versionWaldemar Brodkorb
2014-01-16good bye cris, hardware is eol, latest toolchain is broken, qemu emulator ↵Waldemar Brodkorb
support is bad, kernel needs patches for serial and network
2014-01-16good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵Waldemar Brodkorb
available
2013-12-03update ffmpegWaldemar Brodkorb
2013-10-24fix m68k allmodconfig buildWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-10-16remove patchWaldemar Brodkorb
2013-10-16add arm optimized dts decoding from raspberry pi developersWaldemar Brodkorb
2013-10-15disable avr32Waldemar Brodkorb
2013-10-14update to latest upstream versionWaldemar Brodkorb
2013-10-11add h264 encoding/decoding supportWaldemar Brodkorb
2013-09-17fix musl compileWaldemar Brodkorb
2013-07-11enable non-free, optimize for armv6, disable ffplay for now, SDL detection failsWaldemar Brodkorb
2013-07-10update to latest stable versionWaldemar Brodkorb
2012-03-21add new libraryWaldemar Brodkorb
2012-03-20more allconfig fixesWaldemar Brodkorb
2012-03-02update apps to latest upstream versionWaldemar Brodkorb
2011-11-09FreeBSD fixesWaldemar Brodkorb
2011-09-18add support for theora/vorbis, some minor fixesWaldemar Brodkorb
2011-09-17add Xvid codecWaldemar Brodkorb
2011-09-17add support for Theora codecWaldemar Brodkorb
2011-09-17add support for VP8 codecWaldemar Brodkorb
2011-09-16add flavours for encoding suppport for mp3/aacWaldemar Brodkorb
2011-09-16update ffmpeg to latest stable version, enable more subpackagesWaldemar Brodkorb
2011-04-27fix cris allconfig buildWaldemar Brodkorb
2011-03-31I am to tupid for git, today.Waldemar Brodkorb
Revert "Revert "fix conflict, autoseect libgcj"" This reverts commit c2bd3a43342e37a05a97e12581dd2bd52993877a.
2011-03-31Revert "fix conflict, autoseect libgcj"Waldemar Brodkorb
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04.
2011-03-31fix conflict, autoseect libgcjWaldemar Brodkorb
2011-02-14fix ccache usageWaldemar Brodkorb
2011-02-08many bugfixes for native adksystems and some package updatesWaldemar Brodkorb
2011-01-22activate GCC cflags check, cleanup FLAGS stuff in OpenADK.Waldemar Brodkorb
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage
2011-01-06remove obsolete SUB_INSTALL stuff.Waldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)