gstreamer/ext
Edward Hervey 98167578c4 ffmpegdec: Make sure we provide 16 byte aligned data to ffmpeg. Fixes #572863
We simply allocate the memory using ffmpeg's av_malloc which provides us
with properly memalign'ed data.
This avoids write-outside-of-bounds when sse/altivec code is being used.
2009-03-06 17:37:51 +01:00
..
ffmpeg ffmpegdec: Make sure we provide 16 byte aligned data to ffmpeg. Fixes #572863 2009-03-06 17:37:51 +01:00
libpostproc ext/: Don't install static libs for plugins. Fixes #550851 for -ffmpeg. 2008-11-04 12:49:40 +00:00
libswscale configure.ac: Fix typo: libswcale -> libswscale for the pkg-config check. 2008-11-10 12:37:46 +00:00
Makefile.am Rewrite ffvideoscale using libswscale and put into a separate plugin. 2008-10-08 13:11:54 +00:00