summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-02omxaudiodec: Get PCM parameters from the out port, not the in portaudio-decodersSebastian Dröge1-1/+1
2014-07-02omxaudiodec: Implement hack for not disabling the output port after set_forma...Sebastian Dröge1-11/+36
2014-07-02omx: Add audio decoder base class and a subclass for MP3Sebastian Dröge6-1/+1676
2014-07-01omx: Link to gmodule-2.0-no-export for being able to use the g_module_*() APISebastian Dröge2-3/+8
2014-06-30examples: #define GST_USE_UNSTABLE_API for libgstglSebastian Dröge1-0/+1
2014-06-29omxh264enc: Properly accumulate headers and push before the next frameSebastian Dröge2-6/+39
2014-06-29omxvideoenc: Implement flush() instead of the deprecated reset()Sebastian Dröge1-6/+5
2014-06-25rpi: It's 44100Hz, not 41400HzSebastian Dröge1-2/+2
2014-06-25configure.ac: require gstgl >= 1.3.3Julien Isorce1-1/+1
2014-06-25example: enable testeglJulien Isorce2-5/+5
2014-06-25testegl: do matrix mutlplication in the shaderJulien Isorce1-70/+46
2014-06-25testegl: add a comment for the parse commandJulien Isorce1-1/+23
2014-06-25testegl: convert code from GLESv1 to GLESv2Julien Isorce3-158/+414
2014-06-25testegl: port to gstgl APIJulien Isorce2-610/+117
2014-06-24omxbufferpool: Copy buffers if the stride does not match and we can't use vid...Sebastian Dröge3-29/+95
2014-06-24omx: Only include OMX_VideoExt.h conditionallySebastian Dröge3-4/+20
2014-06-24configure.ac: Require GStreamer core/base >= 1.2.2Sebastian Dröge1-1/+1
2014-06-24omxbufferpool: Fix format string compiler warningSebastian Dröge1-1/+1
2014-06-24omxbufferpool: Initialize debug categoryMichal Lazo1-1/+6
2014-06-24omxbufferpool: Properly convert OMX alignment to GStreamer alignmentSebastian Dröge1-2/+14
2014-06-24omxh264enc: Don't let baseclass finish frames for SPS/PPS buffersSebastian Dröge1-0/+5
2014-06-24omxvideo: Include the separate headers too for compatibility with 1.0.xSebastian Dröge1-0/+2
2014-06-24omxvp8dec: use VP8 definition from OMX_VideoExt.hZhao, Halley2-1/+3
2014-06-24configure: add --with-omx-header-path option for external omx headersZhao, Halley1-0/+7
2014-06-20omxvideodec: fix a query leakAurélien Zanelli1-2/+5
2014-06-04omxvideodec: release frames with old PTS to avoid memory issueAurélien Zanelli1-0/+56
2014-06-03omx: Fix a missing g_free() in error pathKazunori Kobayashi1-0/+1
2014-06-02omxvideodec: add missing stream unlock in error pathAurélien Zanelli1-0/+1
2014-05-31omx: Don't handle disabling/enabling ports exactly like flushingSebastian Dröge1-14/+7
2014-05-26omxvideodec: Don't leak buffer pool config in error casesSebastian Dröge1-0/+2
2014-05-21Automatic update of common submoduleSebastian Dröge1-0/+0
2014-05-19omxvideoenc: Don't forget to unref codec stateSebastian Dröge1-0/+1
2014-05-19omxvideodec: Make output buffer pointer always initializedSebastian Dröge1-1/+1
2014-05-19omxvideodec: Check return value of gst_buffer_map()Sebastian Dröge1-1/+5
2014-05-19omxvideodec: Check return value of gst_omx_port_set_enabled() for errorsSebastian Dröge1-2/+9
2014-05-19omxvideodec: Check return values of buffer pool config parsing functionsSebastian Dröge1-2/+10
2014-05-19omx: Remove dead code, buf can never be NULL here as we just check for that t...Sebastian Dröge1-3/+0
2014-05-19omx: Fix comparisons in gst_omx_state_to_string() case to actually make senseSebastian Dröge1-2/+3
2014-05-19omx: Make sure to compare the error codes as unsigned integers so that compar...Sebastian Dröge1-5/+7
2014-05-19omx: Fix comparisons in gst_omx_command_to_string() default cause to actually...Sebastian Dröge1-2/+3
2014-05-15omxaudioenc: Implement hack for not disabling the output port after set_forma...HEADmasterSebastian Dröge1-14/+39
2014-05-15omxvideoenc: Implement hack for not disabling the output port after set_forma...Sebastian Dröge1-11/+36
2014-05-15omx: Add a hack for not disabling the output port after set_format until the ...Sebastian Dröge3-11/+43
2014-05-12omxaudiosink: implement _delay only in the RaspberryPIJosep Torra1-0/+4
2014-05-12omxaudioenc: Correctly scale nTickCount by OMX_TICKS_PER_SECONDSebastian Dröge1-0/+3
2014-05-10omxaudioenc: Drain encoder on NULL buffer and don't drain on flushingSebastian Dröge1-3/+1
2014-05-10omxvideodec: Set nTickCount based on the buffer's duration instead of somethi...Sebastian Dröge1-1/+1
2014-05-10omxvideoenc: Set nTickCount to the whole duration of the buffer instead of a ...Sebastian Dröge1-2/+3
2014-05-10omxaudiosink: Fix format string compiler warningsSebastian Dröge1-7/+7
2014-05-09omxaudiosink: Implements OpenMAX based audio sinksJosep Torra9-2/+1611