summaryrefslogtreecommitdiffstats
path: root/ext/jpeg
Commit message (Expand)AuthorAgeFilesLines
* jpegdec: Avoid unnecessary processing until we have a full picture.Edward Hervey2009-09-031-0/+12
* smokeenc: don't crash when compiled against libjpeg7Tim-Philipp Müller2009-08-171-0/+5
* jpeg: use longer macro names to not clash with some stupid windows definesStefan Kost2009-07-302-12/+12
* jpegdec: when scanning for 0xff marker ends, ensure desired resultMark Nauwelaerts2009-07-281-0/+4
* jpeg: make encoder work with libjpeg v7Stefan Kost2009-07-241-0/+4
* jpeg: code cleanups for encoderStefan Kost2009-07-214-46/+78
* jpegdec: bump max size to 65535x65535Philippe Normand2009-05-211-2/+2
* Add RANKS for various encoders and muxersChristian Schaller2009-05-071-1/+1
* jpegdec: refactored gst_jpeg_dec_parse_image_dataArnout Vandecappelle2009-05-061-42/+27
* jpegdec: support additional 0xff before end marker.Arnout Vandecappelle2009-05-061-12/+14
* jpegenc: set colorspace before _set_defaults()Wim Taymans2009-05-051-13/+10
* jpegdec: fix warning for still images by not trying to divide by 0Tim-Philipp Müller2009-04-201-1/+1
* jpegdec: use slightly more adaptive formula for QoSTim-Philipp Müller2009-04-092-6/+24
* jpegdec: demote some log message from DEBUG to LOGTim-Philipp Müller2009-04-022-9/+12
* jpegdec: implement basic QoSTim-Philipp Müller2009-04-012-3/+129
* jpegdec: put GstSegment inside the element struct instead of allocating it se...Tim-Philipp Müller2009-03-252-10/+5
* jpegenc: error out instead of crashing if no caps have been setTim-Philipp Müller2009-02-251-0/+13
* Some cleanupsWim Taymans2009-02-232-5/+1
* Add examples for the jpeg elements.Stefan Kost2009-01-292-0/+16
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-283-2/+15
* ext/jpeg/gstsmokeenc.*: Implement getcaps function.Wim Taymans2008-12-232-11/+70
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* ext/jpeg/gstjpegdec.c: Align documentation with reality.Mark Nauwelaerts2008-07-141-2/+1
* 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