index
:
gstreamer/gstreamer-vaapi
0.2
0.3
0.4
0.6
1.10
1.12
1.14
1.16
1.18
1.6
1.8
master
Hardware-accelerated video decoding, encoding and processing on Intel graphics through VA-API (mirrored from https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi)
tpm
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst-libs
/
gst
/
vaapi
/
gstvaapidecoder_h264.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-05
legal: fix year for some copyright notices (2013).
Gwenole Beauchesne
1
-1
/
+1
2013-01-25
h264: reset got_{sps,pps} when corrupted SPS/PPS headers are parsed.
Zhao Halley
1
-2
/
+6
2012-12-17
h264: initialize VA context before allocating the first slice.
Gwenole Beauchesne
1
-5
/
+29
2012-11-19
h264: fix picture size in macroblocks.
Gwenole Beauchesne
1
-12
/
+15
2012-11-16
h264: start decoding slices after first SPS/PPS activation.
Gwenole Beauchesne
1
-0
/
+7
2012-11-16
h264: fix VAPictureParameterBufferH264.ReferenceFrames[] construction.
Gwenole Beauchesne
1
-9
/
+16
2012-11-16
h264: fix interlaced stream decoding with MMCO.
Gwenole Beauchesne
1
-12
/
+20
2012-11-16
h264: add initial support for interlaced streams.
Gwenole Beauchesne
1
-23
/
+232
2012-11-16
h264: split remove_reference_at() into finer units.
Gwenole Beauchesne
1
-48
/
+80
2012-11-16
h264: add picture structure for reference picture marking process.
Gwenole Beauchesne
1
-13
/
+16
2012-11-16
h264: introduce new frame store structure.
Gwenole Beauchesne
1
-45
/
+215
2012-11-16
h264: minor clean-ups.
Gwenole Beauchesne
1
-13
/
+5
2012-11-16
h264: simplify reference picture marking process.
Gwenole Beauchesne
1
-58
/
+55
2012-11-16
h264: introduce per-field POC in GstVaapiPictureH264.
Gwenole Beauchesne
1
-38
/
+29
2012-11-16
h264: introduce GST_VAAPI_PICTURE_{SHORT,LONG}_TERM_REFERENCE flags.
Gwenole Beauchesne
1
-44
/
+56
2012-11-16
h264: introduce GST_VAAPI_PICTURE_FLAG_IDR flag.
Gwenole Beauchesne
1
-13
/
+23
2012-11-16
h264: fill in GstVaapiPicture structure.
Gwenole Beauchesne
1
-57
/
+60
2012-11-16
h264: add vaapi_fill_picture() helper.
Gwenole Beauchesne
1
-7
/
+44
2012-11-16
h264: fix activation order of picture and sequence parameters.
Gwenole Beauchesne
1
-128
/
+160
2012-11-16
h264: fix detection of picture boundaries.
Gwenole Beauchesne
1
-12
/
+92
2012-11-16
h264: optimize handling of scaling lists.
Gwenole Beauchesne
1
-39
/
+69
2012-11-16
h264: simplify code when MMCO is 5.
Gwenole Beauchesne
1
-71
/
+51
2012-11-16
h264: fix MMCO-based reference picture marking process.
Gwenole Beauchesne
1
-21
/
+83
2012-11-16
h264: move MMCO handlers out of the loop (cosmetics).
Gwenole Beauchesne
1
-50
/
+99
2012-11-16
h264: add flag to compile with strict DPB ordering mode.
Gwenole Beauchesne
1
-2
/
+9
2012-11-16
h264: drop extra code covered by built-in codecparsers.
Gwenole Beauchesne
1
-25
/
+0
2012-11-16
h264: use pixel-aspect-ratio from SPS header.
Simon Farnsworth
1
-0
/
+6
2012-11-16
h264: add decode_nalu() helper function.
Gwenole Beauchesne
1
-36
/
+41
2012-11-16
h264: fix end-of-stream conditions (flush).
Gwenole Beauchesne
1
-10
/
+22
2012-09-21
h264: review and report errors accordingly.
Gwenole Beauchesne
1
-8
/
+8
2012-09-20
h264: exclusively use GstAdapter, drop sub-buffer hack.
Gwenole Beauchesne
1
-39
/
+63
2012-09-10
decoder: cope with new GstVaapiContextInfo based API.
Gwenole Beauchesne
1
-61
/
+71
2012-09-07
libs: fix build in strict ISO C mode.
Gwenole Beauchesne
1
-1
/
+1
2012-03-23
h264: skip all Filler Data NALs.
Gwenole Beauchesne
1
-0
/
+4
2012-03-02
h264: fix slice_data_bit_offset calculation.
Gwenole Beauchesne
1
-3
/
+41
2012-03-01
h264: skip all Access Unit (AU) NALs.
Wind Yuan
1
-1
/
+7
2012-03-01
h264: fix modification process of reference picture lists.
Wind Yuan
1
-4
/
+11
2012-02-08
h264: complete any current picture decoder before SPS / PPS change.
Gwenole Beauchesne
1
-0
/
+6
2012-02-08
h264: create VA context earlier when SPS is parsed.
Gwenole Beauchesne
1
-6
/
+10
2012-02-08
h264: don't allocate too big data structures on stack.
Gwenole Beauchesne
1
-6
/
+8
2012-01-30
Add header for system-dependent definitions.
Gwenole Beauchesne
1
-1
/
+1
2012-01-29
h264: simplify RefPicList reconstruction.
Gwenole Beauchesne
1
-19
/
+44
2012-01-29
h264: flush DPB when the end of the sequence is reached.
Gwenole Beauchesne
1
-0
/
+1
2012-01-29
h264: handle Decoded Picture Buffer (DPB).
Gwenole Beauchesne
1
-10
/
+185
2012-01-29
h264: fix pred_weight_table() reconstruction.
Gwenole Beauchesne
1
-38
/
+66
2012-01-29
h264: execute reference picture marking process (MMCO).
Gwenole Beauchesne
1
-2
/
+59
2012-01-29
h264: fix presentation timestamps.
Gwenole Beauchesne
1
-1
/
+25
2012-01-29
h264: execute reference picture marking process (sliding window).
Gwenole Beauchesne
1
-14
/
+114
2012-01-29
h264: handle avcC format for decoding buffers.
Gwenole Beauchesne
1
-6
/
+19
2012-01-29
h264: handle codec-data.
Sreerenj Balachandran
1
-2
/
+77
[next]