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
/
gstjpegdec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-07
jpegdec: fix video state leak
Vincent Penquerc'h
1
-0
/
+2
2012-05-18
jpeg: Remove dead code
Edward Hervey
1
-88
/
+0
2012-05-18
jpegdec: When dropping frames on EOS, flush out data
Edward Hervey
1
-1
/
+2
2012-05-17
jpegdec: Remove unused variable
Edward Hervey
1
-4
/
+0
2012-05-17
jpegdec: Only parse for SOI when we didn't see it before
Edward Hervey
1
-11
/
+15
2012-05-17
jpegdec: Remember if we saw SOI and handle stray data on EOS
Edward Hervey
1
-0
/
+10
2012-05-15
jpegdec: Use non-packetized behaviour by default
Edward Hervey
1
-0
/
+5
2012-04-24
jpeg: Port jpegdec/jpegenc to base video classes
Edward Hervey
1
-573
/
+172
2011-12-26
jpegdec: fix peer_caps leak
Nicola Murino
1
-1
/
+1
2011-11-28
various: fix pad template leaks
Vincent Penquerc'h
1
-4
/
+4
2011-10-28
jpegdec: add sof-marker to template caps, so we don't get plugged for lossles...
Tim-Philipp Müller
1
-1
/
+3
2011-10-10
jpegdec: Implement upstream negotiation
Sjoerd Simons
1
-0
/
+47
2011-07-04
jpegdec: avoid crashing on invalid input without components
Mark Nauwelaerts
1
-3
/
+8
2011-04-25
jpegdec: documentation typo "jpegddec"
Philip Jägenstedt
1
-1
/
+1
2011-04-08
jpegdec: Unref event if the parent element disappeared
Sebastian Dröge
1
-1
/
+3
2011-04-08
jpegdec: Make upstream events MT-safe
Havard Graff
1
-0
/
+2
2010-12-11
jpegdec: add "max-errors" property to ignore decoding errors
Tim-Philipp Müller
1
-19
/
+128
2010-12-06
jpegdec: add debug to notify when skipping to jpeg header
Mark Nauwelaerts
1
-1
/
+4
2010-12-06
jpegdec: discard incomplete image
Mark Nauwelaerts
1
-5
/
+19
2010-12-06
jpegdec: avoid infinite loop when resyncing
Mark Nauwelaerts
1
-0
/
+1
2010-10-13
various (ext): add a missing G_PARAM_STATIC_STRINGS flags
Stefan Kost
1
-1
/
+2
2010-09-12
jpegdec: don't post an error message if buffer alloc fails with NOT_LINKED flow
Tim-Philipp Müller
1
-1
/
+2
2010-09-07
jpegdec: avoid invalid adapter flush on QoS
Wim Taymans
1
-3
/
+4
2010-09-04
jpegdec: Don't use GST_FLOW_IS_FATAL()
Sebastian Dröge
1
-1
/
+1
2010-08-19
jpegdec: Prevent crash when reading image with problems
Thiago Santos
1
-0
/
+5
2010-07-19
jpegdec: Fix regression on markers parsing
Thiago Santos
1
-1
/
+19
2010-07-05
jpegdec: fix skipping extra 0xff markers
Mark Nauwelaerts
1
-1
/
+1
2010-07-02
jpegdec: fix memory leak
Tim-Philipp Müller
1
-1
/
+9
2010-06-14
jpegdec: use libjpeg scatter-gather operation to avoid data copying
Mark Nauwelaerts
1
-19
/
+27
2010-06-14
jpegdec: optimize buffer handling when parsing
Mark Nauwelaerts
1
-166
/
+98
2010-06-01
jpegdec: fix variable init
Mark Nauwelaerts
1
-1
/
+1
2010-06-01
jpegdec: Adds 8bit grayscale support
Thiago Santos
1
-5
/
+58
2010-05-13
jpegdec: increase acceptable output sizes
Wim Taymans
1
-2
/
+2
2010-04-30
jpegdec: optimise buffer scanning
Mark Nauwelaerts
1
-10
/
+40
2010-04-30
jpegdec: disregard superfluous lines when indirect decoding
Mark Nauwelaerts
1
-16
/
+18
2010-04-30
jpegdec: add support for RGB and grayscale color space
Mark Nauwelaerts
1
-90
/
+234
2010-04-30
jpegdec: more sanity checks on input
Mark Nauwelaerts
1
-0
/
+24
2010-04-25
jpegdec: don't crash if jpeg image contains more than three components
Tim-Philipp Müller
1
-0
/
+10
2010-04-08
jpegdec: move macro to c source
Stefan Kost
1
-0
/
+3
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-7
/
+3
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-22
jpegdec: Fix invalid memory access by first checking and then reading
David Hoyt
1
-2
/
+2
2010-02-02
jpeg: don't directly access message, some message have args
Stefan Kost
1
-2
/
+5
2009-12-01
jpegdec: reset segment info after flush
Wim Taymans
1
-0
/
+1
2009-11-09
jpegdec: free temporary buffer when changing state to NULL
Tim-Philipp Müller
1
-7
/
+18
2009-11-09
jpegdec: only allocate as much temporary memory as needed for indirect decoding
Tim-Philipp Müller
1
-14
/
+27
2009-11-03
jpegdec: don't allocate big arrays on the stack
Stefan Kost
1
-14
/
+27
2009-10-16
jpegdec: fix branch hints
Tim-Philipp Müller
1
-7
/
+7
2009-10-16
jpegdec: fix regression in indirect decode path
Tim-Philipp Müller
1
-1
/
+1
[next]