summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-03Automatic update of common submoduleSebastian Dröge1-0/+0
2014-05-02omxvideodec: can negotiate caps with memory:EGLImage feature when using EGLIm...Julien Isorce1-5/+40
2014-04-23omxvp8dec: fix typo in GST_TYPE_OMX_VP8_DEC defineAurélien Zanelli1-1/+1
2014-04-17omxvideodec: don't unref caps before logging field from itAurélien Zanelli1-1/+1
2014-04-15example: disable testegl since libgstegl has been removedJulien Isorce2-5/+5
2014-04-15omxvideodec: use new libgstgl API since libgstegl has been removedJulien Isorce1-12/+6
2014-04-15configure.ac: check for libgstgl since libgstegl has been removedJulien Isorce4-32/+32
2014-04-15omxvideodec: add support of more color formatAurélien Zanelli2-0/+31
2014-04-15omxvideodec: simplify color format conversion in fill_buffer functionAurélien Zanelli1-93/+52
2014-04-15omxbufferpool: make video stride and offset calculation easierAurélien Zanelli1-17/+11
2014-04-15omx: add an helper to convert OMX color format to GStreamer color formatAurélien Zanelli3-66/+95
2014-03-28omxvideodec: Implement pipeline draining to support adaptive scenariosJosep Torra2-14/+12
2014-03-28examples: fix several memory leaks in the testegl exampleJosep Torra1-6/+32
2014-03-28examples: keep a ref on the buffer instead of the memoryJulien Isorce1-10/+12
2014-03-25omxvideodec: fixes race condition during seeksJosep Torra1-15/+46
2014-03-25omxvideodec: use flush because reset is deprecatedJulien Isorce1-11/+6
2014-03-25omxvideodec: populate the most downstream output port on resetJulien Isorce1-5/+19
2014-03-24omxbufferpool: return buffers to the pool instead of freeing themJosep Torra1-2/+2
2014-03-24omxvideodec: add missing unlock in the error pathChristian König1-0/+1
2014-03-19fix filemodeMichal Lazo2-0/+0
2014-03-17omxbufferpool: fix memory leak if used on output portJulien Isorce1-0/+11
2014-03-16omxh264enc: Fix compiler warningsSebastian Dröge1-1/+2
2014-03-16omxh264enc: IDR interval, SPS and PPS headers for rpiMichal Lazo2-1/+194
2014-03-15omxvideo: fix debug category initialisationChristian König3-1/+5
2014-03-15omxbufferpool: add proper type definitionsChristian König1-1/+7
2014-03-12omx: consolidate message waiting codeChristian König1-134/+63
2014-03-12omx: Copy old copyright notice into the new fileSebastian Dröge1-0/+4
2014-03-12omx: Rename function from _4_ to _for_ for claritySebastian Dröge4-4/+4
2014-03-12omxvideo: start sharing more code between video decoder and encoderChristian König5-261/+233
2014-03-12examples: Only build RPi EGL example if RPi was chosen as targetSebastian Dröge1-1/+5
2014-03-12omxbufferpool: Fix header include guardSebastian Dröge1-1/+1
2014-03-12omxvideodec: separate the buffer pool from the decoderChristian König4-594/+663
2014-03-12omx: simplify tunnel functionsChristian König3-19/+21
2014-03-08omxvideodec: fix memory leak in gst_omx_video_dec_allocate_output_buffersChristian König1-0/+1
2014-03-08omxvideodec: fix memory leak gst_omx_video_dec_negotiateChristian König1-0/+2
2014-03-06omxvideoenc: fix a memory leak in gst_omx_video_enc_getcapsChristian König1-0/+2
2014-03-05Makefile.am: build examplesJosep Torra1-3/+3
2014-03-05examples: avoid a clashing name with the recently added GstEGLImagePoolJosep Torra1-38/+44
2014-03-03omxvideoenc: simplify _find_nearest_frameChristian König1-87/+12
2014-03-03omxvideodec: simplify _find_nearest_frameChristian König1-44/+13