summaryrefslogtreecommitdiff
path: root/omx
Commit message (Expand)AuthorAgeFilesLines
* Release 1.2.01.2.0Sebastian Dröge2014-07-231-0/+1
* omxaudiosink: Set port to not flushing in prepare() and keep it at flushing i...Sebastian Dröge2014-07-201-9/+9
* omxaudiodec: Implement setting of fallback channel positionsSebastian Dröge2014-07-134-0/+110
* omx: Add AAC audio decoderSebastian Dröge2014-07-135-2/+295
* omxaudiodec: Get PCM parameters from the out port, not the in portSebastian Dröge2014-07-021-1/+1
* omxaudiodec: Implement hack for not disabling the output port after set_forma...Sebastian Dröge2014-07-021-11/+36
* omx: Add audio decoder base class and a subclass for MP3Sebastian Dröge2014-07-026-1/+1676
* omx: Link to gmodule-2.0-no-export for being able to use the g_module_*() APISebastian Dröge2014-07-011-2/+4
* omxh264enc: Properly accumulate headers and push before the next frameSebastian Dröge2014-06-292-6/+39
* omxvideoenc: Implement flush() instead of the deprecated reset()Sebastian Dröge2014-06-291-6/+5
* omxbufferpool: Copy buffers if the stride does not match and we can't use vid...Sebastian Dröge2014-06-243-29/+95
* omx: Only include OMX_VideoExt.h conditionallySebastian Dröge2014-06-242-1/+4
* omxbufferpool: Fix format string compiler warningSebastian Dröge2014-06-241-1/+1
* omxbufferpool: Initialize debug categoryMichal Lazo2014-06-241-1/+6
* omxbufferpool: Properly convert OMX alignment to GStreamer alignmentSebastian Dröge2014-06-241-2/+14
* omxh264enc: Don't let baseclass finish frames for SPS/PPS buffersSebastian Dröge2014-06-241-0/+5
* omxvideo: Include the separate headers too for compatibility with 1.0.xSebastian Dröge2014-06-241-0/+2
* omxvp8dec: use VP8 definition from OMX_VideoExt.hZhao, Halley2014-06-241-0/+1
* omxvideodec: fix a query leakAurélien Zanelli2014-06-201-2/+5
* omxvideodec: release frames with old PTS to avoid memory issueAurélien Zanelli2014-06-041-0/+56
* omx: Fix a missing g_free() in error pathKazunori Kobayashi2014-06-031-0/+1
* omxvideodec: add missing stream unlock in error pathAurélien Zanelli2014-06-021-0/+1
* omx: Don't handle disabling/enabling ports exactly like flushingSebastian Dröge2014-05-311-14/+7
* omxvideodec: Don't leak buffer pool config in error casesSebastian Dröge2014-05-261-0/+2
* omxvideoenc: Don't forget to unref codec stateSebastian Dröge2014-05-191-0/+1
* omxvideodec: Make output buffer pointer always initializedSebastian Dröge2014-05-191-1/+1
* omxvideodec: Check return value of gst_buffer_map()Sebastian Dröge2014-05-191-1/+5
* omxvideodec: Check return value of gst_omx_port_set_enabled() for errorsSebastian Dröge2014-05-191-2/+9
* omxvideodec: Check return values of buffer pool config parsing functionsSebastian Dröge2014-05-191-2/+10
* omx: Remove dead code, buf can never be NULL here as we just check for that t...Sebastian Dröge2014-05-191-3/+0
* omx: Fix comparisons in gst_omx_state_to_string() case to actually make senseSebastian Dröge2014-05-191-2/+3
* omx: Make sure to compare the error codes as unsigned integers so that compar...Sebastian Dröge2014-05-191-5/+7
* omx: Fix comparisons in gst_omx_command_to_string() default cause to actually...Sebastian Dröge2014-05-191-2/+3
* omxaudioenc: Implement hack for not disabling the output port after set_forma...Sebastian Dröge2014-05-151-14/+39
* omxvideoenc: Implement hack for not disabling the output port after set_forma...Sebastian Dröge2014-05-151-11/+36
* omx: Add a hack for not disabling the output port after set_format until the ...Sebastian Dröge2014-05-153-11/+43
* omxaudiosink: implement _delay only in the RaspberryPIJosep Torra2014-05-121-0/+4
* omxaudioenc: Correctly scale nTickCount by OMX_TICKS_PER_SECONDSebastian Dröge2014-05-121-0/+3
* omxaudioenc: Drain encoder on NULL buffer and don't drain on flushingSebastian Dröge2014-05-101-3/+1
* omxvideodec: Set nTickCount based on the buffer's duration instead of somethi...Sebastian Dröge2014-05-101-1/+1
* omxvideoenc: Set nTickCount to the whole duration of the buffer instead of a ...Sebastian Dröge2014-05-101-2/+3
* omxaudiosink: Fix format string compiler warningsSebastian Dröge2014-05-101-7/+7
* omxaudiosink: Implements OpenMAX based audio sinksJosep Torra2014-05-098-2/+1591
* omxvideodec: can negotiate caps with memory:EGLImage feature when using EGLIm...Julien Isorce2014-05-021-5/+40
* omxvp8dec: fix typo in GST_TYPE_OMX_VP8_DEC defineAurélien Zanelli2014-04-231-1/+1
* omxvideodec: don't unref caps before logging field from itAurélien Zanelli2014-04-171-1/+1
* omxvideodec: use new libgstgl API since libgstegl has been removedJulien Isorce2014-04-151-12/+6
* configure.ac: check for libgstgl since libgstegl has been removedJulien Isorce2014-04-152-26/+26
* omxvideodec: add support of more color formatAurélien Zanelli2014-04-152-0/+31
* omxvideodec: simplify color format conversion in fill_buffer functionAurélien Zanelli2014-04-151-93/+52