gstreamer/ext/ffmpeg
Stefan Kost 907d7e40f5 ext/ffmpeg/: Free strings atleast when finalizing elements.
Original commit message from CVS:
* ext/ffmpeg/gstffmpegcfg.c: (gst_ffmpeg_cfg_install_property),
(gst_ffmpeg_cfg_finalize):
* ext/ffmpeg/gstffmpegcfg.h:
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_finalize),
(ffmpegenc_setup_working_buf), (gst_ffmpegenc_chain_video),
(gst_ffmpegenc_flush_buffers):
Free strings atleast when finalizing elements.
* tests/check/generic/libavcodec-locking.c: (GST_START_TEST),
(simple_launch_lines_suite):
Fix some leaks.
2007-08-01 17:43:39 +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/: Free strings atleast when finalizing elements. 2007-08-01 17:43:39 +00:00
gstffmpegcfg.h ext/ffmpeg/: Free strings atleast when finalizing elements. 2007-08-01 17:43:39 +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/: Free strings atleast when finalizing elements. 2007-08-01 17:43:39 +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 Check for libm and link against it (ffmpeg is using sqrt). 2007-08-01 15:06:44 +00:00