encoder: add infrastructure for per-slice handling of packed headers.
[platform/upstream/gstreamer-vaapi.git] / gst-libs / gst / vaapi / gstvaapidecoder_jpeg.c
2014-04-25 Gwenole Beauchesnedecoder: default to YUV 4:2:0 VA surfaces.
2013-11-22 Gwenole Beauchesnelegal: add per-file authorship information.
2013-09-23 Gwenole Beauchesnejpeg: fix calculation of MCU count.
2013-09-23 Gwenole Beauchesnejpeg: add support for multiscan images.
2013-09-23 Gwenole Beauchesnejpeg: improve robustness when packets are missing.
2013-09-20 Gwenole Beauchesnejpeg: minor clean-ups.
2013-09-20 Gwenole Beauchesnejpeg: rework and optimize parser.
2013-09-20 Junfeng Xujpeg: handle comment segments.
2013-09-20 Gwenole Beauchesnejpeg: fix determination of image bounds.
2013-09-20 Junfeng Xujpeg: fix calculation of offset to next marker segment.
2013-08-29 Wind Yuanconfigure: fix detection of VA/JPEG decoding API.
2013-05-07 Gwenole Beauchesnelibs: use GstVaapiMiniObject for video decoders.
2013-04-10 Gwenole Beauchesnedecoder: fix unpaired GstBuffer map/unmaps.
2013-04-10 Sreerenj BalachandranAdd initial support for GStreamer 1.0.
2013-03-21 Gwenole Beauchesnejpeg: propagate buffer data as a const guchar * pointer...
2013-03-21 Gwenole Beauchesnedecoder: get rid of GstVaapiDecoderUnit::buffer field.
2013-03-21 Gwenole Beauchesnedecoder: sanitize uses of codec frame input buffer...
2013-01-29 Gwenole Beauchesnelegal: fix year for some copyright notices (2013).
2013-01-07 Gwenole Beauchesnedecoder: refactor decoder unit API.
2012-12-18 Gwenole Beauchesnejpeg: initial port to new GstVaapiDecoder API
2012-09-10 Gwenole Beauchesnedecoder: cope with new GstVaapiContextInfo based API.
2012-09-07 Gwenole Beauchesnelibs: fix build in strict ISO C mode.
2012-08-27 Sreerenj Balachandranjpeg: fix end-of-image (EOI) handler.
2012-07-31 Gwenole Beauchesnejpeg: update to the latest VA-API changes (0.32.1+).
2012-07-17 Gwenole Beauchesnejpeg: update to match latest parser API.
2012-06-26 Gwenole Beauchesnejpeg: update to current VA/JPEG decoding API.
2012-06-21 Gwenole Beauchesnecodecparsers: jpeg: track valid quantization and Huffma...
2012-06-21 Wind Yuanjpeg: add new GstJpegHuffmanTables structure.
2012-06-21 Wind Yuanjpeg: make gst_jpeg_parse() support multiple scans.
2012-05-15 Wind Yuanjpeg: update to match latest parser API.
2012-04-11 Wind YuanAdd initial JPEG decoder.