gstreamer/ext/xvid
Vincent Penquerc'h c696b54fa7 xviddec: bodge to avoid crashes
It seems xvidcore overreads its input buffer, so a nasty workaround
is to allocate some more memory (16 bytes seem to be enough).
There is no apparent image corruption with these extra bytes set to 0,
valgrind is much happier, and the crashes go away.
It is ugly, and slower though. But then, xviddec is currently
not autoplugged for playback anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=334107
2011-02-21 00:16:33 +00:00
..
gstxvid.c xvid: Don't use deprecated 15/16 bit RGB masks 2010-06-13 08:28:05 +02:00
gstxvid.h Add -Wwrite-strings 2010-03-22 13:16:33 +01:00
gstxviddec.c xviddec: bodge to avoid crashes 2011-02-21 00:16:33 +00:00
gstxviddec.h ext/xvid/gstxviddec.*: Clean-ups and code reflows. Pass return value from gst_pad_alloc_buffer() upstream among other... 2006-07-28 12:14:06 +00:00
gstxvidenc.c xvidenc: don't put code with side effects into g_return_val_if_fail() 2011-01-07 23:57:21 +00:00
gstxvidenc.h ext/xvid/gstxvidenc.*: Remove superfluous 'frame-encoded' signal (people can use an upstream identity's 'handoff' sig... 2007-09-27 13:02:58 +00:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00