summaryrefslogtreecommitdiff
path: root/omx
AgeCommit message (Expand)AuthorFilesLines
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-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 Isorce2-26/+26
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 Torra1-13/+5
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-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-03omxvideoenc: simplify _find_nearest_frameChristian König1-87/+12
2014-03-03omxvideodec: simplify _find_nearest_frameChristian König1-44/+13
2014-03-03omxvideodec: remove dead codeChristian König1-47/+1
2014-03-02omx: fix two serious message handling bugsChristian König1-4/+2
2014-03-02omxvideoenc: fix startup race conditionChristian König1-0/+3
2014-03-02omxvideodec: fix startup race conditionChristian König1-0/+3
2014-01-25omx: Don't handle FLUSHING and NOT_LINKED as errorsSebastian Dröge3-6/+21
2013-08-20omx: don't use the 'z' modifier to print size_tTim-Philipp Müller2-3/+3
2013-07-01gstomxvideoenc: Set bitrate in setcapsRoman Arutyunyan1-0/+15
2013-05-20omx: Take lock on EOS to update the flow return valueJosep Torra3-0/+6
2013-05-10omxvideodec: Redesign video size change reconfiguration codeJosep Torra1-55/+40
2013-05-06omx: Add pads based on element typejitendra5-34/+50
2013-04-27omx: fixed type error in printf callCarlos Rafael Giani1-1/+1
2013-04-23Check for gstreamer-eglTim-Philipp Müller2-23/+24
2013-04-18omx: more printf format fixesTim-Philipp Müller7-60/+65
2013-04-18omx: fixes unused variable 'comp' when GStreamer is built without debugJosep Torra1-11/+8
2013-04-18omxvideodec: don't use 'self->dec_out_port' anymore and use just 'port'Josep Torra1-4/+4
2013-04-18omxvideodec: fixes 'port' may be used uninitialized in this functionJosep Torra1-0/+1
2013-04-18omxvideodec: silence warnings building for RPI related to 'vcos_*'Josep Torra1-0/+17