summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-05Bump version for development.0.4Gwenole Beauchesne1-2/+2
2013-02-050.4.3.Gwenole Beauchesne2-3/+3
2013-02-05NEWS: updates.Gwenole Beauchesne1-1/+9
2013-02-05codecparsers: update to gst-vaapi-branch commit b8efe57.Gwenole Beauchesne1-0/+0
2013-02-05mpeg2: fix decoding of 4K videos.Gwenole Beauchesne1-2/+2
2013-02-05legal: fix year for some copyright notices (2013).Gwenole Beauchesne7-7/+7
2013-02-05legal: fix year for some copyright notices (2012).Gwenole Beauchesne20-20/+20
2013-02-05legal: add Intel copyright on modified files.Gwenole Beauchesne22-0/+22
2013-01-28wayland: use a local event queue to avoid lock contention.Gwenole Beauchesne1-6/+20
2013-01-28wayland: fix thread-safe issues.Gwenole Beauchesne1-1/+9
2013-01-28wayland: really wait until the pending redraw completed.Gwenole Beauchesne1-4/+24
2013-01-28wayland: fix frame_redraw callback.Gwenole Beauchesne1-5/+4
2013-01-28wayland: fix display sharing.Gwenole Beauchesne1-6/+13
2013-01-25h264: reset got_{sps,pps} when corrupted SPS/PPS headers are parsed.Zhao Halley1-2/+6
2013-01-25vc1: handle CLOSED_ENTRY.Gwenole Beauchesne1-1/+5
2013-01-25vc1: fix decoding of WMV3 videos in AVI format.Wind Yuan1-0/+7
2013-01-25vc1: review and report errors accordingly.Gwenole Beauchesne1-12/+12
2013-01-25vc1: cope with latest codecparser changes.Gwenole Beauchesne1-6/+7
2013-01-25codecparsers: update to gst-vaapi-branch commit 35053b8.Gwenole Beauchesne1-0/+0
2013-01-14codecparsers: update to gst-vaapi-rebased commit b47983a.Gwenole Beauchesne1-0/+0
2012-12-18Bump version for development.Gwenole Beauchesne1-2/+2
2012-12-180.4.2.Gwenole Beauchesne2-3/+3
2012-12-17NEWS: updates.Gwenole Beauchesne1-1/+9
2012-12-17image: fix GstVaapiImage map and unmap.Gwenole Beauchesne1-8/+7
2012-12-17mpeg4: fix decoding at end-of-stream.Wind Yuan1-14/+34
2012-12-17mpeg4: fix size argument to gst_adapter_flush().Wind Yuan1-4/+4
2012-12-17tests: add test for MPEG-4:2 decoding.Gwenole Beauchesne4-1/+1715
2012-12-17h264: initialize VA context before allocating the first slice.Gwenole Beauchesne1-5/+29
2012-12-17configure: install plugin elements in GST_PLUGIN_PATH, if set.Zhao Halley1-4/+8
2012-12-17libs: only export gst_vaapi_*() symbols.Gwenole Beauchesne1-0/+1
2012-12-17libs: fix compatibility with glib 2.28.Gwenole Beauchesne2-29/+70
2012-12-17libs: use glib >= 2.32 semantics for mutexes.Gwenole Beauchesne4-23/+20
2012-12-17vaapidecode: adopt non-deprecrated glib locking primitive pattern.Rob Bradford2-32/+16
2012-12-17videobuffer: fix memory leak for surface and image.Wind Yuan1-4/+2
2012-11-27Bump version for development.Gwenole Beauchesne1-2/+2
2012-11-27Mark release.Gwenole Beauchesne1-1/+1
2012-11-270.4.1.Gwenole Beauchesne1-2/+2
2012-11-19NEWS: updates.Gwenole Beauchesne1-2/+13
2012-11-19wayland: port to 1.0 version of the protocol.Rob Bradford4-25/+23
2012-11-19h264: fix picture size in macroblocks.Gwenole Beauchesne1-12/+15
2012-11-16h264: start decoding slices after first SPS/PPS activation.Gwenole Beauchesne1-0/+7
2012-11-16h264: fix VAPictureParameterBufferH264.ReferenceFrames[] construction.Gwenole Beauchesne1-9/+16
2012-11-16h264: fix interlaced stream decoding with MMCO.Gwenole Beauchesne1-12/+20
2012-11-16h264: add initial support for interlaced streams.Gwenole Beauchesne1-23/+232
2012-11-16h264: split remove_reference_at() into finer units.Gwenole Beauchesne1-48/+80
2012-11-16decoder: fix gst_vaapi_picture_new_field() object type.Gwenole Beauchesne1-1/+3
2012-11-16h264: add picture structure for reference picture marking process.Gwenole Beauchesne1-13/+16
2012-11-16h264: introduce new frame store structure.Gwenole Beauchesne1-45/+215
2012-11-16h264: minor clean-ups.Gwenole Beauchesne1-13/+5
2012-11-16h264: simplify reference picture marking process.Gwenole Beauchesne1-58/+55