summaryrefslogtreecommitdiffstats
path: root/ext/jpeg
Commit message (Expand)AuthorAgeFilesLines
* ext/jpeg/gstjpeg.c: Remove (commented out) smoke typefinder. This is in base ...Sebastian Dröge2008-02-251-25/+0
* Add a few libjpeg suppressions and initialize a variable to make smokeenc val...Sebastian Dröge2008-02-121-1/+1
* ext/jpeg/gstjpegdec.c: Actually drop the buffers which are outside the curren...Edward Hervey2007-12-161-3/+9
* More docs. More logs in pngdec.Stefan Kost2007-07-181-0/+6
* Fix build against core CVS.Tim-Philipp Müller2007-07-111-1/+1
* ext/jpeg/gstsmokeenc.*: Remove stupidity in get/set caps functions.Michael Smith2007-07-062-61/+11
* Fix build with LDFLAGS='-Wl,-z,defs' (#410997)Loïc Minier2007-02-241-1/+1
* ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char a...Vincent Torri2007-01-083-6/+6
* gst/id3demux/id3v2frames.c: We require a -base more recent than 0.10.9, so it...Tim-Philipp Müller2006-11-011-6/+5
* ext/jpeg/: Various cleanups, capsnego and leak fixes.Wim Taymans2006-10-303-73/+204
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-161-29/+21
* Printf format fixes.Tim-Philipp Müller2006-10-054-4/+4
* ext/jpeg/gstjpegdec.c: our code should handle that fine. Some of the buttons ...Tim-Philipp Müller2006-09-251-1/+1
* ext/jpeg/: Refuse sink caps in the encoder if width or height is not a multip...Tim-Philipp Müller2006-08-082-25/+41
* ext/jpeg/gstsmokeenc.c: Set caps on buffer correctly. Fixes bug #349155.Zaheer Abbas Merali2006-07-291-4/+9
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-223-3/+3
* ext/jpeg/gstjpegdec.c: After a failed buffer alloc, we need to abort the jpeg...Edward Hervey2006-06-181-0/+2
* ext/jpeg/gstjpegdec.*: API: Added IDCT method propertyWim Taymans2006-06-092-36/+133
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-013-6/+6
* ext/jpeg/gstjpegdec.c: Initialize segment to GST_FORMAT_UNDEFINED in READY->P...Edward Hervey2006-05-281-1/+1
* ext/jpeg/gstjpegdec.*: Clip outgoing buffers according to currently configure...Edward Hervey2006-05-282-1/+54
* ext/jpeg/gstjpegdec.c: Abort decompression when receiving FLUSH_STOP. This sh...Edward Hervey2006-05-271-0/+25
* ext/jpeg/gstjpegdec.c: Fix crashes when the horizontal subsampling is 1.Tim-Philipp Müller2006-05-221-6/+30
* ext/jpeg/gstjpegdec.c: Fix crash when outputting debugging information for ce...Tim-Philipp Müller2006-05-171-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-254-4/+4
* ext/jpeg/gstjpegdec.c: Source pad has fixed caps. If we don't set this, bad t...Tim-Philipp Müller2006-04-251-0/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-083-3/+3
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-301-0/+7
* better/unified long descriptionsWim Taymans2006-03-304-24/+20
* ext/jpeg/gstjpegenc.c: Don't crash when encoding images where the number of r...Tim-Philipp Müller2006-03-241-9/+21
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-154-16/+14
* ext/jpeg/gstjpegdec.*: Fix durations on outgoing buffers after seeking in MJP...Tim-Philipp Müller2006-03-142-17/+32
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-133-1/+9
* docs/plugins/: Added smoke and jpeg to the docs.Wim Taymans2006-03-039-122/+108
* ext/jpeg/gstjpegdec.c: Fix invalid memory access for some odd-sized images (s...Tim-Philipp Müller2006-02-171-7/+8
* ext/jpeg/gstsmokeenc.c: fix memleak. Fixes #326618Wim Taymans2006-01-131-1/+1
* ext/jpeg/: Fix leaks.Wim Taymans2006-01-042-3/+9
* expand tabsThomas Vander Stichele2005-12-063-73/+73
* Update for alloc_buffer changes.Andy Wingo2005-12-052-3/+5
* ext/jpeg/gstjpegenc.c: Don't leak input buffer in chain function (fixes #3226...Tim-Philipp Müller2005-11-281-47/+53
* ext/jpeg/: JPEG fractiony goodness.Michael Smith2005-11-226-38/+65
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* ext/jpeg/gstjpegdec.c: Only GST_DEBUG() information on the valid components.Edward Hervey2005-11-121-1/+1
* ext/jpeg/gstjpegdec.*: Cleanups. Don't create caps for every chain.Wim Taymans2005-10-282-59/+96
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-3/+2
* fix compiler warningsThomas Vander Stichele2005-09-092-2/+3
* jpgenc ported to GSTreamer 0.9Flavio Oliveira2005-09-084-55/+53
* All plugins updated for element state changes.Andy Wingo2005-09-022-17/+19
* ext/jpeg/gstjpegdec.c: Fix decoding of pictures with certain uneven or unalig...Tim-Philipp Müller2005-08-121-44/+106
* ext/jpeg/gstjpegdec.*: Fix crashes/invalid memory access for pictures that ha...Tim-Philipp Müller2005-08-112-70/+53