summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-16vc1: use framerate information from bitstream parser.Gwenole Beauchesne1-46/+5
2012-11-16vc1: use pixel-aspect-ratio from bitstream parser.Simon Farnsworth1-1/+8
2012-11-16mpeg2: fix PAR calculation from commit 132922d.Sreerenj Balachandran1-5/+9
2012-11-16mpeg2: use pixel-aspec-ratio information from bitstream parser.Simon Farnsworth1-0/+6
2012-11-16mpeg2: add decode_packet() helper function.Gwenole Beauchesne1-76/+87
2012-11-16mpeg2: fix end-of-stream conditions (flush).Gwenole Beauchesne1-6/+14
2012-11-16mpeg2: fix memory leak of empty packets.Gwenole Beauchesne1-12/+1
2012-11-16mpeg2: fix return value for "no-data" conditions.Gwenole Beauchesne1-9/+30
2012-11-16decoder: refine semantics of gst_vaapi_decoder_put_buffer().Gwenole Beauchesne1-2/+10
2012-11-16decoder: drop unused functions.Gwenole Beauchesne2-38/+0
2012-11-16Add codecparsers submodule.Gwenole Beauchesne1-6/+2
2012-11-16Fix build with the GNU gold linker.Gwenole Beauchesne1-0/+3
2012-10-05wayland: cosmetics (remove tabs).Gwenole Beauchesne2-5/+5
2012-10-05wayland: add support for windowed mode.Rob Bradford1-15/+42
2012-09-27utils: drop unused GLX helpers.Gwenole Beauchesne2-65/+0
2012-09-27utils: fix build with <GL/glext.h> version >= 85.Gwenole Beauchesne1-0/+7
2012-09-21h264: review and report errors accordingly.Gwenole Beauchesne1-8/+8
2012-09-20h264: exclusively use GstAdapter, drop sub-buffer hack.Gwenole Beauchesne1-39/+63
2012-09-17wayland: set opaque region for YUV surface.Kristian Høgsberg1-0/+18
2012-09-12glibcompat: add replacement for g_cond_wait_until().Gwenole Beauchesne1-0/+14
2012-09-11vaapidecode: don't reset decoder if codec type is the same.Gwenole Beauchesne2-0/+19
2012-09-11decoder: propagate buffer duration downstream.Gwenole Beauchesne1-0/+6
2012-09-11surfaceproxy: add "duration" property.Gwenole Beauchesne2-0/+73
2012-09-10decoder: cope with new GstVaapiContextInfo based API.Gwenole Beauchesne7-102/+121
2012-09-10context: JPEG codec does not need any reference frame.Gwenole Beauchesne1-0/+1
2012-09-10context: allow number of reference frames to be set.Gwenole Beauchesne2-25/+124