summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder_jpeg.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-26libs: decoder: jpeg: add support 400/411/422/444 chroma typeWangfei1-1/+49
2019-03-28libs: decoder: jpeg: support dynamic resolution change decode.Wangfei1-0/+13
2018-09-25libs: remove already include string.hVíctor Manuel Jáquez Leal1-1/+0
2018-09-03libs: decoder: jpeg: implement reset() callbackVíctor Manuel Jáquez Leal1-2/+9
2018-09-03libs: decoder: refactor decoders as gobjectVíctor Manuel Jáquez Leal1-14/+20
2017-08-13build: consolidate the VA sub API includesVíctor Manuel Jáquez Leal1-4/+0
2016-11-03libs: fix code style for errorsVíctor Manuel Jáquez Leal1-4/+9
2016-02-03libs: humongous code style fixVíctor Manuel Jáquez Leal1-651/+636
2015-07-22decoder: jpeg: Align with new API/ABI changes in codecparserSreerenj Balachandran1-31/+26
2015-04-08decoder: cast GST_VAAPI_DECODER_STATUS_DROP_FRAMEVíctor Manuel Jáquez Leal1-1/+1
2014-04-25decoder: default to YUV 4:2:0 VA surfaces.Gwenole Beauchesne1-0/+1
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+2
2013-09-23jpeg: fix calculation of MCU count.Gwenole Beauchesne1-29/+45
2013-09-23jpeg: add support for multiscan images.Gwenole Beauchesne1-20/+54
2013-09-23jpeg: improve robustness when packets are missing.Gwenole Beauchesne1-15/+78
2013-09-20jpeg: minor clean-ups.Gwenole Beauchesne1-39/+40
2013-09-20jpeg: rework and optimize parser.Gwenole Beauchesne1-240/+233
2013-09-20jpeg: handle comment segments.Junfeng Xu1-0/+3
2013-09-20jpeg: fix determination of image bounds.Gwenole Beauchesne1-17/+44
2013-09-20jpeg: fix calculation of offset to next marker segment.Junfeng Xu1-1/+1
2013-08-29configure: fix detection of VA/JPEG decoding API.Wind Yuan1-0/+4
2013-05-07libs: use GstVaapiMiniObject for video decoders.Gwenole Beauchesne1-92/+68
2013-04-10decoder: fix unpaired GstBuffer map/unmaps.Gwenole Beauchesne1-0/+1
2013-04-10Add initial support for GStreamer 1.0.Sreerenj Balachandran1-5/+6
2013-03-21jpeg: propagate buffer data as a const guchar * pointer (cosmetics).Gwenole Beauchesne1-9/+10
2013-03-21decoder: get rid of GstVaapiDecoderUnit::buffer field.Gwenole Beauchesne1-10/+7
2013-03-21decoder: sanitize uses of codec frame input buffer (cosmetics).Gwenole Beauchesne1-3/+3
2013-01-29legal: fix year for some copyright notices (2013).Gwenole Beauchesne1-1/+1
2013-01-07decoder: refactor decoder unit API.Gwenole Beauchesne1-7/+2
2012-12-18jpeg: initial port to new GstVaapiDecoder APIGwenole Beauchesne1-15/+90
2012-09-10decoder: cope with new GstVaapiContextInfo based API.Gwenole Beauchesne1-4/+9
2012-09-07libs: fix build in strict ISO C mode.Gwenole Beauchesne1-1/+1
2012-08-27jpeg: fix end-of-image (EOI) handler.Sreerenj Balachandran1-1/+7
2012-07-31jpeg: update to the latest VA-API changes (0.32.1+).Gwenole Beauchesne1-12/+12
2012-07-17jpeg: update to match latest parser API.Gwenole Beauchesne1-116/+128
2012-06-26jpeg: update to current VA/JPEG decoding API.Gwenole Beauchesne1-36/+50
2012-06-21codecparsers: jpeg: track valid quantization and Huffman tables.Gwenole Beauchesne1-12/+10
2012-06-21jpeg: add new GstJpegHuffmanTables structure.Wind Yuan1-8/+8
2012-06-21jpeg: make gst_jpeg_parse() support multiple scans.Wind Yuan1-97/+42
2012-05-15jpeg: update to match latest parser API.Wind Yuan1-119/+329
2012-04-11Add initial JPEG decoder.Wind Yuan1-0/+531