index
:
~reynaldo/gst-plugins-bad
0.10
android
gaze
opencv
Unnamed repository; edit this file 'description' to name the repository.
reynaldo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
msdk
/
gstmsdkdec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-28
msdkdec: fix for small resolution
Haihao Xiang
1
-1
/
+1
2019-02-28
msdkdec: fix for resolution change
Haihao Xiang
1
-3
/
+15
2019-02-27
msdkdec: force the alignment of width/height to 16 for vp8/vp9
Haihao Xiang
1
-7
/
+16
2019-02-24
msdkdec: release the occupied surface for MFX_WRN_DEVICE_BUSY
Haihao Xiang
1
-0
/
+6
2019-02-12
msdkdec: set decode_only for output only
Haihao Xiang
1
-2
/
+5
2019-02-03
msdkdec: Release occupied surface for MFX_ERR_MORE_DATA
Haihao Xiang
1
-2
/
+12
2019-02-02
msdkdec: explain the the extra ref of input buffer
Víctor Manuel Jáquez Leal
1
-0
/
+7
2019-02-02
msdkdec: avoid releasing the input buffer when it is still in use
Haihao Xiang
1
-5
/
+12
2019-01-25
msdkdec: set the mfx picture structure to MFX_PICSTRUCT_PROGRESSIVE if it is ...
Haihao Xiang
1
-0
/
+7
2019-01-24
msdk: fix some comments typos
Víctor Manuel Jáquez Leal
1
-4
/
+5
2019-01-24
msdk: decoder: fatal failure if negotiations fails
Víctor Manuel Jáquez Leal
1
-1
/
+6
2019-01-24
msdk: decoder: comment to explain array reset
Víctor Manuel Jáquez Leal
1
-1
/
+1
2019-01-24
msdk: decoder: fix an usage-after-free pointer bug
Víctor Manuel Jáquez Leal
1
-1
/
+1
2019-01-09
msdk: release resources if failing to create the buffer pool
Haihao Xiang
1
-0
/
+3
2018-12-12
msdk: check the created context against NULL pointer
Haihao Xiang
1
-2
/
+9
2018-11-26
msdk: don't use hard-coded video format
Xiang, Haihao
1
-1
/
+12
2018-11-26
msdk: Make sure a variable is initialized when it is used
Xiang, Haihao
1
-8
/
+9
2018-11-23
msdkdec: move output-order out of decode bass class.
Wangfei
1
-34
/
+6
2018-07-03
msdkdec: Fix latency calculation
Sreerenj Balachandran
1
-1
/
+1
2018-07-02
msdk: Set 16 bit alignment for width
Sreerenj Balachandran
1
-3
/
+3
2018-07-02
msdkdec: avoid early destruction of frame in dynamic resolution change
Sreerenj Balachandran
1
-0
/
+6
2018-07-02
msdkdec: Fix advanced profile vc1 decode when codec_data presents
Sreerenj Balachandran
1
-8
/
+24
2018-07-02
msdkdec: Fix the PTS of output frames
Sreerenj Balachandran
1
-2
/
+46
2018-07-02
msdkdec: Remove dead code
Sreerenj Balachandran
1
-6
/
+0
2018-07-02
msdk: dec: Add dynamic-configuration change support
Sreerenj Balachandran
1
-95
/
+319
2018-05-07
msdk:dec: Add new propery to dump frames in decoded order
Sreerenj Balachandran
1
-0
/
+21
2018-05-07
msdk: dec: inform msdk if the buffer contains a complete frame
Sreerenj Balachandran
1
-0
/
+1
2018-05-07
msdk: dec: reset async depth to one
Sreerenj Balachandran
1
-1
/
+1
2018-04-02
msdk: dec: rename the function to what it means more exactly.
Hyunjun Ko
1
-4
/
+3
2018-03-30
msdkdec: use dmabuf if possible
Hyunjun Ko
1
-7
/
+72
2018-03-29
msdk: dec: set framerate to the driver only if provided
Hyunjun Ko
1
-2
/
+7
2018-03-08
msdk: dec: fix leaks when flushing
Hyunjun Ko
1
-8
/
+16
2018-03-08
msdk: dec: remove code to manage buffers with locked surface
Hyunjun Ko
1
-65
/
+2
2018-02-13
msdk: dec: Add non-packetized stream handling support
Sreerenj Balachandran
1
-3
/
+30
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
1
-1
/
+11
2018-02-13
msdkdec/enc: query GstContext to share GstMsdkContext
Hyunjun Ko
1
-16
/
+68
2018-02-13
msdk: context: add job type to figure out if joining session is necessary
Hyunjun Ko
1
-1
/
+1
2018-02-13
msdkdec: use bufferpool
Hyunjun Ko
1
-150
/
+344
2018-02-13
msdkdec: fix typo
Hyunjun Ko
1
-1
/
+1
2018-02-13
msdk: implements GstMsdkContext.
Hyunjun Ko
1
-14
/
+14
2018-02-13
msdk: move and rename the function msdk_video_alignment
Hyunjun Ko
1
-15
/
+2
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-01-20
msdk: Propagate GstFlowReturn values
Scott D Phillips
1
-33
/
+92
2016-12-12
msdk: Add H.264 decoder
Scott D Phillips
1
-0
/
+800