- 31 May, 2015 34 commits
-
-
Michael Niedermayer authored
* commit 'd0bf20a4': ppc: vsx: Implement diff_pixels and get_pixels Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'eecd29b3': ppc: vsx: Implement float_dsp Conflicts: libavutil/ppc/float_dsp_init.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '7d07ee5a': ppc: cpu: Add support for VSX and POWER8 extensions Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'da60b99a': ppc: Restrict some Altivec implementations to Big Endian Conflicts: libavcodec/ppc/huffyuvdsp_altivec.c libavcodec/ppc/me_cmp.c Not merged, our PPC64LE fate clients passed all tests last time they did run Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'f22ebd25': ppc: configure: Support ISA 2.06 and later Conflicts: configure See: ab123739 and others Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '3058872c': ppc: Clarify and extend the cpuid check Conflicts: libavutil/ppc/cpu.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'baa94563': ppc: linux: Check altivec using the auxv Conflicts: libavutil/ppc/cpu.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '7014b659': ppc: pixblockdsp: Use the abriged vector types Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '72cebae0': ppc: avutil: Use the abriged vector types Conflicts: libavutil/ppc/float_dsp_altivec.c libavutil/ppc/util_altivec.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '254eb5b6': ppc: avutil: Drop a potentially dangerous workaround See: 9564375dMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Gilles Chanteperdrix authored
avoid calling cleanup functions on uninitialized variables Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Peter Cordes authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Peter Cordes authored
Add some planar formats we can handle without distorting the meaning of hi and lo. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Peter Cordes authored
It's often really helpful to know why a frame wasn't decimated (lo or hi), and how much you exceeded the threshold by, if you're trying to tweak the thresholds to get what you want. mpdecimate already prints a line per input frame with -v debug, this just makes it longer. Signed-off-by: Peter Cordes <peter@cordes.ca>
-
Peter Cordes authored
avfilter/vf_mpdecimate: pass the same AVClass context as use elsewhere to av_pixelutils_get_sad_fn() Signed-off-by: Peter Cordes <peter@cordes.ca>
-
Clément Bœsch authored
-
Luca Barbato authored
Use a macro to abstract the endianness.
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
In Little Endian the vec_ld/vec_st operations work as expected only for byte-vectors.
-
Luca Barbato authored
POWER 7 and POWER 8 support VSX and ldbrx. POWER 8 supports additional extended VSX instructions introduced with ISA 2.07.
-
Luca Barbato authored
Add POWER entries.
-
Luca Barbato authored
Should prevent trying to use altivec when it is disabled by the kernel.
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
The compiler is free to optimize such expressions in any sort of way.
-
Rodger Combs authored
This fixes the default build on iOS; eventually I should come up with a better solution for that platform. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '881b80b3': network: prevent SIGPIPE on OSX See: c41e0aedMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
wm4 authored
OSX does not know MSG_NOSIGNAL. BSD (which OSX is based on) has got the socket option SO_NOSIGPIPE (even if modern BSDs also support MSG_NOSIGNAL). Signed-off-by: Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Fixes Ticket4321 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 30 May, 2015 6 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
wm4 authored
OSX does not know MSG_NOSIGNAL, and provides its own non-standard mechanism instead. I guess Apple hates standards. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '0181ae9a': h264: Make sure reinit failures mark the context as not initialized Conflicts: libavcodec/h264_slice.c See: e8714f6fMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '5ecabd3c': msrle: Use FFABS to determine the frame size in msrle_decode_pal4 Conflicts: libavcodec/msrledec.c See: f7e1367fMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Andreas Cadhalpun authored
libopenjpeg can return images with components without data. This fixes segmentation faults. Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-