summaryrefslogtreecommitdiff
path: root/packages/ffmpeg
AgeCommit message (Collapse)AuthorFiles
2008-10-29bluemchen wiese: Allow to disable certain ugly packages globallyHolger Hans Peter Freyther4
Adopt the notion of gstreamer and allow to easily not build certain ugly packages. People are constraints to not live on a bluemchen wiese can set ENTERPRISE_DISTRO="1" in their config and get ugly packages removed. This is implemented by a set of packages in the BBMASK (as a safety net) and by using base conditional to onl conditonally add ugly packages.
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther4
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther4
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe3
2008-09-21omapfbplay, gst-ffmpeg: bump PRKoen Kooi1
2008-09-21ffmpeg: bump SRCREV to make gst-ffmpeg happyKoen Kooi1
2008-09-21ffmpeg: bump SRCREVKoen Kooi2
omapfbplay, gnash(-minimal), gst-ffmpeg, libomxil-bellagio: bump PR
2008-09-19ffmpeg: enable schroedingerKoen Kooi1
2008-09-08ffmpeg: fix versioning, the -pre1 is wrongly versioned, so bump PE, spotted ↵Koen Kooi2
by Xora
2008-09-02ffmpeg: bump SRCREVKoen Kooi1
gst-ffmpeg, libomxil: bump PR
2008-09-02ffmpeg git: make default for avr32Koen Kooi1
2008-09-02ffmpeg: move improved staging method from _git to .incKoen Kooi2
2008-08-30packages/ffmpeg/ffmpeg_0.4.9-pre1.bb : Add libmp3lame if mp3 support is ↵Stelios Koroneos2
configured in
2008-08-30ffmpeg: Brought in ifaistos' missing patch for fixed linker arguments for ↵Leon Woestenberg2
libavformat. Needed for ppc/glibc.
2008-08-30ffmpeg: Revert DEPENDS on coreutils-native. Instead, remove -s (strip) ↵Leon Woestenberg3
argument to install.
2008-08-24packages/ffmpeg/ffmpeg_0.4.9-pre1.bb : Disable mmx for x86Stelios Koroneos2
Add core-utils to the depends list as build fails during ffmpeg's install/stip stage
2008-08-24ffmpeg git: bump SRCREVKoen Kooi1
2008-08-21ffmpeg: workaround problem with linux-libc-headers and c99Koen Kooi1
2008-08-18ffmpeg git : bump SRCREV Koen Kooi2
2008-08-10omapfbplay: bump PRKoen Kooi1
2008-08-10ffmpeg git: bump SRCREVKoen Kooi1
2008-08-09ffmpeg git: add note on how to keep software workingKoen Kooi1
2008-08-09ffmpeg git: switch from 'arm-neon' to 'arm' branch for armKoen Kooi1
2008-08-05ffmpeg git: stage swscale headers in both ffmpeg/ and libswcale/, apps can't ↵Koen Kooi1
agree on a standard location
2008-08-05ffmpeg git: enable software scalerKoen Kooi1
2008-08-04ffmpeg git: bump SRCREV for armKoen Kooi1
2008-08-02ffmpeg git: bump SRCREVKoen Kooi1
2008-07-31ffmpeg git: make default for armv5+ on angstromKoen Kooi1
2008-07-31omapfbplay: build shared version from now onKoen Kooi1
2008-07-31ffmpeg git: bump SRCREVKoen Kooi1
2008-07-30ffmpeg git: bump SRCREV for cortex deadlock fixesKoen Kooi2
omapfbplay: bump PR
2008-07-29ffmpeg git: bump SRCREVKoen Kooi1
2008-07-21omapfbplay: check in updated patchKoen Kooi1
2008-07-20ffmpeg: bump SRCREVKoen Kooi2
omapfbplay: bump SRCREV
2008-07-15ffmpeg, omapfbplay: bump SRCREVKoen Kooi2
2008-07-14ffmpeg git: bump SRCREV Koen Kooi1
2008-07-13ffmpeg git: bump SRCREV for faster mp3 decodingKoen Kooi1
2008-07-11ffmpeg git: bump SRCREV to get rid of image curruption when using gcc 4.3.1Koen Kooi2
omapfbplay git: bump PR to use above ffmpeg
2008-07-10omapfbplay: update DEPENDSKoen Kooi1
2008-07-10omapfbplay: fix depends Koen Kooi1
2008-07-10omapfbplay: make a static binaryKoen Kooi3
2008-07-10omapfbplay: bump SRCREV to move frame display to a seperate thread Koen Kooi1
2008-07-10ffmpeg git: adjust stagingKoen Kooi1
2008-07-09omapfbplay: add small media player that uses the omapfb overlays to play stuffKoen Kooi1
2008-07-09ffmpeg git: enhance stagingKoen Kooi1
2008-07-09ffmpeg: move SRCREV to recipe so people can build the git version with ↵Koen Kooi2
optimizations for NEON
2008-02-28ffmpeg_svn: fix SRCREVJunqian Gordon Xu1
2008-02-24ffmpeg: make svn buildable, fix configure options for 0.4.9-pre1, unify, ↵Junqian Gordon Xu3
clean up * fix svn using SRCDATE * reformat EXTRA_OECONF to make the order of the options follow ./configure --help * NOTE: --cpu(0.4.9-pre1) equals --arch(svn); while --tune(0.4.9-pre1) equals --cpu(svn) * NOTE: oe uses --march and --mtune, so the above optimization by ffmpeg (--mcpu) is not really needed * NOTE: but we try to make --cpu(0.4.9-pre1) or --arch(svn) as close to $TARGET_ARCH as possible * checked --march and --mtune and $TARGET_CFLAGS are used correctly * remove unnecessary FLAGS, configure options, oe_runconf(), etc in either svn or pre1 * unify svn and 0.4.9-pre1, however not much can be done for packaging and staging * QA: add LEAD_SONAME, fix DESCRIPTION, HOME, AUTHOR
2008-02-24ffmpeg: fix 0.4.9-pre1 oebug 1897, fix svn packaging oebug 3850Junqian Gordon Xu10
* gcc4.patch absorbs the original common.patch and adds hacks to satisfy stricter type checking by gcc4 * soname.patch adds libpostproc fix in oebug 1897 comment#1 * drop the obsolete/dup patches in ffmpeg dir * 1st attemp to unify 0.4.9 and svn. * TODO: further unification of packaging and staging is desired once svn recipie settles
2007-09-04ffmpeg: convert to SRCREVKoen Kooi1