summaryrefslogtreecommitdiff
path: root/ext/jpeg/gstjpegenc.c
Commit message (Expand)AuthorAgeFilesLines
* jpegenc: error out gracefully if input buffer is too smallTim-Philipp Müller2012-11-051-0/+15
* jpeg: Remove dead codeEdward Hervey2012-05-181-14/+0
* jpeg: Port jpegdec/jpegenc to base video classesEdward Hervey2012-04-241-249/+99
* jpegenc: check _alloc_buffer result and perform fallback alloc if neededMark Nauwelaerts2012-01-201-1/+9
* various: fix pad template leaksVincent Penquerc'h2011-11-281-4/+4
* jpegenc: Don't round up size of encoded buffersDavid Schleef2011-06-291-2/+1
* jpegenc: pulsesink: raw1394: Address unused but set variablesRobert Swain2011-04-161-2/+1
* jpegenc: sink pad's getcaps shouldn't use the src pad getcapsThiago Santos2010-12-211-1/+1
* jpegenc: free/malloc instead of realloc, avoids memcpyTim-Philipp Müller2010-12-111-3/+4
* various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-131-3/+6
* jpegenc: Accept grayscale as inputThiago Santos2010-06-011-11/+15
* jpegenc: Keep variables in sane state after _resetThiago Santos2010-05-281-0/+1
* jpegenc: fix two leaksTim-Philipp Müller2010-05-141-2/+8
* jpegenc: also lift the arbitrary restrictions for width and heightStefan Kost2010-05-061-2/+2
* jpegenc: support more colour spaces and some cleanupsMark Nauwelaerts2010-04-301-115/+190
* jpegenc: more generic sink getcapsMark Nauwelaerts2010-04-301-19/+27
* jpegenc: Fix getcaps functionThiago Santos2010-04-051-1/+1
* jpegenc: should not return caps ANY based on downstreamAndré Dieb Martins2010-04-041-2/+7
* jpegenc: Set correct getcaps/setcaps functions on srcpads and simplify themRaimo Järvi2010-03-261-41/+17
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-9/+3
* Add -Wundef to configure flagsBenjamin Otte2010-03-171-5/+5
* Add -Wredundant-decls warning flagBenjamin Otte2010-03-171-3/+0
* Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte2010-03-171-0/+1
* jpegenc: add a fixme for handling other YUV variantsStefan Kost2010-02-161-0/+5
* Revert "v4l2src: don't deref NULL"Stefan Kost2010-01-251-6/+0
* v4l2src: don't deref NULLStefan Kost2010-01-251-0/+6
* jpegenc: when creating an overflow buffer, copy timestamps.Michael Smith2010-01-231-0/+3
* jpegenc: enlarge buffer if libjpeg tells us it's out of space. Fixes bufferPeter van Hardenberg2010-01-211-14/+50
* jpegenc: fix spelling in commentStefan Kost2009-11-241-1/+1
* jpeg: use longer macro names to not clash with some stupid windows definesStefan Kost2009-07-301-9/+9
* jpeg: make encoder work with libjpeg v7Stefan Kost2009-07-241-0/+4
* jpeg: code cleanups for encoderStefan Kost2009-07-211-28/+56
* jpegenc: set colorspace before _set_defaults()Wim Taymans2009-05-051-13/+10
* jpegenc: error out instead of crashing if no caps have been setTim-Philipp Müller2009-02-251-0/+13
* Some cleanupsWim Taymans2009-02-231-4/+1
* Add examples for the jpeg elements.Stefan Kost2009-01-291-0/+8
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-1/+5
* Fix build against core CVS.Tim-Philipp Müller2007-07-111-1/+1
* ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char a...Vincent Torri2007-01-081-1/+1
* ext/jpeg/: Various cleanups, capsnego and leak fixes.Wim Taymans2006-10-301-1/+8
* Printf format fixes.Tim-Philipp Müller2006-10-051-1/+1
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* better/unified long descriptionsWim Taymans2006-03-301-6/+5
* 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-151-4/+2
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-131-0/+3
* Update for alloc_buffer changes.Andy Wingo2005-12-051-2/+4
* ext/jpeg/gstjpegenc.c: Don't leak input buffer in chain function (fixes #3226...Tim-Philipp Müller2005-11-281-47/+53