summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-21Release 1.16.31.16.31.16Tim-Philipp Müller6-62/+394
2020-10-20Automatic update of common submoduleTim-Philipp Müller1-0/+0
2019-12-03Release 1.16.21.16.2Tim-Philipp Müller6-20/+218
2019-09-23Release 1.16.11.16.1Tim-Philipp Müller6-17/+386
2019-05-02ci: use template from 1.16 branchTim-Philipp Müller1-1/+1
2019-04-19Release 1.16.01.16.0Tim-Philipp Müller6-87/+247
2019-04-16Fixes build with omx >= 1.2.0Julien Isorce1-12/+19
2019-04-12testegl: properly detect and use rpi specific libsGuillaume Desmottes3-5/+12
2019-04-12testelg: include eglext.hGuillaume Desmottes1-0/+1
2019-04-12testegl: move up pi specific macrosGuillaume Desmottes1-9/+9
2019-04-11Release 1.15.901.15.90Tim-Philipp Müller6-47/+176
2019-04-10meson: add -Wundef as additional warning flagTim-Philipp Müller1-0/+1
2019-04-10omx: fix autotools build for generic targetTim-Philipp Müller1-1/+1
2019-04-06Add Gitlab CI configurationJordan Petridis1-0/+1
2019-03-26omx: disable OMX_API_TRACE code if gst debug is disabledGuillaume Desmottes1-0/+6
2019-03-26omx: log Get/SetParameter/Config callsGuillaume Desmottes1-0/+476
2019-03-26omxbufferpool: don't use CAT_PERFORMANCE if pool will copyGuillaume Desmottes1-4/+1
2019-03-26omxvideodec: add debug if proposed pool can't provide enough buffersGuillaume Desmottes1-0/+2
2019-03-26omx: Add hardware classifiers to encoders/decodersCharlie Turner18-18/+18
2019-03-25meson: sync warnings flags with -goodGuillaume Desmottes1-0/+60
2019-03-04Back to developmentTim-Philipp Müller4-8/+8
2019-02-26Release 1.15.21.15.2Tim-Philipp Müller6-101/+288
2019-02-14meson: add options to disable examples, tests and tools and bump meson requir...Tim-Philipp Müller2-7/+21
2019-01-25omxvideo: use GST_VIDEO_CAPS_MAKE() for template capsGuillaume Desmottes4-6/+8
2019-01-25omxvideoenc: validate cpb-size and initial-delayGuillaume Desmottes1-11/+19
2019-01-25omxvideodec: Remove duplicated QoS codeNicolas Dufresne1-10/+1
2019-01-25omxvideodec: Remove dead codeNicolas Dufresne2-16/+0
2019-01-25omxvideoenc: add adaptive gop-mode optionVarunkumar Allagadapa1-0/+2
2019-01-25omxvideoenc: Add dynamic framerate supportNicolas Dufresne1-0/+52
2019-01-17Release 1.15.11.15.1Tim-Philipp Müller6-58/+1702
2019-01-09omxvideoenc: Add dynamic IDR insertion support on zynqVarunkumar Allagadapa1-0/+9
2019-01-08omxbufferpool: fix race when releasing input buffersGuillaume Desmottes3-1/+13
2018-12-21omxbufferpool: fix early input buffer releaseGuillaume Desmottes4-11/+1
2018-12-05Automatic update of common submoduleThibault Saunier1-0/+0
2018-11-26omx: fix OMX_EventBufferFlag OMX_API_TRACE structGuillaume Desmottes1-1/+2
2018-11-05Update git locations to gitlabMatthew Waters2-3/+3
2018-09-26omx: rename OMX_PERFORMANCE debug cat to OMX_API_TRACEGuillaume Desmottes1-20/+20
2018-09-19omx: log OMX commands with OMX_PERFORMANCE debug categoryGuillaume Desmottes1-0/+55
2018-09-19omx: factor out gst_omx_component_send_command()Guillaume Desmottes1-5/+18
2018-09-19omx: log OMX events with OMX_PERFORMANCE debug categoryGuillaume Desmottes1-0/+141
2018-09-19omx: rename log_omx_performance() to log_omx_performance_buffer()Guillaume Desmottes1-6/+6
2018-09-10omxvideoenc: Remove spurious lockingNicolas Dufresne1-7/+3
2018-09-10omxvideoenc: Remove unneeded size checkNicolas Dufresne1-11/+7
2018-09-10omxvideodec: Remove spurious unlock in error caseNicolas Dufresne1-3/+1
2018-08-31omxvideodec: don't hold the stream lock when trying to push a frameNicolas Dufresne1-4/+2
2018-08-30omxvideodec: don't import OMX buffers from downstreamGuillaume Desmottes1-4/+16
2018-08-30omxvideoenc: implement dmabuf export on input buffersGuillaume Desmottes5-62/+309
2018-08-30omx: allow gst_omx_port_acquire_buffer() to not wait for buffersGuillaume Desmottes7-20/+34
2018-08-30omxvideodec: don't import non-dmabuf when dec is in dmabuf modeGuillaume Desmottes1-0/+7
2018-08-30omxvideodec: factor out gst_omx_try_importing_buffer()Guillaume Desmottes1-22/+64