summaryrefslogtreecommitdiff
path: root/package/ffmpeg
AgeCommit message (Collapse)Author
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 ;)
2010-11-26implement the concept of target choice by embedded system or architectureWaldemar Brodkorb
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction.
2010-11-25respect hardware profile for ibm x40Waldemar Brodkorb
2010-11-13unify alix supportWaldemar Brodkorb
add hardware profiles for 3 alix boards, but use the same toolchain for all of them. This is just better for maintenance purpose. delete old targets.
2010-10-31disable doc generationWaldemar Brodkorb
2010-10-29update to latest upstream versionWaldemar Brodkorb
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-07-14misc stuffWaldemar Brodkorb
- remove broken patch from silicon motion driver - add mpc package for upcoming gcc 4.5.x update - add /etc/adktarget, which can be used for native targets to identify - add ffplay subpackage
2010-07-08Merge remote branch 'phil/auto-config-in'Waldemar Brodkorb
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile