summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-099-2/+1611
* Automatic update of common submoduleSebastian Dröge2014-05-031-0/+0
* 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
* example: disable testegl since libgstegl has been removedJulien Isorce2014-04-152-5/+5
* 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-154-32/+32
* 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
* omxbufferpool: make video stride and offset calculation easierAurélien Zanelli2014-04-151-17/+11
* omx: add an helper to convert OMX color format to GStreamer color formatAurélien Zanelli2014-04-153-66/+95
* omxvideodec: Implement pipeline draining to support adaptive scenariosJosep Torra2014-03-282-14/+12
* examples: fix several memory leaks in the testegl exampleJosep Torra2014-03-281-6/+32
* examples: keep a ref on the buffer instead of the memoryJulien Isorce2014-03-281-10/+12
* omxvideodec: fixes race condition during seeksJosep Torra2014-03-251-15/+46
* omxvideodec: use flush because reset is deprecatedJulien Isorce2014-03-251-11/+6
* omxvideodec: populate the most downstream output port on resetJulien Isorce2014-03-251-5/+19
* omxbufferpool: return buffers to the pool instead of freeing themJosep Torra2014-03-241-2/+2
* omxvideodec: add missing unlock in the error pathChristian König2014-03-241-0/+1
* fix filemodeMichal Lazo2014-03-192-0/+0
* omxbufferpool: fix memory leak if used on output portJulien Isorce2014-03-171-0/+11
* omxh264enc: Fix compiler warningsSebastian Dröge2014-03-161-1/+2
* omxh264enc: IDR interval, SPS and PPS headers for rpiMichal Lazo2014-03-162-1/+194
* omxvideo: fix debug category initialisationChristian König2014-03-153-1/+5
* omxbufferpool: add proper type definitionsChristian König2014-03-151-1/+7
* omx: consolidate message waiting codeChristian König2014-03-121-134/+63
* omx: Copy old copyright notice into the new fileSebastian Dröge2014-03-121-0/+4
* omx: Rename function from _4_ to _for_ for claritySebastian Dröge2014-03-124-4/+4
* omxvideo: start sharing more code between video decoder and encoderChristian König2014-03-125-261/+233
* examples: Only build RPi EGL example if RPi was chosen as targetSebastian Dröge2014-03-121-1/+5
* omxbufferpool: Fix header include guardSebastian Dröge2014-03-121-1/+1
* omxvideodec: separate the buffer pool from the decoderChristian König2014-03-124-594/+663
* omx: simplify tunnel functionsChristian König2014-03-123-19/+21
* omxvideodec: fix memory leak in gst_omx_video_dec_allocate_output_buffersChristian König2014-03-081-0/+1
* omxvideodec: fix memory leak gst_omx_video_dec_negotiateChristian König2014-03-081-0/+2
* omxvideoenc: fix a memory leak in gst_omx_video_enc_getcapsChristian König2014-03-061-0/+2
* Makefile.am: build examplesJosep Torra2014-03-051-3/+3
* examples: avoid a clashing name with the recently added GstEGLImagePoolJosep Torra2014-03-051-38/+44
* omxvideoenc: simplify _find_nearest_frameChristian König2014-03-031-87/+12
* omxvideodec: simplify _find_nearest_frameChristian König2014-03-031-44/+13
* omxvideodec: remove dead codeChristian König2014-03-031-47/+1
* omx: fix two serious message handling bugsChristian König2014-03-021-4/+2
* omxvideoenc: fix startup race conditionChristian König2014-03-021-0/+3
* omxvideodec: fix startup race conditionChristian König2014-03-021-0/+3