summaryrefslogtreecommitdiff
path: root/omx
Commit message (Expand)AuthorAgeFilesLines
* meson: add dep on GModuleGuillaume Desmottes2017-05-091-1/+1
* videoenc: use GST_ROUND_UP_N() macroGuillaume Desmottes2017-04-261-2/+1
* omxvideoenc: Fix compiler warningSebastian Dröge2017-04-071-1/+1
* omxvideoenc: Add an unimplemented mapping for RGBA formatsJan Schmidt2017-03-141-0/+6
* omxvideoenc: Add GST_OMX_HACK_HEIGHT_MULTIPLE_16 for RpiJan Schmidt2017-03-143-29/+47
* omxvideoenc: Add a mapping for OMX_COLOR_FormatYUV420PackedSemiPlanarJan Schmidt2017-03-141-0/+3
* omxvideoenc: Filter out unimplemented formatsJan Schmidt2017-03-141-4/+36
* omxvideodec: demote ERROR messageJan Schmidt2017-03-141-1/+1
* omxaacenc: let encoder know about incoming rate/channelsVincent Penquerc'h2017-01-201-0/+3
* build: add meson build definitionMatthew Waters2017-01-181-0/+57
* omxaudioenc: set base class format instead of just source pad capsVincent Penquerc'h2017-01-111-1/+1
* omx*dec: Flush before we stop the srcpad loopGraham Leggett2016-12-192-15/+15
* Fix broken build due to syntax errorReynaldo H. Verdejo Pinochet2016-12-141-1/+1
* Prevent early EOS by resetting eos flag once GST_OMX_ACQUIRE_BUFFER_EOS is tr...Graham Leggett2016-12-131-1/+2
* Add clear debug logging on all the paths out of gst_omx_port_acquire_buffer()Graham Leggett2016-12-131-0/+8
* Add a signals-premature-eos hack for egl_renderGeorge Kiagiadakis2016-12-132-3/+24
* Add support for OMX_COLOR_FormatYUV420PackedSemiPlanar and OMX_COLOR_Format24...Graham Leggett2016-12-131-0/+4
* omx: Fix compiler warning with latest clangSebastian Dröge2016-11-261-1/+1
* videodecoder: remove use of EGLImage orientationMatthew Waters2016-11-171-3/+0
* omx: Also search for gstomx.conf in the autoconf --sysconfdirSebastian Dröge2016-09-141-1/+3
* omxvideodec: Use GST_VIDEO_FRAME_PLANE_STRIDE() to get output buffer's strideKazunori Kobayashi2016-06-291-1/+1
* omxaudioenc: implement GstPreset interfaceAurélien Zanelli2016-06-211-4/+6
* omxvideoenc: implement GstPreset interfaceAurélien Zanelli2016-06-211-4/+6
* omx: #define OMX_SKIP64BIT on the RPi as required by their APISebastian Dröge2016-06-176-38/+58
* omxvideodec: Implement ::drain() virtual methodSebastian Dröge2016-06-171-8/+8
* omxvideodec : Use gstglmemoryegl for the RPiGwang Yoon Hwang2016-05-041-19/+20
* Remember the last_error after a failed set state call to avoid blocking the n...Enrique Ocaña González2015-11-181-0/+7
* Properly handle drain requests while flushingEnrique Ocaña González2015-11-184-0/+48
* omx: fix hacks leak on class initNicolas Huet2015-11-181-0/+1
* omxaacdec: Do not accept unknown layoutsThiago Santos2015-09-011-2/+4
* omxaudiodec: use default pad accept-caps handlingThiago Santos2015-09-011-0/+3
* omxvideodec: use default pad accept-caps handlingThiago Santos2015-08-281-0/+3
* omxvideoenc: Add keyframe support for the Rpi, using OMX_IndexConfigBrcmVideo...Graham Leggett2015-08-271-0/+13
* omxh264dec: implement is_format_changePhilippe Normand2015-08-161-0/+25
* omxvideodec: unref allocator after getting it from allocation queryAurélien Zanelli2015-07-061-8/+12
* omxaudiodec: Add an output adapter for chunking the output into codec framesSebastian Dröge2015-05-192-21/+65
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-15/+0
* omxaudiodec: add comment explaining duplicate code pathLuis de Bethencourt2015-03-061-1/+1
* Revert "omxaudiodec: remove duplicate code path"Luis de Bethencourt2015-03-061-1/+3
* omx: handle both errors in the two steps of update_port_definitionLuis de Bethencourt2015-03-061-5/+8
* omxaudioenc: impossible if statementLuis de Bethencourt2015-03-061-3/+0
* omxaudiodec: impossible if statementLuis de Bethencourt2015-03-061-3/+0
* omxaudiodec: remove duplicate code pathLuis de Bethencourt2015-03-061-3/+1
* omx: call handle_messages() only once in acquire_buffer() to avoid potential ...George Kiagiadakis2015-03-041-2/+0
* omx: cleanup code a bit to remove else statementWonchul Lee2015-02-261-8/+4
* omx: Add omxamrdecJun Ji2014-11-134-1/+286
* omxaudiodec: Clean up code a bit to get rid of useless NULL checksSebastian Dröge2014-09-301-24/+13
* omxaudiodec: Unmap input buffers after usagejunji2014-09-301-0/+8
* omxvideoenc: Setup aspect ratio on RPiMichal Lazo2014-09-011-0/+43
* omxaudioenc: Implement the hack flag GST_OMX_HACK_NO_COMPONENT_RECONFIGURESebastian Dröge2014-08-281-20/+31