summaryrefslogtreecommitdiffstats
path: root/ext/jpeg
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: remove some unused members from jpegdec instance structureTim-Philipp Müller2009-10-161-3/+0
* 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
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-072-0/+2
* 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
* 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