summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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 Balachandran3-5/+38
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-16vaapidecode: flush buffers when receiving EOS.Wind Yuan1-0/+17