gstreamer/ext/ffmpeg
Ronald S. Bultje 8358d67b73 Make it compile against latest CVS of FFMPEG:
Original commit message from CVS:
Make it compile against latest CVS of FFMPEG:
* Put gst/gst.h above avcodec.h because it needs some types defined in glib.h
* Remove HQ (removed from lavc) property

Also add some functions to make SVQ1 decoding work:
* Add YUV9 colorspace
* Let lavc do its own buffer allocation and copy from there instead of using
our own buffer allocation functions. Somehow, that breaks. I don't know
why.
2003-10-26 11:30:18 +00:00
..
gstffmpeg.c Make it compile against latest CVS of FFMPEG: 2003-10-26 11:30:18 +00:00
gstffmpegcodecmap.c Make it compile against latest CVS of FFMPEG: 2003-10-26 11:30:18 +00:00
gstffmpegcodecmap.h We also need raw video/audio caps for the demuxer/muxer, plus that caps_to_codecid() didn't exist (thanks for noticin... 2003-06-17 11:44:11 +00:00
gstffmpegcolorspace.c Make it compile against latest CVS of FFMPEG: 2003-10-26 11:30:18 +00:00
gstffmpegdec.c Make it compile against latest CVS of FFMPEG: 2003-10-26 11:30:18 +00:00
gstffmpegdemux.c /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. 2003-10-08 16:07:38 +00:00
gstffmpegenc.c Make it compile against latest CVS of FFMPEG: 2003-10-26 11:30:18 +00:00
gstffmpegmux.c /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. 2003-10-08 16:07:38 +00:00
gstffmpegprotocol.c /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. 2003-10-08 16:07:38 +00:00
Makefile.am FFMPEG-based colorspace conversion plugin 2003-10-25 16:29:13 +00:00