gstreamer/ext/ffmpeg
Julien Moutte 4c6045a04f ext/ffmpeg/: Handle buffers with invalid duration correctly even in the case where we have a demuxer AND a decoder fr...
Original commit message from CVS:
2007-07-25  Julien MOUTTE  <julien@moutte.net>

* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_video_frame):
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop): Handle
buffers with invalid duration correctly even in the case where
we have a demuxer AND a decoder from ffmpeg linked.
Fixes: #460274.
2007-07-25 15:39:43 +00:00
..
gstffmpeg.c ext/ffmpeg/gstffmpeg.c: Cut off double \n. 2007-06-19 14:14:29 +00:00
gstffmpeg.h ext/ffmpeg/: Protect calls to ffmpeg functions that will implicitly call avcodec_open/close with the avcodec mutex. 2007-05-09 15:30:51 +00:00
gstffmpegcfg.c ext/ffmpeg/: Add the CODEC_FLAG_GLOBAL_HEADER to the exposed flags, and makes it as such configurable as a property. ... 2007-04-12 11:06:46 +00:00
gstffmpegcfg.h ext/ffmpeg/: Added helper object to handle extra properties. 2006-09-06 14:51:13 +00:00
gstffmpegcodecmap.c ext/ffmpeg/gstffmpegcodecmap.c: Enable mjpeg-codec in more containers. 2007-06-20 08:00:30 +00:00
gstffmpegcodecmap.h ext/ffmpeg/: Use codecid as extra parameter when getting caps. 2007-01-09 14:59:34 +00:00
gstffmpegdec.c ext/ffmpeg/: Handle buffers with invalid duration correctly even in the case where we have a demuxer AND a decoder fr... 2007-07-25 15:39:43 +00:00
gstffmpegdeinterlace.c configure.ac: Use pkg-config to locate check. Bump core requirement. 2007-07-12 11:13:13 +00:00
gstffmpegdemux.c ext/ffmpeg/: Handle buffers with invalid duration correctly even in the case where we have a demuxer AND a decoder fr... 2007-07-25 15:39:43 +00:00
gstffmpegenc.c ext/ffmpeg/gstffmpegenc.c: Fix the encoders by actually copying the encoded output data from the working area into th... 2007-07-05 11:19:21 +00:00
gstffmpegenc.h ext/ffmpeg/gstffmpegenc.*: Instead of allocating 512KB buffers and then setting BUFFER_SIZE to what ffmpeg produced, ... 2007-06-22 12:13:18 +00:00
gstffmpegmux.c ext/ffmpeg/: Don't use GINT_TO_POINTER and GPOINTER_TO_INT with GTypes, this can break horribly if sizeof(GType) happ... 2007-02-16 11:48:15 +00:00
gstffmpegprotocol.c ext/ffmpeg/gstffmpegprotocol.c: Implement seeking for WRITE "gst" protocol. 2006-10-05 15:54:12 +00:00
gstffmpegscale.c configure.ac: Use pkg-config to locate check. Bump core requirement. 2007-07-12 11:13:13 +00:00
Makefile.am Fix the build on MacOSX. since the one shipped by Apple is from the middle ages and is packed with issues. 2007-05-17 15:46:17 +00:00