index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ext
/
jpeg
Commit message (
Expand
)
Author
Age
Files
Lines
*
More docs. More logs in pngdec.
Stefan Kost
2007-07-18
1
-0
/
+6
*
Fix build against core CVS.
Tim-Philipp Müller
2007-07-11
1
-1
/
+1
*
ext/jpeg/gstsmokeenc.*: Remove stupidity in get/set caps functions.
Michael Smith
2007-07-06
2
-61
/
+11
*
Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
Loïc Minier
2007-02-24
1
-1
/
+1
*
ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char a...
Vincent Torri
2007-01-08
3
-6
/
+6
*
gst/id3demux/id3v2frames.c: We require a -base more recent than 0.10.9, so it...
Tim-Philipp Müller
2006-11-01
1
-6
/
+5
*
ext/jpeg/: Various cleanups, capsnego and leak fixes.
Wim Taymans
2006-10-30
3
-73
/
+204
*
Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...
Josep Torra Valles
2006-10-16
1
-29
/
+21
*
Printf format fixes.
Tim-Philipp Müller
2006-10-05
4
-4
/
+4
*
ext/jpeg/gstjpegdec.c: our code should handle that fine. Some of the buttons ...
Tim-Philipp Müller
2006-09-25
1
-1
/
+1
*
ext/jpeg/: Refuse sink caps in the encoder if width or height is not a multip...
Tim-Philipp Müller
2006-08-08
2
-25
/
+41
*
ext/jpeg/gstsmokeenc.c: Set caps on buffer correctly. Fixes bug #349155.
Zaheer Abbas Merali
2006-07-29
1
-4
/
+9
*
Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...
Tim-Philipp Müller
2006-06-22
3
-3
/
+3
*
ext/jpeg/gstjpegdec.c: After a failed buffer alloc, we need to abort the jpeg...
Edward Hervey
2006-06-18
1
-0
/
+2
*
ext/jpeg/gstjpegdec.*: API: Added IDCT method property
Wim Taymans
2006-06-09
2
-36
/
+133
*
Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
Stefan Kost
2006-06-01
3
-6
/
+6
*
ext/jpeg/gstjpegdec.c: Initialize segment to GST_FORMAT_UNDEFINED in READY->P...
Edward Hervey
2006-05-28
1
-1
/
+1
*
ext/jpeg/gstjpegdec.*: Clip outgoing buffers according to currently configure...
Edward Hervey
2006-05-28
2
-1
/
+54
*
ext/jpeg/gstjpegdec.c: Abort decompression when receiving FLUSH_STOP. This sh...
Edward Hervey
2006-05-27
1
-0
/
+25
*
ext/jpeg/gstjpegdec.c: Fix crashes when the horizontal subsampling is 1.
Tim-Philipp Müller
2006-05-22
1
-6
/
+30
*
ext/jpeg/gstjpegdec.c: Fix crash when outputting debugging information for ce...
Tim-Philipp Müller
2006-05-17
1
-1
/
+1
*
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
2006-04-25
4
-4
/
+4
*
ext/jpeg/gstjpegdec.c: Source pad has fixed caps. If we don't set this, bad t...
Tim-Philipp Müller
2006-04-25
1
-0
/
+1
*
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost
2006-04-08
3
-3
/
+3
*
ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32
Sébastien Moutte
2006-03-30
1
-0
/
+7
*
better/unified long descriptions
Wim Taymans
2006-03-30
4
-24
/
+20
*
ext/jpeg/gstjpegenc.c: Don't crash when encoding images where the number of r...
Tim-Philipp Müller
2006-03-24
1
-9
/
+21
*
Fix memleak with gst_static_pad_template_get().
Edward Hervey
2006-03-15
4
-16
/
+14
*
ext/jpeg/gstjpegdec.*: Fix durations on outgoing buffers after seeking in MJP...
Tim-Philipp Müller
2006-03-14
2
-17
/
+32
*
close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.
Wim Taymans
2006-03-13
3
-1
/
+9
*
docs/plugins/: Added smoke and jpeg to the docs.
Wim Taymans
2006-03-03
9
-122
/
+108
*
ext/jpeg/gstjpegdec.c: Fix invalid memory access for some odd-sized images (s...
Tim-Philipp Müller
2006-02-17
1
-7
/
+8
*
ext/jpeg/gstsmokeenc.c: fix memleak. Fixes #326618
Wim Taymans
2006-01-13
1
-1
/
+1
*
ext/jpeg/: Fix leaks.
Wim Taymans
2006-01-04
2
-3
/
+9
*
expand tabs
Thomas Vander Stichele
2005-12-06
3
-73
/
+73
*
Update for alloc_buffer changes.
Andy Wingo
2005-12-05
2
-3
/
+5
*
ext/jpeg/gstjpegenc.c: Don't leak input buffer in chain function (fixes #3226...
Tim-Philipp Müller
2005-11-28
1
-47
/
+53
*
ext/jpeg/: JPEG fractiony goodness.
Michael Smith
2005-11-22
6
-38
/
+65
*
rework configure.ac; make asterisk rtp stuff compile on mingw
Thomas Vander Stichele
2005-11-14
1
-1
/
+1
*
ext/jpeg/gstjpegdec.c: Only GST_DEBUG() information on the valid components.
Edward Hervey
2005-11-12
1
-1
/
+1
*
ext/jpeg/gstjpegdec.*: Cleanups. Don't create caps for every chain.
Wim Taymans
2005-10-28
2
-59
/
+96
*
fix build and use of GST_LIBS
Thomas Vander Stichele
2005-09-23
1
-3
/
+2
*
fix compiler warnings
Thomas Vander Stichele
2005-09-09
2
-2
/
+3
*
jpgenc ported to GSTreamer 0.9
Flavio Oliveira
2005-09-08
4
-55
/
+53
*
All plugins updated for element state changes.
Andy Wingo
2005-09-02
2
-17
/
+19
*
ext/jpeg/gstjpegdec.c: Fix decoding of pictures with certain uneven or unalig...
Tim-Philipp Müller
2005-08-12
1
-44
/
+106
*
ext/jpeg/gstjpegdec.*: Fix crashes/invalid memory access for pictures that ha...
Tim-Philipp Müller
2005-08-11
2
-70
/
+53
*
ext/jpeg/gstjpegdec.*: Make mjpeg actually work and skip jpeg data parsing if...
Tim-Philipp Müller
2005-08-09
2
-21
/
+35
*
ext/jpeg/gstjpegdec.c: Add setcaps() function (for mjpeg).
Tim-Philipp Müller
2005-08-08
1
-1
/
+26
*
ext/jpeg/Makefile.am: Fix compile.
Ronald S. Bultje
2005-08-08
1
-1
/
+1
[next]