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
path:
root
/
gst-libs
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-18
Fix build error for older VA-API versions
Sreerenj Balachandran
2
-1
/
+8
2015-06-08
vaapipostproc: add skin tone enhancement
Víctor Manuel Jáquez Leal
2
-0
/
+90
2015-06-02
encoder: jpeg: Fix the packed header generation
Sreerenj Balachandran
1
-2
/
+38
2015-06-02
decoder: h264: fix uninitialized variables in avcC mode.
Gwenole Beauchesne
1
-0
/
+6
2015-05-28
encoder: hevc: Fix the size over-flow for encoded buffer.
Sreerenj Balachandran
1
-3
/
+3
2015-05-28
encoder: vp8: Fix the size over-flow for encoded buffer.
Sreerenj Balachandran
1
-3
/
+2
2015-05-28
encoder: hevc: fix bug in multi slice encoding.
Sreerenj Balachandran
1
-5
/
+22
2015-05-28
decoder: h264: add initial support for loss of pictures.
Gwenole Beauchesne
1
-1
/
+139
2015-05-28
decoder: h264: add support for missing first field.
Gwenole Beauchesne
1
-0
/
+93
2015-05-28
decoder: h264: add support for missing second field.
Gwenole Beauchesne
1
-17
/
+150
2015-05-28
decoder: h264: improve tracking of "top-field-first" flag.
Gwenole Beauchesne
1
-7
/
+20
2015-05-28
decoder: h264: skip all pictures prior the first I-frame.
Gwenole Beauchesne
1
-2
/
+27
2015-05-28
decoder: h264: fix processing of EOSEQ NAL.
Gwenole Beauchesne
1
-5
/
+0
2015-05-28
decoder: add utility function to clone picture objects.
Wind Yuan
4
-0
/
+22
2015-05-27
HEVC: decode: add missing va_dec_hevc header
Alban Browaeys
2
-0
/
+5
2015-05-27
mpeg2: fix PTS cache for GOP start.
Gwenole Beauchesne
1
-1
/
+6
2015-05-27
mpeg2: avoid crash when seeking with debug logs
Víctor Manuel Jáquez Leal
1
-2
/
+2
2015-05-27
mpeg2: Avoid crashes and warnings on re-opened decoder after a seek
Jan Schmidt
1
-1
/
+7
2015-05-26
HEVC: decode: Replace clip3 implementation with glib CLAMP macro
Sreerenj Balachandran
1
-15
/
+6
2015-05-26
HEVC: decode: Update Cropping Rectangle
Sreerenj Balachandran
1
-6
/
+12
2015-05-25
HEVC_Encode: Add HEVC(h265) encoder to core libgstvaapi
Sreerenj Balachandran
3
-0
/
+2643
2015-05-25
gstvaapiutils_h265: Add H265 Tier specific utility functions
Sreerenj Balachandran
2
-0
/
+50
2015-05-18
build: use git.mk
Víctor Manuel Jáquez Leal
5
-10
/
+5
2015-05-18
wayland: sync() when destroy()
Víctor Manuel Jáquez Leal
1
-1
/
+17
2015-05-15
vaapisink: implement unlock/unlock_stop for wayland
Michael Olbrich
4
-0
/
+105
2015-05-15
wayland: wl_display_dispatch_queue() can block forever.
Víctor Manuel Jáquez Leal
1
-2
/
+15
2015-05-14
wayland: rename frame for last_frame
Víctor Manuel Jáquez Leal
1
-8
/
+6
2015-05-14
wayland: use a counter as sync flag
Víctor Manuel Jáquez Leal
1
-5
/
+5
2015-05-14
wayland: decouple wl_buffer from frame
Víctor Manuel Jáquez Leal
1
-14
/
+11
2015-05-13
build: fix make distcheck
Víctor Manuel Jáquez Leal
1
-1
/
+1
2015-05-06
libs: trivial documentation fix
Víctor Manuel Jáquez Leal
1
-3
/
+3
2015-05-04
window: Correct prototype to match implementation
Simon Farnsworth
1
-1
/
+1
2015-04-30
build: upgrade glib dependency to 2.32
Víctor Manuel Jáquez Leal
1
-126
/
+0
2015-04-28
wayland: don't leak the registry proxy
Olivier Crete
1
-0
/
+5
2015-04-21
wayland: refactor _sync() method and rename callback
Víctor Manuel Jáquez Leal
1
-7
/
+5
2015-04-21
wayland: free frame in buffer release callback
Michael Olbrich
1
-4
/
+18
2015-04-20
vaapidecode: Tell the base class about released frames on close
Olivier Crete
1
-1
/
+2
2015-04-17
decoder: hevc: cosmetics.
Gwenole Beauchesne
1
-32
/
+56
2015-04-16
decoder: hevc: Add Support for tiled video decoding
Sreerenj Balachandran
1
-3
/
+69
2015-04-16
decoder: hevc: Fix decoding when there are RASL pictures present.
Sreerenj Balachandran
1
-34
/
+62
2015-04-16
display: drm: fix race condition setting device type
Martin Sherburn
1
-1
/
+1
2015-04-16
videopool: Release lock while allocating new object
Olivier Crete
1
-1
/
+7
2015-04-16
HEVC: silence the compiler
Víctor Manuel Jáquez Leal
1
-3
/
+5
2015-04-14
wayland: destroy vpp buffer pool on resize
Michael Olbrich
1
-0
/
+1
2015-04-14
build: don't compile HEVC if not supported
Víctor Manuel Jáquez Leal
1
-4
/
+14
2015-04-13
HEVC: Add HEVC(h265) decoder to core libgstvaapi
Sreerenj Balachandran
3
-0
/
+3005
2015-04-13
HEVC: Add codec utility methods to core libgstvaapi
Sreerenj Balachandran
4
-0
/
+521
2015-04-13
HEVC: gstvaapiprofile: Add profile definitions
Sreerenj Balachandran
2
-0
/
+47
2015-04-13
HEVC: Allow to build h265 codecparser internally
Sreerenj Balachandran
1
-0
/
+5
2015-04-13
guard buffer export API if not available
Víctor Manuel Jáquez Leal
3
-1
/
+27
[next]