summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapidecoder.c
Commit message (Expand)AuthorAgeFilesLines
* libs: small code style fixesVíctor Manuel Jáquez Leal2016-02-031-3/+3
* decoder: update a deprecated functionVíctor Manuel Jáquez Leal2016-02-021-2/+1
* Remove old gst version guardsVíctor Manuel Jáquez Leal2016-01-251-2/+0
* multiview: initial attempt at stereo/multiview supportJan Schmidt2015-08-311-0/+29
* decoder: cast GST_VAAPI_DECODER_STATUS_DROP_FRAMEVíctor Manuel Jáquez Leal2015-04-081-1/+1
* Removal of gstreamer-0.10 supportVíctor Manuel Jáquez Leal2015-04-031-15/+0
* Fix compiler warningsVíctor Manuel Jáquez Leal2015-02-181-1/+2
* decoder: re-indent GstVaapiDecoder base object.Gwenole Beauchesne2014-04-251-624/+614
* build: fix warnings on 64-bit platforms.Gwenole Beauchesne2014-01-231-2/+3
* context: introduce concept of usage.Gwenole Beauchesne2014-01-231-0/+1
* context: clean-ups. Strip down APIs.Gwenole Beauchesne2014-01-231-2/+2
* legal: update copyright notice dates.Gwenole Beauchesne2014-01-221-1/+1
* decoder: fix video codec frame number in standalone mode.Gwenole Beauchesne2014-01-221-4/+5
* decoder: fix crash on invalid pointer for GST_DEBUG().Wind Yuan2014-01-221-1/+1
* Fix printf()-like formats.Gwenole Beauchesne2014-01-061-2/+2
* legal: add per-file authorship information.Gwenole Beauchesne2013-11-221-0/+2
* jpeg: rework and optimize parser.Gwenole Beauchesne2013-09-201-0/+1
* libs: drop GST_VAAPI_IS_xxx() helper macros.Gwenole Beauchesne2013-05-231-12/+12
* libs: use GstVaapiMiniObject for display objects.Gwenole Beauchesne2013-05-071-2/+2
* libs: use GstVaapiMiniObject for video decoders.Gwenole Beauchesne2013-05-071-166/+200
* libs: use GstVaapiObject for VA objects.Gwenole Beauchesne2013-05-071-1/+1
* decoder: update picture size from the bitstream.Gwenole Beauchesne2013-05-071-0/+2
* decoder: fix raw decoding mode.Gwenole Beauchesne2013-04-251-1/+1
* decoder: add gst_vaapi_decoder_get_frame_with_timeout().Gwenole Beauchesne2013-04-251-23/+46
* decoder: fix GstVideoCodecFrame flags for interlaced contents.Gwenole Beauchesne2013-04-171-0/+1
* decoder: rename GstVaapiDecoderFrame to GstVaapiParserFrame.Gwenole Beauchesne2013-04-161-7/+8
* decoder: export presentation timestamp for raw decoding mode.Gwenole Beauchesne2013-04-161-1/+4
* decoder: use new GstVaapiSurfaceProxy utility functions.Gwenole Beauchesne2013-04-161-5/+21
* decoder: fix gst_vaapi_decoder_get_codec_state().Gwenole Beauchesne2013-04-151-1/+1
* decoder: make gst_vaapi_decoder_get_codec_state() return the original state.Gwenole Beauchesne2013-04-151-4/+4
* decoder: fix unpaired GstBuffer map/unmaps.Gwenole Beauchesne2013-04-101-0/+1
* Add initial support for GStreamer 1.0.Sreerenj Balachandran2013-04-101-8/+14
* decoder: delegate surface size check to VA context reset.Gwenole Beauchesne2013-04-031-13/+0
* decoder: sanitize codec-data decoding.Gwenole Beauchesne2013-03-211-0/+25
* decoder: handle decode-only frames in raw API mode.Gwenole Beauchesne2013-01-301-3/+7
* decoder: allow frames to be dropped.Gwenole Beauchesne2013-01-301-0/+31
* decoder: assume current frame is complete at end-of-stream.Gwenole Beauchesne2013-01-291-1/+8
* legal: fix year for some copyright notices (2013).Gwenole Beauchesne2013-01-291-1/+1
* decoder: simplify gst_vaapi_decoder_get_surface().Gwenole Beauchesne2013-01-181-12/+6
* decoder: optimize and clean decode_step() up.Gwenole Beauchesne2013-01-181-44/+49
* decoder: add GstVaapiDecoder::flush() hook.Gwenole Beauchesne2013-01-171-0/+19
* decoder: fix check for end-of-stream in raw API mode.Gwenole Beauchesne2013-01-171-4/+7
* decoder: make decode_step() return once the frame is decoded.Gwenole Beauchesne2013-01-171-7/+11
* decoder: optimize pre-allocation of decoder units.Gwenole Beauchesne2013-01-071-2/+5
* decoder: use an array of units instead of a single-linked list.Gwenole Beauchesne2013-01-071-64/+47
* decoder: refactor decoder unit API.Gwenole Beauchesne2013-01-071-1/+5
* decoder: create new context when encoded resolution changes.Gwenole Beauchesne2013-01-031-1/+12
* decoder: introduce lists of units to decode before/after frame.Gwenole Beauchesne2013-01-031-23/+51
* decoder: maintain decoded frames as GstVideoCodecFrame objects.Gwenole Beauchesne2012-12-181-49/+45
* decoder: add gst_vaapi_decoder_get_frame() API.Gwenole Beauchesne2012-12-181-13/+49