index
:
gstreamer/gst-plugins-bad
0.10
0.11
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
discontinued-for-monorepo
master
'Bad' GStreamer plugins and helper libraries (mirrored from https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-02
msdk: dec: rename the function to what it means more exactly.
Hyunjun Ko
1
-4
/
+3
2018-04-02
msdk: allocator: libva: check if it's already using dmabuf when mapping
Hyunjun Ko
1
-0
/
+5
2018-03-30
msdkdec: use dmabuf if possible
Hyunjun Ko
2
-7
/
+73
2018-03-30
msdk: dmabuf support
Hyunjun Ko
7
-40
/
+307
2018-03-30
msdk: adds new function to get dmabuf information from surface.
Hyunjun Ko
3
-1
/
+65
2018-03-30
msdk: allocator: get dmabuf handle during allocation if required
Hyunjun Ko
2
-0
/
+32
2018-03-30
msdk: generalize the parameter of msdk video memory functions
Hyunjun Ko
3
-18
/
+27
2018-03-30
msdk: specify the way to find a proper cached response by request
Hyunjun Ko
2
-1
/
+12
2018-03-29
msdk: dec: set framerate to the driver only if provided
Hyunjun Ko
1
-2
/
+7
2018-03-29
msdk: h265dec: remove framerate field from sink caps template
Hyunjun Ko
1
-1
/
+0
2018-03-13
msdk: libva: remove unnecessary code and comments
Hyunjun Ko
1
-8
/
+0
2018-03-13
msdk: adds new debug category
Hyunjun Ko
2
-2
/
+4
2018-03-13
msdk: fix typo
Hyunjun Ko
2
-6
/
+6
2018-03-08
msdk: enc: fix missing some frames to be encoded
Hyunjun Ko
2
-31
/
+36
2018-03-08
msdk: dec: fix leaks when flushing
Hyunjun Ko
1
-8
/
+16
2018-03-08
msdk: manage child sessions on parent GstMsdkContext
Hyunjun Ko
1
-3
/
+19
2018-03-08
msdk: dec: remove code to manage buffers with locked surface
Hyunjun Ko
2
-66
/
+2
2018-03-08
msdk: manage MSDK surfaces seperately
Hyunjun Ko
5
-43
/
+279
2018-02-23
msdk: remove unused code
Hyunjun Ko
1
-182
/
+0
2018-02-13
msdk: Avoid build failures on Windows until d3d allocator is implemented
Hyunjun Ko
4
-3
/
+102
2018-02-13
msdkdec: use video memory if there's another MSDK context in a pipeline
Hyunjun Ko
1
-9
/
+14
2018-02-13
msdk: add async depth from each msdk element to GstMsdkContext to be shared
Hyunjun Ko
4
-1
/
+36
2018-02-13
msdkdec/enc: query GstContext to share GstMsdkContext
Hyunjun Ko
4
-33
/
+133
2018-02-13
msdk: context: add job type to figure out if joining session is necessary
Hyunjun Ko
6
-9
/
+85
2018-02-13
msdk: adds util functions to handle GstContext
Hyunjun Ko
4
-0
/
+294
2018-02-13
msdkdec: use bufferpool
Hyunjun Ko
2
-151
/
+349
2018-02-13
msdkenc: use bufferpool
Hyunjun Ko
4
-155
/
+382
2018-02-13
msdk: supports bufferpool
Hyunjun Ko
8
-0
/
+1178
2018-02-13
msdk: adds frame allocator using libva
Hyunjun Ko
6
-2
/
+487
2018-02-13
msdkdec: fix typo
Hyunjun Ko
1
-1
/
+1
2018-02-13
msdk: implements GstMsdkContext.
Hyunjun Ko
15
-154
/
+339
2018-02-13
msdk: libva: adds utility function between mfx and libva
Hyunjun Ko
2
-0
/
+195
2018-02-13
msdk: adds new utility functions for conversion from gstreamer to libmfx
Hyunjun Ko
2
-0
/
+77
2018-02-13
msdk: move and rename the function msdk_video_alignment
Hyunjun Ko
3
-15
/
+25
2017-11-23
msdkdec: keep draining even if a finish_task fails
Hyunjun Ko
1
-2
/
+5
2017-11-22
msdkdec: fix buffer leaks during drain and a leak of videobufferpool
Hyunjun Ko
1
-5
/
+14
2017-11-22
msdkenc: handle the MORE_DATA case
Hyunjun Ko
2
-5
/
+32
2017-11-20
msdkenc: Fix handling of YUY2, UYVY, BGRA surfaces
Hyunjun Ko
2
-1
/
+24
2017-11-04
msdk: fix to build msdkvp8dec with mfx_dispatch
Hyunjun Ko
1
-2
/
+8
2017-11-01
msdk: adds msdkvp8dec
Hyunjun Ko
5
-0
/
+185
2017-06-29
glmemory: reset the draw buffer to GL_BACK
Hyunjun Ko
1
-1
/
+1
2017-03-08
tests: h264parse: fix failures due to insertion of au delimiter
Hyunjun Ko
3
-13
/
+69
2017-03-08
h264parse: fix some failures in testcases
Hyunjun Ko
1
-4
/
+10
2017-03-07
h264parse: insert AU delimiter only in case of byte-stream
Hyunjun Ko
2
-5
/
+54
2016-09-14
dvbsuboverlay: map with READWRITE for overlay blend
Hyunjun Ko
1
-1
/
+1
2016-08-03
glupload: Use bufferpool to allocate new buffer in GLTextureUploadMeta
Hyunjun Ko
1
-18
/
+23
2016-04-21
applemedia: vtenc: fix build break on iOS
Hyunjun Ko
1
-1
/
+1
2016-04-20
applemedia: vtenc: Fix a warning by weak-link symbol
Hyunjun Ko
1
-0
/
+6
2016-04-20
gl: caopengllayersink: fix a minor warning
Hyunjun Ko
1
-1
/
+0
2016-04-20
gl/cocoa: Fix incompatible type warning
Hyunjun Ko
1
-1
/
+1
[next]