summaryrefslogtreecommitdiff
path: root/ext/jpeg/gstjpegenc.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-05jpegenc: error out gracefully if input buffer is too smallTim-Philipp Müller1-0/+15
2012-05-18jpeg: Remove dead codeEdward Hervey1-14/+0
2012-04-24jpeg: Port jpegdec/jpegenc to base video classesEdward Hervey1-249/+99
2012-01-20jpegenc: check _alloc_buffer result and perform fallback alloc if neededMark Nauwelaerts1-1/+9
2011-11-28various: fix pad template leaksVincent Penquerc'h1-4/+4
2011-06-29jpegenc: Don't round up size of encoded buffersDavid Schleef1-2/+1
2011-04-16jpegenc: pulsesink: raw1394: Address unused but set variablesRobert Swain1-2/+1
2010-12-21jpegenc: sink pad's getcaps shouldn't use the src pad getcapsThiago Santos1-1/+1
2010-12-11jpegenc: free/malloc instead of realloc, avoids memcpyTim-Philipp Müller1-3/+4
2010-10-13various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-3/+6
2010-06-01jpegenc: Accept grayscale as inputThiago Santos1-11/+15
2010-05-28jpegenc: Keep variables in sane state after _resetThiago Santos1-0/+1
2010-05-14jpegenc: fix two leaksTim-Philipp Müller1-2/+8
2010-05-06jpegenc: also lift the arbitrary restrictions for width and heightStefan Kost1-2/+2
2010-04-30jpegenc: support more colour spaces and some cleanupsMark Nauwelaerts1-115/+190
2010-04-30jpegenc: more generic sink getcapsMark Nauwelaerts1-19/+27
2010-04-05jpegenc: Fix getcaps functionThiago Santos1-1/+1
2010-04-04jpegenc: should not return caps ANY based on downstreamAndré Dieb Martins1-2/+7
2010-03-26jpegenc: Set correct getcaps/setcaps functions on srcpads and simplify themRaimo Järvi1-41/+17
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-9/+3
2010-03-17Add -Wundef to configure flagsBenjamin Otte1-5/+5
2010-03-17Add -Wredundant-decls warning flagBenjamin Otte1-3/+0
2010-03-17Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte1-0/+1
2010-02-16jpegenc: add a fixme for handling other YUV variantsStefan Kost1-0/+5
2010-01-25Revert "v4l2src: don't deref NULL"Stefan Kost1-6/+0
2010-01-25v4l2src: don't deref NULLStefan Kost1-0/+6
2010-01-23jpegenc: when creating an overflow buffer, copy timestamps.Michael Smith1-0/+3
2010-01-21jpegenc: enlarge buffer if libjpeg tells us it's out of space. Fixes bufferPeter van Hardenberg1-14/+50
2009-11-24jpegenc: fix spelling in commentStefan Kost1-1/+1
2009-07-30jpeg: use longer macro names to not clash with some stupid windows definesStefan Kost1-9/+9
2009-07-24jpeg: make encoder work with libjpeg v7Stefan Kost1-0/+4
2009-07-21jpeg: code cleanups for encoderStefan Kost1-28/+56
2009-05-05jpegenc: set colorspace before _set_defaults()Wim Taymans1-13/+10
2009-02-25jpegenc: error out instead of crashing if no caps have been setTim-Philipp Müller1-0/+13
2009-02-23Some cleanupsWim Taymans1-4/+1
2009-01-29Add examples for the jpeg elements.Stefan Kost1-0/+8
2009-01-28Update and add documentation for plugins with deps (ext).Stefan Kost1-1/+5
2007-07-11Fix build against core CVS.Tim-Philipp Müller1-1/+1
2007-01-08ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char a...Vincent Torri1-1/+1
2006-10-30ext/jpeg/: Various cleanups, capsnego and leak fixes.Wim Taymans1-1/+8
2006-10-05Printf format fixes.Tim-Philipp Müller1-1/+1
2006-06-22Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...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-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-30better/unified long descriptionsWim Taymans1-6/+5
2006-03-24ext/jpeg/gstjpegenc.c: Don't crash when encoding images where the number of r...Tim-Philipp Müller1-9/+21
2006-03-15Fix memleak with gst_static_pad_template_get().Edward Hervey1-4/+2
2006-03-13close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans1-0/+3
2005-12-05Update for alloc_buffer changes.Andy Wingo1-2/+4
2005-11-28ext/jpeg/gstjpegenc.c: Don't leak input buffer in chain function (fixes #3226...Tim-Philipp Müller1-47/+53