summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* omxvideoenc: Unref frame of codec config bufferShinya Saito2019-07-111-0/+1
* omxvideo: check difference between frame and requested tsGuillaume Desmottes2019-06-171-1/+12
* omxvideo: add debug infos to find_nearest_frame()Guillaume Desmottes2019-06-174-4/+12
* omxvideodec: Deactivate negotiated pool when output own bufferShinya Saito2019-06-071-0/+2
* omxh264enc: Add 'ref-frames' propertyShinya Saito2019-06-042-1/+24
* meson: Bump minimal GLib version to 2.44Niels De Graef2019-06-032-2/+2
* doc: Build documentation of hotdocThibault Saunier2019-05-137-0/+81
* gstomx: remove gst_omx_buffer_set_omx_buf/get_omx_bufGeorge Kiagiadakis2019-04-252-21/+0
* omxbufferpool: refactor to allow memory sharingGeorge Kiagiadakis2019-04-257-265/+849
* omxbufferpool: fix memory mapping with offsetGuillaume Desmottes2019-04-231-1/+1
* Back to developmentTim-Philipp Müller2019-04-193-5/+5
* Release 1.16.01.16.0Tim-Philipp Müller2019-04-196-87/+247
* Fixes build with omx >= 1.2.0Julien Isorce2019-04-161-12/+19
* testegl: properly detect and use rpi specific libsGuillaume Desmottes2019-04-123-5/+12
* testelg: include eglext.hGuillaume Desmottes2019-04-121-0/+1
* testegl: move up pi specific macrosGuillaume Desmottes2019-04-121-9/+9
* Release 1.15.901.15.90Tim-Philipp Müller2019-04-116-47/+176
* meson: add -Wundef as additional warning flagTim-Philipp Müller2019-04-101-0/+1
* omx: fix autotools build for generic targetTim-Philipp Müller2019-04-101-1/+1
* Add Gitlab CI configurationJordan Petridis2019-04-061-0/+1
* omx: disable OMX_API_TRACE code if gst debug is disabledGuillaume Desmottes2019-03-261-0/+6
* omx: log Get/SetParameter/Config callsGuillaume Desmottes2019-03-261-0/+476
* omxbufferpool: don't use CAT_PERFORMANCE if pool will copyGuillaume Desmottes2019-03-261-4/+1
* omxvideodec: add debug if proposed pool can't provide enough buffersGuillaume Desmottes2019-03-261-0/+2
* omx: Add hardware classifiers to encoders/decodersCharlie Turner2019-03-2618-18/+18
* meson: sync warnings flags with -goodGuillaume Desmottes2019-03-251-0/+60
* Back to developmentTim-Philipp Müller2019-03-044-8/+8
* Release 1.15.21.15.2Tim-Philipp Müller2019-02-266-101/+288
* meson: add options to disable examples, tests and tools and bump meson requir...Tim-Philipp Müller2019-02-142-7/+21
* omxvideo: use GST_VIDEO_CAPS_MAKE() for template capsGuillaume Desmottes2019-01-254-6/+8
* omxvideoenc: validate cpb-size and initial-delayGuillaume Desmottes2019-01-251-11/+19
* omxvideodec: Remove duplicated QoS codeNicolas Dufresne2019-01-251-10/+1
* omxvideodec: Remove dead codeNicolas Dufresne2019-01-252-16/+0
* omxvideoenc: add adaptive gop-mode optionVarunkumar Allagadapa2019-01-251-0/+2
* omxvideoenc: Add dynamic framerate supportNicolas Dufresne2019-01-251-0/+52
* Release 1.15.11.15.1Tim-Philipp Müller2019-01-176-58/+1702
* omxvideoenc: Add dynamic IDR insertion support on zynqVarunkumar Allagadapa2019-01-091-0/+9
* omxbufferpool: fix race when releasing input buffersGuillaume Desmottes2019-01-083-1/+13
* omxbufferpool: fix early input buffer releaseGuillaume Desmottes2018-12-214-11/+1
* Automatic update of common submoduleThibault Saunier2018-12-051-0/+0
* omx: fix OMX_EventBufferFlag OMX_API_TRACE structGuillaume Desmottes2018-11-261-1/+2
* Update git locations to gitlabMatthew Waters2018-11-052-3/+3
* omx: rename OMX_PERFORMANCE debug cat to OMX_API_TRACEGuillaume Desmottes2018-09-261-20/+20
* omx: log OMX commands with OMX_PERFORMANCE debug categoryGuillaume Desmottes2018-09-191-0/+55
* omx: factor out gst_omx_component_send_command()Guillaume Desmottes2018-09-191-5/+18
* omx: log OMX events with OMX_PERFORMANCE debug categoryGuillaume Desmottes2018-09-191-0/+141
* omx: rename log_omx_performance() to log_omx_performance_buffer()Guillaume Desmottes2018-09-191-6/+6
* omxvideoenc: Remove spurious lockingNicolas Dufresne2018-09-101-7/+3
* omxvideoenc: Remove unneeded size checkNicolas Dufresne2018-09-101-11/+7
* omxvideodec: Remove spurious unlock in error caseNicolas Dufresne2018-09-101-3/+1