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
2013-05-07
libs: use GstVaapiMiniObject for video object pools.
Gwenole Beauchesne
11
-499
/
+294
2013-05-07
libs: use GstVaapiObject for texture objects.
Gwenole Beauchesne
2
-301
/
+180
2013-05-07
libs: use GstVaapiObject for window objects.
Gwenole Beauchesne
13
-809
/
+575
2013-05-07
libs: use GstVaapiObject for VA objects.
Gwenole Beauchesne
11
-1182
/
+385
2013-05-07
Port GstVaapiObject to GstVaapiMiniObject.
Gwenole Beauchesne
4
-201
/
+196
2013-05-07
libs: refine GstVaapiMiniObject.
Gwenole Beauchesne
6
-115
/
+32
2013-05-07
decoder: update picture size from the bitstream.
Gwenole Beauchesne
1
-0
/
+2
2013-04-25
decoder: fix raw decoding mode.
Gwenole Beauchesne
1
-1
/
+1
2013-04-25
decoder: add gst_vaapi_decoder_get_frame_with_timeout().
Gwenole Beauchesne
5
-26
/
+55
2013-04-19
Bump version for development.
Gwenole Beauchesne
1
-2
/
+2
2013-04-18
0.5.3.
Gwenole Beauchesne
2
-3
/
+3
2013-04-18
NEWS: updates.
Gwenole Beauchesne
1
-0
/
+3
2013-04-18
vaapidecode: rework heuristics to detect decode timeout.
Gwenole Beauchesne
1
-5
/
+21
2013-04-18
vaapidecode: rework GstVideoDecoder::handle_frame() with a task.
Gwenole Beauchesne
2
-56
/
+86
2013-04-18
plugins: use gst_object_unref() wherever applicable.
Gwenole Beauchesne
4
-8
/
+8
2013-04-17
docs: drop obsolete plug-ins.
Gwenole Beauchesne
3
-32
/
+0
2013-04-17
debian: fix build of GStreamer 0.10 packages.
Gwenole Beauchesne
1
-2
/
+4
2013-04-17
vaapipostproc: minor clean-ups.
Gwenole Beauchesne
1
-9
/
+5
2013-04-17
vaapipostproc: fix reference counting buf for passthrough mode.
Gwenole Beauchesne
1
-2
/
+5
2013-04-17
vaapipostproc: port to GStreamer 1.0.
Gwenole Beauchesne
6
-39
/
+132
2013-04-17
decoder: fix GstVideoCodecFrame flags for interlaced contents.
Gwenole Beauchesne
1
-0
/
+1
2013-04-16
decoder: rename GstVaapiDecoderFrame to GstVaapiParserFrame.
Gwenole Beauchesne
5
-70
/
+57
2013-04-16
decoder: export presentation timestamp for raw decoding mode.
Gwenole Beauchesne
1
-1
/
+4
2013-04-16
decoder: use new GstVaapiSurfaceProxy utility functions.
Gwenole Beauchesne
2
-16
/
+34
2013-04-16
surfaceproxy: add more attributes for raw decoding modes.
Gwenole Beauchesne
5
-25
/
+224
2013-04-16
surfaceproxy: drop user-data support from GstVaapiSurfaceProxy.
Gwenole Beauchesne
5
-52
/
+36
2013-04-15
build: link libgstvaapi-glx-1.0.so against libdl.
Víctor Manuel Jáquez Leal
2
-0
/
+7
2013-04-15
decoder: fix gst_vaapi_decoder_get_codec_state().
Gwenole Beauchesne
1
-1
/
+1
2013-04-15
decoder: make gst_vaapi_decoder_get_codec_state() return the original state.
Gwenole Beauchesne
2
-8
/
+6
2013-04-15
plugins: mark a few more functions as internal.
Gwenole Beauchesne
2
-0
/
+3
2013-04-15
plugins: implement GstSurfaceMeta API.
Gwenole Beauchesne
1
-2
/
+108
2013-04-12
vaapisink: optimize GstVideoOverlayInterface::expose().
Gwenole Beauchesne
1
-6
/
+11
2013-04-12
vaapisink: fix memory leak of GstSample objects.
Gwenole Beauchesne
1
-1
/
+2
2013-04-12
plugins: fix description for gst-inspect.
Gwenole Beauchesne
2
-15
/
+15
2013-04-11
README: updates.
Gwenole Beauchesne
1
-0
/
+17
2013-04-10
NEWS: updates.
Gwenole Beauchesne
1
-1
/
+5
2013-04-10
Fix make dist to include all source files, in any case.
Gwenole Beauchesne
2
-9
/
+36
2013-04-10
Bump library major version.
Gwenole Beauchesne
1
-7
/
+13
2013-04-10
plugins: implement direct-rendering mode for raw YUV buffer uploads.
Gwenole Beauchesne
2
-2
/
+38
2013-04-10
plugins: implement uploads from raw YUV buffers for GStreamer 1.0.
Gwenole Beauchesne
3
-5
/
+242
2013-04-10
vaapidecode: submit all decoded frames before decoding a new one.
Gwenole Beauchesne
1
-0
/
+8
2013-04-10
vaapidecode: reply to CAPS queries.
Gwenole Beauchesne
1
-3
/
+17
2013-04-10
decoder: fix unpaired GstBuffer map/unmaps.
Gwenole Beauchesne
6
-0
/
+7
2013-04-10
Allow build against either GStreamer API (0.10 or 1.0).
Gwenole Beauchesne
11
-17
/
+249
2013-04-10
plugins: use new video buffer pools.
Sreerenj Balachandran
3
-3
/
+209
2013-04-10
plugins: add GstVaapiVideoMemory and GstVaapiVideoBufferPool objects.
Sreerenj Balachandran
5
-0
/
+674
2013-04-10
plugins: allow copies of GstVaapiVideoMeta objects.
Gwenole Beauchesne
2
-3
/
+59
2013-04-10
plugins: make it possible to clear VA objects from GstVaapiVideoMeta.
Gwenole Beauchesne
1
-3
/
+0
2013-04-10
plugins: initial port to GStreamer 1.0.
Sreerenj Balachandran
13
-55
/
+228
2013-04-10
tests: add support for GStreamer 1.0.
Gwenole Beauchesne
5
-11
/
+39
[next]