gstreamer/gst-libs/gst/codecparsers
Wind Yuan 4c5cc7eff9 jpeg: make gst_jpeg_parse() support multiple scans.
gst_jpeg_parse() now gathers all scans available in the supplied
buffer. A scan comprises of the scan header and any entropy-coded
segments or restart marker following it. The size and offset to
the associated data (ECS + RST segments) are append to a new
GstJpegScanOffsetSize structure.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2012-06-21 15:30:53 +02:00
..
gstjpegparser.c jpeg: make gst_jpeg_parse() support multiple scans. 2012-06-21 15:30:53 +02:00
gstjpegparser.h jpeg: make gst_jpeg_parse() support multiple scans. 2012-06-21 15:30:53 +02:00
Makefile.am codecparsers: add JPEG parser. 2012-04-11 19:38:12 +02:00