summaryrefslogtreecommitdiffstats
path: root/ext/jpeg/gstjpegdec.c
Commit message (Expand)AuthorAgeFilesLines
* jpegdec: fix branch hintsTim-Philipp Müller2009-10-161-7/+7
* jpegdec: fix regression in indirect decode pathTim-Philipp Müller2009-10-161-1/+1
* jpegdec: fix regression with certain formatsTim-Philipp Müller2009-10-161-24/+41
* jpegdec: don't use decompress structure members we shouldn't be usingTim-Philipp Müller2009-10-161-14/+15
* jpegdec: fix bogus warning about discont flag on first bufferTim-Philipp Müller2009-10-131-1/+1
* jpegdec: fix crash for unusual vertical chroma subsampling factorsTim-Philipp Müller2009-10-131-25/+66
* jpegdec: fixes warning building in snow leopardJosep Torra2009-10-101-5/+8
* jpegdec: comment/logging cleanups and more branch guidesStefan Kost2009-10-061-7/+11
* jpegdec: don't leak output buffers on decoding errorsStefan Kost2009-09-301-1/+9
* jpegdec: fix 'unused variable' compiler warning when compiling with GST_DISAB...Tim-Philipp Müller2009-09-291-5/+8
* jpeg: handle more libjpeg return values, add some more branch hintsStefan Kost2009-09-281-34/+50
* Fix compile warnings with gcc 4.0.1.Alessandro Decina2009-09-221-1/+1
* jpegdec: add a G_UNLIKELY and put perf-cat log to code path that copiesStefan Kost2009-09-211-1/+6
* jpegdec: Avoid unnecessary processing until we have a full picture.Edward Hervey2009-09-031-0/+12
* jpeg: use longer macro names to not clash with some stupid windows definesStefan Kost2009-07-301-3/+3
* jpegdec: when scanning for 0xff marker ends, ensure desired resultMark Nauwelaerts2009-07-281-0/+4
* jpeg: code cleanups for encoderStefan Kost2009-07-211-16/+1
* jpegdec: bump max size to 65535x65535Philippe Normand2009-05-211-2/+2
* 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
* 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-091-6/+23
* jpegdec: demote some log message from DEBUG to LOGTim-Philipp Müller2009-04-021-9/+9
* jpegdec: implement basic QoSTim-Philipp Müller2009-04-011-3/+122
* jpegdec: put GstSegment inside the element struct instead of allocating it se...Tim-Philipp Müller2009-03-251-9/+4
* Add examples for the jpeg elements.Stefan Kost2009-01-291-0/+8
* ext/jpeg/gstjpegdec.c: Align documentation with reality.Mark Nauwelaerts2008-07-141-2/+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
* ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char a...Vincent Torri2007-01-081-2/+2
* gst/id3demux/id3v2frames.c: We require a -base more recent than 0.10.9, so it...Tim-Philipp Müller2006-11-011-6/+5
* Printf format fixes.Tim-Philipp Müller2006-10-051-1/+1
* ext/jpeg/gstjpegdec.c: our code should handle that fine. Some of the buttons ...Tim-Philipp Müller2006-09-251-1/+1
* 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-091-36/+126
* 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-281-0/+51
* 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-251-1/+1
* 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
* better/unified long descriptionsWim Taymans2006-03-301-6/+5
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-151-4/+6
* ext/jpeg/gstjpegdec.*: Fix durations on outgoing buffers after seeking in MJP...Tim-Philipp Müller2006-03-141-13/+29
* docs/plugins/: Added smoke and jpeg to the docs.Wim Taymans2006-03-031-2/+2
* ext/jpeg/gstjpegdec.c: Fix invalid memory access for some odd-sized images (s...Tim-Philipp Müller2006-02-171-7/+8
* Update for alloc_buffer changes.Andy Wingo2005-12-051-1/+1
* ext/jpeg/: JPEG fractiony goodness.Michael Smith2005-11-221-14/+32
* ext/jpeg/gstjpegdec.c: Only GST_DEBUG() information on the valid components.Edward Hervey2005-11-121-1/+1