summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* .gitmodules: Use repo in the trovebaserock/1.2.0Javier Jardón2016-02-161-1/+1
* Release 1.2.01.2.0Sebastian Dröge2014-07-236-30/+1169
* config: Update ranks to PRIMARY+1 to have higher preference than avdec_*Sebastian Dröge2014-07-222-13/+13
* 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-012-3/+8
* examples: #define GST_USE_UNSTABLE_API for libgstglSebastian Dröge2014-06-301-0/+1
* 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
* rpi: It's 44100Hz, not 41400HzSebastian Dröge2014-06-251-2/+2
* configure.ac: require gstgl >= 1.3.3Julien Isorce2014-06-251-1/+1
* example: enable testeglJulien Isorce2014-06-252-5/+5
* testegl: do matrix mutlplication in the shaderJulien Isorce2014-06-251-70/+46
* testegl: add a comment for the parse commandJulien Isorce2014-06-251-1/+23
* testegl: convert code from GLESv1 to GLESv2Julien Isorce2014-06-253-158/+414
* testegl: port to gstgl APIJulien Isorce2014-06-252-610/+117
* 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-243-4/+20
* configure.ac: Require GStreamer core/base >= 1.2.2Sebastian Dröge2014-06-241-1/+1
* 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-242-1/+3
* configure: add --with-omx-header-path option for external omx headersZhao, Halley2014-06-241-0/+7
* 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
* Automatic update of common submoduleSebastian Dröge2014-05-211-0/+0
* 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