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