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
discontinued-for-monorepo
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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-03
build: mention that support for GStreamer 0.10 is deprecated.
Gwenole Beauchesne
2
-1
/
+2
2014-07-03
build: fix for GStreamer 0.10.
Gwenole Beauchesne
2
-0
/
+10
2014-07-03
build: fix for GStreamer 1.0.x.
Gwenole Beauchesne
3
-27
/
+49
2014-07-03
decoder: h264: detect incorrectly paired fields in frames.
Gwenole Beauchesne
1
-0
/
+14
2014-07-03
decoder: h264: simplify the DPB output process.
Gwenole Beauchesne
1
-19
/
+33
2014-07-01
h264parse: drop patches merged upstream.
Gwenole Beauchesne
5
-384
/
+0
2014-07-01
decoder: h264: fix memory leak in PPS.
Gwenole Beauchesne
1
-0
/
+3
2014-07-01
codecparsers: update to gst-vaapi-branch commit 2d53b69.
Gwenole Beauchesne
1
-0
/
+0
2014-06-30
decoder: propagate MVC metadata ("view-id", head of multiview set).
Gwenole Beauchesne
4
-0
/
+53
2014-06-30
decoder: propagate "one-field" flags.
Gwenole Beauchesne
2
-3
/
+11
2014-06-30
decoder: output decoded frames only once.
Gwenole Beauchesne
1
-4
/
+19
2014-06-30
decoder: h264: decode current picture earlier.
Gwenole Beauchesne
1
-2
/
+2
2014-06-30
decoder: h264: fix output of second field when first field is not in DPB.
Gwenole Beauchesne
1
-11
/
+19
2014-06-30
decoder: h264: slightly optimize the process to detect new pictures.
Gwenole Beauchesne
1
-1
/
+6
2014-06-30
decoder: h264: handle access unit ("au") optimization.
Gwenole Beauchesne
1
-1
/
+12
2014-06-28
decoder: h264: fix tracking of DPB size changes.
Gwenole Beauchesne
1
-18
/
+12
2014-06-27
decoder: h264: fix the DPB compaction process.
Gwenole Beauchesne
1
-4
/
+10
2014-06-27
encoder: h264: generate new SPS only when codec config changed.
Sreerenj Balachandran
1
-2
/
+5
2014-06-27
encoder: h264: track encoder config changes.
Gwenole Beauchesne
1
-6
/
+31
2014-06-27
encoder: h264: add pixel-aspect-ratio to VUI parameters.
Gwenole Beauchesne
1
-0
/
+5
2014-06-27
encoder: h264: fix number of anchor and non-anchor reference pictures.
Sreerenj Balachandran
1
-4
/
+4
2014-06-27
encoder: h264: fix timing_info_present_flag value in subset SPS.
Sreerenj Balachandran
1
-1
/
+3
2014-06-27
encoder: h264: add cpbBrNalFactor values for MVC profiles.
Sreerenj Balachandran
1
-0
/
+4
2014-06-26
h264parse: fix detection of access unit boundaries for MVC.
Gwenole Beauchesne
1
-19
/
+8
2014-06-26
h264parse: fix collection of access units to preserve config headers.
Gwenole Beauchesne
2
-0
/
+59
2014-06-26
h264parse: improve conditions for skipping NAL units.
Gwenole Beauchesne
3
-10
/
+149
2014-06-26
h264parse: introduce new state tracking variables.
Gwenole Beauchesne
3
-4
/
+155
2014-06-26
h264parse: default to byte-stream/nalu format (Annex B).
Gwenole Beauchesne
2
-0
/
+44
2014-06-26
h264parse: fix and optimize NAL collection function.
Gwenole Beauchesne
2
-0
/
+42
2014-06-26
encoder: h264: fix NAL unit types in packed headers.
Sreerenj Balachandran
1
-3
/
+10
2014-06-26
encoder: h264: add missing field in packed Subset SPS header.
Sreerenj Balachandran
1
-0
/
+1
2014-06-25
decoder: h264: fix marking of non-reference picture into DPB.
Gwenole Beauchesne
1
-1
/
+3
2014-06-19
decoder: h264: fix DPB clear when no decoding actually started.
Gwenole Beauchesne
1
-2
/
+3
2014-06-19
decoder: h264: add support for NALU "alignment" optimization.
Sreerenj Balachandran
3
-21
/
+92
2014-06-19
decoder: h264: fix caps to report interlace-mode accordingly.
Gwenole Beauchesne
1
-3
/
+0
2014-06-19
vaapipostproc: don't crash with dynamic framerate (0/1).
Gwenole Beauchesne
1
-4
/
+5
2014-06-18
vaapipostproc: create filter surface pool if it does not exist yet.
Simon Farnsworth
1
-1
/
+1
2014-06-18
vaapipostproc: reset deinterlacer state when there is a discontinuity.
Zhao, Halley
1
-2
/
+14
2014-06-18
vaapipostproc: add support for crop regions in VPP mode.
Gwenole Beauchesne
1
-0
/
+19
2014-06-18
vaapipostproc: make deinterlace-mode behave as expected.
Simon Farnsworth
1
-9
/
+20
2014-06-18
vaapidecode: do not discard video info props when the format changed.
Matthieu Bouron
1
-2
/
+19
2014-06-18
vaapidecode: plug a memory leak.
Matthew Waters
1
-0
/
+2
2014-06-18
vaapidecode: parse source data until a frame is obtained.
Gwenole Beauchesne
1
-2
/
+16
2014-06-17
encoder: h264: fix multiple slices support in packed headers mode.
Sreerenj Balachandran
1
-6
/
+6
2014-06-17
encoder: add infrastructure for per-slice handling of packed headers.
Sreerenj Balachandran
2
-0
/
+38
2014-06-13
vaapisink: fix initialization with "drm" display type.
Gwenole Beauchesne
1
-4
/
+22
2014-06-13
plugins: fix initialization with foreign context.
Gwenole Beauchesne
1
-0
/
+2
2014-06-13
plugins: add built-in video parsers as "vaapiparse" element.
Gwenole Beauchesne
12
-1
/
+368
2014-06-13
decoder: h264: cope with new gst_h264_quant_matrix_*() interfaces.
Gwenole Beauchesne
1
-2
/
+2
2014-06-13
codecparsers: update to gst-vaapi-branch commit d6325ac.
Gwenole Beauchesne
1
-0
/
+0
[next]