Displaying 6 results from an estimated 6 matches for "swscale".
Did you mean:
wscale
2010 Mar 12
1
ffmpeg to speexenc via pipe
...-enable-avfilter --enable-avfilter-lavf --enable-vdpau
> --enable-bzlib --enable-libgsm --enable-libschroedinger
> --enable-libspeex --enable-libtheora --enable-libvorbis
> --enable-pthreads --enable-zlib --disable-stripping
> --disable-vhook --enable-gpl --enable-postproc
> --enable-swscale --enable-x11grab --enable-libdc1394
> --extra-cflags=-I/build/buildd/ffmpeg-0.5+svn20090706/debian/include
> --enable-shared --disable-static
> libavutil 49.15. 0 / 49.15.
> 0
> libavcodec 52.20. 0 / 52.20. 0
> libavformat 52.31. 0 / 52.31. 0
> libavdevice 52...
2007 Jun 26
0
2 commits - libswfdec/swfdec_codec_ffmpeg.c
...than Debian stable
diff --git a/libswfdec/swfdec_codec_ffmpeg.c b/libswfdec/swfdec_codec_ffmpeg.c
index 8f333e8..5dc8f3c 100644
--- a/libswfdec/swfdec_codec_ffmpeg.c
+++ b/libswfdec/swfdec_codec_ffmpeg.c
@@ -22,6 +22,7 @@
#endif
#include <string.h>
#include <avcodec.h>
+#include <swscale.h>
#include "swfdec_codec_audio.h"
#include "swfdec_codec_video.h"
@@ -124,7 +125,7 @@ swfdec_audio_decoder_ffmpeg_push (Swfdec
outbuf = swfdec_buffer_new_and_alloc (AVCODEC_MAX_AUDIO_FRAME_SIZE);
for (amount = 0; amount < buffer->length; amount += len) {...
2009 Feb 20
2
segfault on amd64 with ffmpeg
...yright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --enable-libmp3lame --enable-gpl --enable-libfaad
--enable-libvorbis --enable-libfaac --enable-libxvid --enable-postproc
--enable-libamr-nb --enable-libamr-wb --enable-x11grab --enable-libgsm
--enable-libx264 --enable-libtheora --enable-swscale --enable-libdc1394
--enable-nonfree --enable-avfilter --enable-libdirac --disable-decoder=libdirac
--enable-libspeex --enable-avfilter-lavf --enable-vdpau --disable-altivec
--disable-armv5te --disable-armv6 --disable-vis
libavutil 49.14. 0 / 49.14. 0
libavcodec 52.18. 0 / 52.18. 0
li...
2009 Jul 24
2
ffmpeg2theora: Undefined symbols?
...mple.patch
patching file ffmpeg/libavcodec/resample.c
Hunk #1 succeeded at 53 with fuzz 1 (offset 16 lines).
Hunk #2 succeeded at 115 (offset 16 lines).
Hunk #3 succeeded at 191 (offset 20 lines).
Hunk #4 succeeded at 353 (offset 108 lines).
jason$ cd ffmpeg
jason$ ./configure --enable-gpl --enable-swscale --enable-postproc --
disable-muxers --disable-encoders --enable-libvorbis --enable-pthreads
&& make
...
jason$ cd ../
jason$ scons
scons: Reading SConscript files ...
scons: warning: The Options class is deprecated; use the Variables
class instead.
File "/Users/jason/ffmpeg2theor...
2009 Jul 03
3
ffmpeg and zoneminder install problems
...no-pointer-sign -Wcast-qual -Wwrite-strings -O3
-I"/root/software/ffmpeg" -I"/root/software/ffmpeg"
-I"/root/software/ffmpeg"/libavutil -I"/root/software/ffmpeg"/libavcodec
-I"/root/software/ffmpeg"/libavformat
-I"/root/software/ffmpeg"/libswscale
-I"/root/software/ffmpeg"/libavdevice -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -DHAVE_AV_CONFIG_H -MM vhook/fish.c
vhook/null.c vhook/watermark.c vhook/drawtext.c vhook/imlib2.c
vhook/ppm.c version.h | sed 's,^\([a-z]\),vhook/\1,' > .vhookdep
vhook/drawtext....
2007 Jun 27
0
Branch 'as' - 16 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_script_function.c
...nome.org>
Date: Tue Jun 26 13:41:25 2007 +0200
Merge branch 'master' into as
diff-tree 5cdaada235a5bf34316aa5faa3a3b4fc1d2b515c (from 00d9cad4c135dba8df2cffea271d0ad5935440b1)
Author: Benjamin Otte <otte at gnome.org>
Date: Tue Jun 26 13:35:15 2007 +0200
Check for libswscale, too
diff --git a/configure.ac b/configure.ac
index 1766eaf..f366094 100644
--- a/configure.ac
+++ b/configure.ac
@@ -196,7 +196,7 @@ AC_ARG_ENABLE(ffmpeg,
enable_ffmpeg="yes")
if test "$enable_ffmpeg" = "yes"; then
- PKG_CHECK_MODULES(FFMPEG, libavcodec, HAVE_FF...