summaryrefslogtreecommitdiff
path: root/ext/jpeg/gstjpegdec.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-02jpeg: don't directly access message, some message have argsStefan Kost1-2/+5
2009-12-01jpegdec: reset segment info after flushWim Taymans1-0/+1
2009-11-09jpegdec: free temporary buffer when changing state to NULLTim-Philipp Müller1-7/+18
2009-11-09jpegdec: only allocate as much temporary memory as needed for indirect decodingTim-Philipp Müller1-14/+27
2009-11-03jpegdec: don't allocate big arrays on the stackStefan Kost1-14/+27
2009-10-16jpegdec: fix branch hintsTim-Philipp Müller1-7/+7
2009-10-16jpegdec: fix regression in indirect decode pathTim-Philipp Müller1-1/+1
2009-10-16jpegdec: fix regression with certain formatsTim-Philipp Müller1-24/+41
2009-10-16jpegdec: don't use decompress structure members we shouldn't be usingTim-Philipp Müller1-14/+15
2009-10-13jpegdec: fix bogus warning about discont flag on first bufferTim-Philipp Müller1-1/+1
2009-10-13jpegdec: fix crash for unusual vertical chroma subsampling factorsTim-Philipp Müller1-25/+66
2009-10-10jpegdec: fixes warning building in snow leopardJosep Torra1-5/+8
2009-10-06jpegdec: comment/logging cleanups and more branch guidesStefan Kost1-7/+11
2009-09-30jpegdec: don't leak output buffers on decoding errorsStefan Kost1-1/+9
2009-09-29jpegdec: fix 'unused variable' compiler warning when compiling with GST_DISAB...Tim-Philipp Müller1-5/+8
2009-09-28jpeg: handle more libjpeg return values, add some more branch hintsStefan Kost1-34/+50
2009-09-22Fix compile warnings with gcc 4.0.1.Alessandro Decina1-1/+1
2009-09-21jpegdec: add a G_UNLIKELY and put perf-cat log to code path that copiesStefan Kost1-1/+6
2009-09-03jpegdec: Avoid unnecessary processing until we have a full picture.Edward Hervey1-0/+12
2009-07-30jpeg: use longer macro names to not clash with some stupid windows definesStefan Kost1-3/+3
2009-07-28jpegdec: when scanning for 0xff marker ends, ensure desired resultMark Nauwelaerts1-0/+4
2009-07-21jpeg: code cleanups for encoderStefan Kost1-16/+1
2009-05-21jpegdec: bump max size to 65535x65535Philippe Normand1-2/+2
2009-05-06jpegdec: refactored gst_jpeg_dec_parse_image_dataArnout Vandecappelle1-42/+27
2009-05-06jpegdec: support additional 0xff before end marker.Arnout Vandecappelle1-12/+14
2009-04-20jpegdec: fix warning for still images by not trying to divide by 0Tim-Philipp Müller1-1/+1
2009-04-09jpegdec: use slightly more adaptive formula for QoSTim-Philipp Müller1-6/+23
2009-04-02jpegdec: demote some log message from DEBUG to LOGTim-Philipp Müller1-9/+9
2009-04-01jpegdec: implement basic QoSTim-Philipp Müller1-3/+122
2009-03-25jpegdec: put GstSegment inside the element struct instead of allocating it se...Tim-Philipp Müller1-9/+4
2009-01-29Add examples for the jpeg elements.Stefan Kost1-0/+8
2008-07-14ext/jpeg/gstjpegdec.c: Align documentation with reality.Mark Nauwelaerts1-2/+1
2007-12-16ext/jpeg/gstjpegdec.c: Actually drop the buffers which are outside the curren...Edward Hervey1-3/+9
2007-07-18More docs. More logs in pngdec.Stefan Kost1-0/+6
2007-01-08ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char a...Vincent Torri1-2/+2
2006-11-01gst/id3demux/id3v2frames.c: We require a -base more recent than 0.10.9, so it...Tim-Philipp Müller1-6/+5
2006-10-05Printf format fixes.Tim-Philipp Müller1-1/+1
2006-09-25ext/jpeg/gstjpegdec.c: our code should handle that fine. Some of the buttons ...Tim-Philipp Müller1-1/+1
2006-06-18ext/jpeg/gstjpegdec.c: After a failed buffer alloc, we need to abort the jpeg...Edward Hervey1-0/+2
2006-06-09ext/jpeg/gstjpegdec.*: API: Added IDCT method propertyWim Taymans1-36/+126
2006-05-28ext/jpeg/gstjpegdec.c: Initialize segment to GST_FORMAT_UNDEFINED in READY->P...Edward Hervey1-1/+1
2006-05-28ext/jpeg/gstjpegdec.*: Clip outgoing buffers according to currently configure...Edward Hervey1-0/+51
2006-05-27ext/jpeg/gstjpegdec.c: Abort decompression when receiving FLUSH_STOP. This sh...Edward Hervey1-0/+25
2006-05-22ext/jpeg/gstjpegdec.c: Fix crashes when the horizontal subsampling is 1.Tim-Philipp Müller1-6/+30
2006-05-17ext/jpeg/gstjpegdec.c: Fix crash when outputting debugging information for ce...Tim-Philipp Müller1-1/+1
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-25ext/jpeg/gstjpegdec.c: Source pad has fixed caps. If we don't set this, bad t...Tim-Philipp Müller1-0/+1
2006-03-30better/unified long descriptionsWim Taymans1-6/+5
2006-03-15Fix memleak with gst_static_pad_template_get().Edward Hervey1-4/+6
2006-03-14ext/jpeg/gstjpegdec.*: Fix durations on outgoing buffers after seeking in MJP...Tim-Philipp Müller1-13/+29