gstreamer/ext
Tim-Philipp Müller 2c39e57114 ext/jpeg/gstjpegdec.*: Fix crashes/invalid memory access for pictures that have a height that is not a multiple of 16...
Original commit message from CVS:
* ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
(gst_jpeg_dec_change_state):
* ext/jpeg/gstjpegdec.h:
Fix crashes/invalid memory access for pictures that have a height
that is not a multiple of 16 (or rather: v_samp_factor * DCTSIZE).
Also fix the state change function for downwards state changes
(need to chain up to parent before destroying our resources, to
make sure pads get deactivated and our chain function isn't
running and using those very same resources in another thread).
The jpeg line buffer only needs to be v_samp_factor*DCTSIZE lines
per plane, not picture_height lines; allocate that on the stack.
2005-08-11 15:02:37 +00:00
..
aalib more macro splitting; fix po problem 2005-07-10 12:52:20 +00:00
cairo Way, way, way too many files: Remove crack comment from the 2000 era. 2005-07-05 10:51:49 +00:00
dv Various event updates and cleanups. 2005-07-27 18:37:25 +00:00
esd ext/esd/esdsink.c (gst_esdsink_getcaps): Seems that wierd va_list caps setting function was borked. Fixed esdsink. 2005-08-08 17:27:28 +00:00
flac Update for API change in flac-1.1.1. Update requirement in configure.ac. Fixes #162974. 2005-01-09 20:01:59 +00:00
gconf Use new ghostpad API; now they actually work in Totem, also. 2005-08-03 17:18:31 +00:00
gdk_pixbuf ext/gdk_pixbuf/pixbufscale.c: Don't leak caps string (fixes #168134) 2005-02-22 12:04:16 +00:00
jpeg ext/jpeg/gstjpegdec.*: Fix crashes/invalid memory access for pictures that have a height that is not a multiple of 16... 2005-08-11 15:02:37 +00:00
ladspa removed obsolete include 2005-08-02 11:53:31 +00:00
libcaca more macro splitting; fix po problem 2005-07-10 12:52:20 +00:00
libmng ext/libmng/gstmngdec.c: Set the framerate correctly. 2004-10-05 10:41:08 +00:00
libpng ext/libpng/Makefile.am: Fix uninstalled build. 2005-08-03 14:49:06 +00:00
mikmod Way, way, way too many files: Remove crack comment from the 2000 era. 2005-07-05 10:51:49 +00:00
pango Way, way, way too many files: Remove crack comment from the 2000 era. 2005-07-05 10:51:49 +00:00
raw1394 sys/oss/gstosssink.c (gst_oss_sink_open, gst_oss_sink_close) 2005-08-08 16:43:47 +00:00
shout2 Various event updates and cleanups. 2005-07-27 18:37:25 +00:00
speex Way, way, way too many files: Remove crack comment from the 2000 era. 2005-07-05 10:51:49 +00:00
Makefile.am update spec file and fix some disting omissions 2005-08-08 16:30:17 +00:00