summaryrefslogtreecommitdiff
path: root/gst-libs/gst
AgeCommit message (Expand)AuthorFilesLines
2013-02-05mpeg2: fix decoding of 4K videos.Gwenole Beauchesne1-2/+2
2013-02-05legal: fix year for some copyright notices (2013).Gwenole Beauchesne4-4/+4
2013-02-05legal: fix year for some copyright notices (2012).Gwenole Beauchesne17-17/+17
2013-02-05legal: add Intel copyright on modified files.Gwenole Beauchesne19-0/+19
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
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-17h264: initialize VA context before allocating the first slice.Gwenole Beauchesne1-5/+29
2012-12-17libs: only export gst_vaapi_*() symbols.Gwenole Beauchesne1-0/+1
2012-12-17libs: fix compatibility with glib 2.28.Gwenole Beauchesne1-24/+69
2012-12-17libs: use glib >= 2.32 semantics for mutexes.Gwenole Beauchesne4-23/+20
2012-12-17videobuffer: fix memory leak for surface and image.Wind Yuan1-4/+2
2012-11-19wayland: port to 1.0 version of the protocol.Rob Bradford3-24/+22
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
2012-11-16h264: introduce per-field POC in GstVaapiPictureH264.Gwenole Beauchesne1-38/+29
2012-11-16h264: introduce GST_VAAPI_PICTURE_{SHORT,LONG}_TERM_REFERENCE flags.Gwenole Beauchesne1-44/+56
2012-11-16h264: introduce GST_VAAPI_PICTURE_FLAG_IDR flag.Gwenole Beauchesne1-13/+23
2012-11-16h264: fill in GstVaapiPicture structure.Gwenole Beauchesne1-57/+60
2012-11-16h264: add vaapi_fill_picture() helper.Gwenole Beauchesne1-7/+44
2012-11-16h264: fix activation order of picture and sequence parameters.Gwenole Beauchesne1-128/+160
2012-11-16h264: fix detection of picture boundaries.Gwenole Beauchesne1-12/+92
2012-11-16h264: optimize handling of scaling lists.Gwenole Beauchesne1-39/+69
2012-11-16h264: simplify code when MMCO is 5.Gwenole Beauchesne1-71/+51
2012-11-16h264: fix MMCO-based reference picture marking process.Gwenole Beauchesne1-21/+83
2012-11-16h264: move MMCO handlers out of the loop (cosmetics).Gwenole Beauchesne1-50/+99
2012-11-16h264: add flag to compile with strict DPB ordering mode.Gwenole Beauchesne1-2/+9
2012-11-16h264: drop extra code covered by built-in codecparsers.Gwenole Beauchesne1-25/+0
2012-11-16h264: use pixel-aspect-ratio from SPS header.Simon Farnsworth1-0/+6
2012-11-16h264: add decode_nalu() helper function.Gwenole Beauchesne1-36/+41
2012-11-16h264: fix end-of-stream conditions (flush).Gwenole Beauchesne1-10/+22