[Bug 673925] [API] codecparsers: add JPEG baseline parser
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Jun 21 06:43:19 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=673925
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
Target Milestone|1.3.x |1.5.2
--- Comment #19 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
At last:
commit d8963a015f51f872f8a05d50839370b7f52b9dbd
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Sun Jun 21 13:55:29 2015 +0100
docs: add new JPEG codecparser API to the docs
And sprinkle some more Since markers
commit e7512329cac59b60bf911639320c746d637f9f90
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Sun Jun 21 11:51:38 2015 +0100
examples: move vp8 parser test to codecparser example directory
commit 82be4ad39537c8328dc9d458e4ecbde8c68e3770
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Sun Jun 21 11:20:57 2015 +0100
examples: add small jpeg codecparser test
https://bugzilla.gnome.org/show_bug.cgi?id=673925
commit 7d8f69450146b6bfe98c71b1a34bea4492b46dce
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Sat Jun 20 22:49:23 2015 +0100
codecparsers: jpeg: fix validity checking of data parsed
g_return_val_if_fail() and g_assert() are not appropriate
for checking untrusted external data.
https://bugzilla.gnome.org/show_bug.cgi?id=673925
commit 0f04a61bbe2699c7097e01eb552d70bfa7741929
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Sat Jun 20 19:52:42 2015 +0100
codecparsers: jpeg: fix up API
- add data pointer to GstJpegSegment and pass segment
to all parsing functions, rename accordingly
- shorten GstJpegMarkerCode enum type name to GstJpegMarker
- move function gtk-doc blurbs into .c file
- add since markers
- flesh out docs for SOF markers
https://bugzilla.gnome.org/show_bug.cgi?id=673925
commit 4a85958909ff37dcfd28dd7149bec7da2fd652f8
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Sun Jun 14 11:41:52 2015 +0100
codecparsers: jpeg: tweak API a little
https://bugzilla.gnome.org/show_bug.cgi?id=673925
commit 441478d161f52ed1e20a197a37e96f97c1aa817d
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Sun Jun 14 19:01:12 2015 +0100
codecparsers: jpeg: hide gst_jpeg_scan_for_marker_code()
Make this function private for now, since it's unclear whether
it's actually needed seeing that gst_jpeg_parse() scans too.
https://bugzilla.gnome.org/show_bug.cgi?id=673925
commit d279e12c8f93cf88e397f40155079fa4439e3ccc
Author: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
Date: Tue Sep 24 16:10:45 2013 +0200
codecparsers: jpeg: fix and optimize scan for next marker code.
Fix scan for next marker code when there is an odd number of filler
(0xff) bytes before the actual marker code. Also optimize the loop
to execute with fewer instructions (~10%).
This fixes parsing for Spectralfan.mov.
commit 41ed5c0266489f7247a8f6a2fc13bb4e0c73c516
Author: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
Date: Wed Sep 18 15:56:52 2013 +0200
codecparsers: jpeg: fix calculation of segment size.
The size of a marker segment is defined to be exclusive of any initial
marker code. So, fix the size for SOI, EOI and APPn segments but also
the size of any possible segment that is usually "reserved" or not
explicitly defined.
https://bugzilla.gnome.org/show_bug.cgi?id=707447
commit c83e413656f9c1e9918cfa00c53234327ac83071
Author: Wind Yuan <feng.yuan at intel.com>
Date: Thu Jun 13 13:22:18 2013 +0800
codecparsers: jpeg: fix default Huffman tables generation.
Fix build_huffman_table() to correctly fill in the associated HUFFVAL
entries to the default Huffman tables.
commit 7e7b4d68f4081f6e7e3bf851d4a041179b594ff9
Author: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
Date: Wed Sep 12 10:40:06 2012 +0200
codecparsers: jpeg: add JPEG bitstream parser
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
https://bugzilla.gnome.org/show_bug.cgi?id=673925
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list