gstreamer/ext/ffmpeg
David Schleef 2e20e4ccdf ext/ffmpeg/gstffmpegenc.c: Fix pad_link function to handle formats that ffmpeg returns as multiple caps structures.
Original commit message from CVS:
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
Fix pad_link function to handle formats that ffmpeg returns
as multiple caps structures.
* gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
Only complain if source buffer is _smaller_ than expected.
* gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
(gst_videoscale_handle_src_event): Resize navigation events
when passing them upstream.
* gst/videotestsrc/gstvideotestsrc.c:
* gst/videotestsrc/gstvideotestsrc.h:
* gst/videotestsrc/videotestsrc.c:
* gst/videotestsrc/videotestsrc.h:
Rewrite many of the buffer painting functions to handle odd
sizes (for many formats, size%4!=0 or size%8!=0).  Most have
been verified to work with my video card.
* testsuite/gst-lint:  Add check for elements calling
gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
2004-01-09 01:53:31 +00:00
..
gstffmpeg.c fix compilation 2003-12-05 16:01:23 +00:00
gstffmpegcodecmap.c configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1.6.1.92, since the pkg-config file of 1.... 2004-01-01 22:45:56 +00:00
gstffmpegcodecmap.h Merge CAPS branch 2003-12-22 01:46:58 +00:00
gstffmpegcolorspace.c Remove random stupidities from my last checkin. Doesn't specifically attempt to negotiate passthru. 2004-01-02 23:06:49 +00:00
gstffmpegdec.c Convert elements to use gst_pad_use_explicit_caps() where appropriate. 2004-01-02 07:09:20 +00:00
gstffmpegdemux.c Convert elements to use gst_pad_use_explicit_caps() where appropriate. 2004-01-02 07:09:20 +00:00
gstffmpegenc.c ext/ffmpeg/gstffmpegenc.c: Fix pad_link function to handle formats that ffmpeg returns as multiple caps structures. 2004-01-09 01:53:31 +00:00
gstffmpegmux.c Merge CAPS branch 2003-12-22 01:46:58 +00:00
gstffmpegprotocol.c change gst/bytestream.h to gst/bytestream/bytestream.h 2003-10-29 03:15:50 +00:00
Makefile.am FFMPEG-based colorspace conversion plugin 2003-10-25 16:29:13 +00:00