summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.3.4.0.3.4Gwenole Beauchesne2012-02-012-3/+3
* README: updates.Gwenole Beauchesne2012-02-011-10/+9
* NEWS: updates.Gwenole Beauchesne2012-02-011-1/+10
* decoder: allocate proxy surface earlier.Gwenole Beauchesne2012-01-311-11/+9
* decoder: fix memory leak of VA objects on exit.Gwenole Beauchesne2012-01-311-1/+4
* mpeg2: use GstAdapter to track input sequence.Gwenole Beauchesne2012-01-311-80/+60
* Add glib compatibility glue for older versions.Gwenole Beauchesne2012-01-304-0/+42
* Add header for system-dependent definitions.Gwenole Beauchesne2012-01-3038-36/+66
* decoder: optimize slice data buffers initialization.Gwenole Beauchesne2012-01-304-52/+59
* h264: simplify RefPicList reconstruction.Gwenole Beauchesne2012-01-291-19/+44
* h264: flush DPB when the end of the sequence is reached.Gwenole Beauchesne2012-01-291-0/+1
* h264: handle Decoded Picture Buffer (DPB).Gwenole Beauchesne2012-01-291-10/+185
* h264: fix pred_weight_table() reconstruction.Gwenole Beauchesne2012-01-291-38/+66
* h264: execute reference picture marking process (MMCO).Gwenole Beauchesne2012-01-291-2/+59
* h264: fix presentation timestamps.Gwenole Beauchesne2012-01-291-1/+25
* h264: execute reference picture marking process (sliding window).Gwenole Beauchesne2012-01-291-14/+114
* h264: handle avcC format for decoding buffers.Gwenole Beauchesne2012-01-291-6/+19
* h264: handle codec-data.Sreerenj Balachandran2012-01-291-2/+77
* Add initial H.264 decoder.Gwenole Beauchesne2012-01-295-1/+2039
* decoder: retain proxy surface until the GstVaapiPicture is destroyed.Gwenole Beauchesne2012-01-272-4/+18
* decoder: properly reference count pictures.Gwenole Beauchesne2012-01-273-36/+15
* decoder: simplify output of decoded frames.Gwenole Beauchesne2012-01-274-54/+27
* decoder: rework the internal VA objects API.Gwenole Beauchesne2012-01-2710-620/+1204
* decoder: allow slices to be attached to pictures later.Gwenole Beauchesne2012-01-242-1/+13
* decoder: add ref_count to GstVaapiPicture.Gwenole Beauchesne2012-01-242-0/+16
* vaapisink: cap window size to the maximum display size.Gwenole Beauchesne2012-01-241-3/+7
* profile: match video/x-h263 as H.263 Baseline profile.Zhao Halley2012-01-242-1/+15
* display: report H.263 Baseline profile.Gwenole Beauchesne2012-01-242-0/+38
* Add template for workarounds.Gwenole Beauchesne2012-01-242-0/+30
* tests: error out if FFmpeg|codecparsers are not supported.Gwenole Beauchesne2012-01-181-0/+4
* surface: don't expose gst_vaapi_surface_get_parent_context().Gwenole Beauchesne2012-01-183-5/+5
* tests: fix build without FFmpeg.Gwenole Beauchesne2012-01-162-8/+21
* Bump version for development.Gwenole Beauchesne2012-01-161-2/+2
* 0.3.3.0.3.3Gwenole Beauchesne2012-01-162-4/+5
* legal: fix year for some copyright notices.Gwenole Beauchesne2012-01-1629-29/+29
* legal: add Intel copyright on modified files.Gwenole Beauchesne2012-01-1629-0/+29
* legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne2012-01-1685-85/+85
* mpeg4: replace GstVaapiTSB with GstAdapter (gst-plugins-base >= 0.10.24).Zhao Halley2012-01-162-12/+16
* Add initial MPEG-4 decoder.Zhao Halley2012-01-164-0/+1204
* vc1: replace GstVaapiTSB with GstAdapter (gst-plugins-base >= 0.10.24).Sreerenj Balachandran2012-01-162-13/+20
* vc1: fix codec-data decoding for WMV3 format.Gwenole Beauchesne2012-01-161-0/+38
* vc1: fix presentation timestamps.Gwenole Beauchesne2012-01-161-3/+12
* vc1: fix MV mode packing.Gwenole Beauchesne2012-01-161-4/+54
* vc1: handle codec-data.Gwenole Beauchesne2012-01-161-0/+60
* vc1: handle encapsulated bitstreams.Gwenole Beauchesne2012-01-161-34/+119
* vc1: fix bitplanes decoding.Gwenole Beauchesne2012-01-163-1/+151
* vc1: fix BFRACTION reconstruction.Gwenole Beauchesne2012-01-161-5/+52
* vc1: fix framerate calculation.Gwenole Beauchesne2012-01-161-6/+61
* Add initial VC-1 decoder.Gwenole Beauchesne2012-01-165-0/+1043
* mpeg2: fix first field detection.Zhao Halley2012-01-161-6/+9