index
:
~adn770/gst-plugins-good
0.10
alpha
master
qtdemux-0.10
GStreamer plugins good hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
jpeg
/
gstjpegenc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-05
jpegenc: error out gracefully if input buffer is too small
Tim-Philipp Müller
1
-0
/
+15
2012-05-18
jpeg: Remove dead code
Edward Hervey
1
-14
/
+0
2012-04-24
jpeg: Port jpegdec/jpegenc to base video classes
Edward Hervey
1
-249
/
+99
2012-01-20
jpegenc: check _alloc_buffer result and perform fallback alloc if needed
Mark Nauwelaerts
1
-1
/
+9
2011-11-28
various: fix pad template leaks
Vincent Penquerc'h
1
-4
/
+4
2011-06-29
jpegenc: Don't round up size of encoded buffers
David Schleef
1
-2
/
+1
2011-04-16
jpegenc: pulsesink: raw1394: Address unused but set variables
Robert Swain
1
-2
/
+1
2010-12-21
jpegenc: sink pad's getcaps shouldn't use the src pad getcaps
Thiago Santos
1
-1
/
+1
2010-12-11
jpegenc: free/malloc instead of realloc, avoids memcpy
Tim-Philipp Müller
1
-3
/
+4
2010-10-13
various (ext): add a missing G_PARAM_STATIC_STRINGS flags
Stefan Kost
1
-3
/
+6
2010-06-01
jpegenc: Accept grayscale as input
Thiago Santos
1
-11
/
+15
2010-05-28
jpegenc: Keep variables in sane state after _reset
Thiago Santos
1
-0
/
+1
2010-05-14
jpegenc: fix two leaks
Tim-Philipp Müller
1
-2
/
+8
2010-05-06
jpegenc: also lift the arbitrary restrictions for width and height
Stefan Kost
1
-2
/
+2
2010-04-30
jpegenc: support more colour spaces and some cleanups
Mark Nauwelaerts
1
-115
/
+190
2010-04-30
jpegenc: more generic sink getcaps
Mark Nauwelaerts
1
-19
/
+27
2010-04-05
jpegenc: Fix getcaps function
Thiago Santos
1
-1
/
+1
2010-04-04
jpegenc: should not return caps ANY based on downstream
André Dieb Martins
1
-2
/
+7
2010-03-26
jpegenc: Set correct getcaps/setcaps functions on srcpads and simplify them
Raimo Järvi
1
-41
/
+17
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-9
/
+3
2010-03-17
Add -Wundef to configure flags
Benjamin Otte
1
-5
/
+5
2010-03-17
Add -Wredundant-decls warning flag
Benjamin Otte
1
-3
/
+0
2010-03-17
Add -Wmissing-declarations -Wmissing-prototypes warning flags
Benjamin Otte
1
-0
/
+1
2010-02-16
jpegenc: add a fixme for handling other YUV variants
Stefan Kost
1
-0
/
+5
2010-01-25
Revert "v4l2src: don't deref NULL"
Stefan Kost
1
-6
/
+0
2010-01-25
v4l2src: don't deref NULL
Stefan Kost
1
-0
/
+6
2010-01-23
jpegenc: when creating an overflow buffer, copy timestamps.
Michael Smith
1
-0
/
+3
2010-01-21
jpegenc: enlarge buffer if libjpeg tells us it's out of space. Fixes buffer
Peter van Hardenberg
1
-14
/
+50
2009-11-24
jpegenc: fix spelling in comment
Stefan Kost
1
-1
/
+1
2009-07-30
jpeg: use longer macro names to not clash with some stupid windows defines
Stefan Kost
1
-9
/
+9
2009-07-24
jpeg: make encoder work with libjpeg v7
Stefan Kost
1
-0
/
+4
2009-07-21
jpeg: code cleanups for encoder
Stefan Kost
1
-28
/
+56
2009-05-05
jpegenc: set colorspace before _set_defaults()
Wim Taymans
1
-13
/
+10
2009-02-25
jpegenc: error out instead of crashing if no caps have been set
Tim-Philipp Müller
1
-0
/
+13
2009-02-23
Some cleanups
Wim Taymans
1
-4
/
+1
2009-01-29
Add examples for the jpeg elements.
Stefan Kost
1
-0
/
+8
2009-01-28
Update and add documentation for plugins with deps (ext).
Stefan Kost
1
-1
/
+5
2007-07-11
Fix build against core CVS.
Tim-Philipp Müller
1
-1
/
+1
2007-01-08
ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char a...
Vincent Torri
1
-1
/
+1
2006-10-30
ext/jpeg/: Various cleanups, capsnego and leak fixes.
Wim Taymans
1
-1
/
+8
2006-10-05
Printf format fixes.
Tim-Philipp Müller
1
-1
/
+1
2006-06-22
Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...
Tim-Philipp Müller
1
-1
/
+1
2006-04-25
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
1
-1
/
+1
2006-04-08
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost
1
-1
/
+1
2006-03-30
better/unified long descriptions
Wim Taymans
1
-6
/
+5
2006-03-24
ext/jpeg/gstjpegenc.c: Don't crash when encoding images where the number of r...
Tim-Philipp Müller
1
-9
/
+21
2006-03-15
Fix memleak with gst_static_pad_template_get().
Edward Hervey
1
-4
/
+2
2006-03-13
close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.
Wim Taymans
1
-0
/
+3
2005-12-05
Update for alloc_buffer changes.
Andy Wingo
1
-2
/
+4
2005-11-28
ext/jpeg/gstjpegenc.c: Don't leak input buffer in chain function (fixes #3226...
Tim-Philipp Müller
1
-47
/
+53
[next]