summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* h264: introduce per-field POC in GstVaapiPictureH264.Gwenole Beauchesne2012-11-161-38/+29
* h264: introduce GST_VAAPI_PICTURE_{SHORT,LONG}_TERM_REFERENCE flags.Gwenole Beauchesne2012-11-161-44/+56
* h264: introduce GST_VAAPI_PICTURE_FLAG_IDR flag.Gwenole Beauchesne2012-11-161-13/+23
* h264: fill in GstVaapiPicture structure.Gwenole Beauchesne2012-11-161-57/+60
* h264: add vaapi_fill_picture() helper.Gwenole Beauchesne2012-11-161-7/+44
* h264: fix activation order of picture and sequence parameters.Gwenole Beauchesne2012-11-161-128/+160
* h264: fix detection of picture boundaries.Gwenole Beauchesne2012-11-161-12/+92
* h264: optimize handling of scaling lists.Gwenole Beauchesne2012-11-161-39/+69
* h264: simplify code when MMCO is 5.Gwenole Beauchesne2012-11-161-71/+51
* h264: fix MMCO-based reference picture marking process.Gwenole Beauchesne2012-11-161-21/+83
* h264: move MMCO handlers out of the loop (cosmetics).Gwenole Beauchesne2012-11-161-50/+99
* h264: add flag to compile with strict DPB ordering mode.Gwenole Beauchesne2012-11-161-2/+9
* h264: drop extra code covered by built-in codecparsers.Gwenole Beauchesne2012-11-161-25/+0
* h264: use pixel-aspect-ratio from SPS header.Simon Farnsworth2012-11-161-0/+6
* h264: add decode_nalu() helper function.Gwenole Beauchesne2012-11-161-36/+41
* h264: fix end-of-stream conditions (flush).Gwenole Beauchesne2012-11-161-10/+22
* vc1: use framerate information from bitstream parser.Gwenole Beauchesne2012-11-161-46/+5
* vc1: use pixel-aspect-ratio from bitstream parser.Simon Farnsworth2012-11-161-1/+8
* mpeg2: fix PAR calculation from commit 132922d.Sreerenj Balachandran2012-11-163-5/+38
* mpeg2: use pixel-aspec-ratio information from bitstream parser.Simon Farnsworth2012-11-161-0/+6
* mpeg2: add decode_packet() helper function.Gwenole Beauchesne2012-11-161-76/+87