summaryrefslogtreecommitdiff
path: root/packages/ffmpeg
AgeCommit message (Collapse)AuthorFiles
2008-12-17ffmpeg: ARM_INSTRUCTION_SET = "arm"Koen Kooi1
* some archs (e.g. armv4t) compile fine with thumb, but other don't (e.g. armv5te). * ffmpeg is also one of the libraries that go faster in ARM mode * note that ffmpeg has assembler that will use e.g. thumb2 options where it makes sense, so this is more nuanced than it seems
2008-12-16ffmpeg: update svn version to match git buildKoen Kooi1
2008-12-16omapfbplay: bump PR for ffmpeg changeKoen Kooi1
2008-12-16ffmpeg git: bump SRCREV, armv7a neon patches are now upstreamKoen Kooi1
2008-11-28omapfbplay: update SRCREV and make it non-machine specificKoen Kooi2
2008-11-26ffmpeg git: replace arm SRCREV that got wiped out by a git commit --amendKoen Kooi1
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