summaryrefslogtreecommitdiffstats
path: root/ext/jpeg
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ext/jpeg/gstjpegdec.*: Make mjpeg actually work and skip jpeg data parsing if...Tim-Philipp Müller2005-08-092-21/+35
* ext/jpeg/gstjpegdec.c: Add setcaps() function (for mjpeg).Tim-Philipp Müller2005-08-081-1/+26
* ext/jpeg/Makefile.am: Fix compile.Ronald S. Bultje2005-08-081-1/+1
* Port jpegdec to 0.9; handles 'progressive loading' now, ie. input does no lon...Tim-Philipp Müller2005-08-084-233/+593
* ext/gdk_pixbuf/pixbufscale.c: Don't leak caps string (fixes #168134)Tim-Philipp Müller2005-02-221-7/+49
* Fix rowstridesTim-Philipp Müller2005-02-182-38/+57
* ext/jpeg/gstjpegdec.c: Make jpegdec quiet on MJPEG decodingStéphane Loeuillet2005-01-101-0/+15
* ext/: Fix mimetype on smoke encoder.Wim Taymans2004-10-181-1/+1
* fix dist of smokeThomas Vander Stichele2004-10-051-2/+7
* ext/jpeg/: Updated smoke, new bitstream, allows embedding in ogg.Wim Taymans2004-10-048-50/+281
* ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer after setting ...Johan Dahlin2004-09-201-12/+12
* cleanups, debugging and memleak fixesThomas Vander Stichele2004-08-091-18/+25