summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-08-09 14:16:33 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-08-09 14:16:33 +0000
commite57a509a0c1ec1e2d4348c58354488fda8ab7972 (patch)
treefe7a2d6acb35f0de8dddf62241c79ec05118cc4d /ChangeLog
parentc40482cc34fe71d3ade6c5404e909ac01b726238 (diff)
downloadgst-plugins-bad-e57a509a0c1ec1e2d4348c58354488fda8ab7972.tar.gz
gst-plugins-bad-e57a509a0c1ec1e2d4348c58354488fda8ab7972.tar.bz2
gst-plugins-bad-e57a509a0c1ec1e2d4348c58354488fda8ab7972.zip
ext/jpeg/gstjpegdec.*: Make mjpeg actually work and skip jpeg data parsing if we know that the input is packetized (i...
Original commit message from CVS: * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_setcaps), (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state): * ext/jpeg/gstjpegdec.h: Make mjpeg actually work and skip jpeg data parsing if we know that the input is packetized (ie. each input buffer is exactly one jpeg frame).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f005c9b..51f2aec4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
+ (gst_jpeg_dec_setcaps), (gst_jpeg_dec_chain),
+ (gst_jpeg_dec_change_state):
+ * ext/jpeg/gstjpegdec.h:
+ Make mjpeg actually work and skip jpeg data parsing if we
+ know that the input is packetized (ie. each input buffer
+ is exactly one jpeg frame).
+
2005-08-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):