gstreamer/gst/videoscale
Ronald S. Bultje 9bd75f89b7 Two fixes. The first sets inited to TRUE when we're going into passthrough mode (else, capsnego succeeds and the chai...
Original commit message from CVS:
Two fixes. The first sets inited to TRUE when we're going into passthrough mode (else, capsnego succeeds and the chain() function warns that inited != TRUE), and the second check for validity of caps on src side that were entered on sink side before applying. Else, caps1 could be NULL which causes a segfault.
2003-11-10 13:56:25 +00:00
..
.gitignore Initial revision 2001-12-22 23:27:17 +00:00
gstvideoscale.c Two fixes. The first sets inited to TRUE when we're going into passthrough mode (else, capsnego succeeds and the chai... 2003-11-10 13:56:25 +00:00
gstvideoscale.h Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro... 2003-11-07 12:47:02 +00:00
Makefile.am Remove all locally-defined optimization flags 2003-09-11 19:58:00 +00:00
videoscale.c Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro... 2003-11-07 12:47:02 +00:00
videoscale.h Rewrote much of videoscale. Now handles most common YUV formats as well as 32 and 24 bit RGB. Only handles "nearest... 2003-04-22 07:32:50 +00:00
videoscale_x86.c Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro... 2003-11-07 12:47:02 +00:00
videoscale_x86.h s/Gnome-Streamer/GStreamer/ 2002-03-20 21:45:03 +00:00
videoscale_x86_asm.s Change .p2align to .align for non-gas assemblers. (Fixes: #112608) 2003-05-09 18:36:50 +00:00