summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
8 daysAutomatic update of common submoduleHEADmasterSebastian Dröge1-0/+0
13 daysomx: Fix spelling mistake found by lintian: s/Seperate/Separate/George Kiagiadakis1-1/+1
2012-05-07Implement a new custom recursive mutex type and fix locking in callbacks so t...George Kiagiadakis8-99/+328
2012-05-03omx: Add hack to disable setting roles to components.George Kiagiadakis2-1/+8
2012-05-03omxvideodec: Implement no-empty-eos-buffer hack, as in omxvideoenc.George Kiagiadakis2-84/+118
2012-05-03omxvideodec: Fix coding style in the drain-may-not-return hack codeGeorge Kiagiadakis1-2/+2
2012-04-26omx: Fix trivial debug print bugArun Raghavan1-1/+2
2012-04-26omxvideodec: Add hack for Ducati components not returning from drainArun Raghavan3-2/+21
2012-04-26omx: Fix deadlock between ending a flush and the event handlerArun Raghavan1-0/+2
2012-04-24omx: Update video encoder/decoder base classes from gst-plugins-badSebastian Dröge2-8/+3
2012-04-16configure: Modernize autotools setup a bitSebastian Dröge1-12/+5
2012-04-16Automatic update of common submoduleSebastian Dröge1-0/+0
2012-04-16omxaudioenc: Use gst_buffer_extract() to copy the input buffer data to the Op...Sebastian Dröge1-17/+9
2012-04-13Fix relative/absolute path glitchAlessandro Decina1-1/+1
2012-04-13Port to Gst 0.11Olivier Crête25-1541/+1406
2012-01-19Enable building with Android's buildsystemReynaldo H. Verdejo Pinochet2-0/+44
2011-12-14basevideocodec: Don't use G_TYPE_REGISTER_BOXED() yetSebastian Dröge1-3/+15
2011-12-14omxaudioenc: Add hack for encoder components that don't allow empty EOS buffersJonas Larsson1-66/+106
2011-12-14omxvideoenc: Fix deadlock when using the EOS hackJonas Larsson1-0/+1
2011-12-12omxvideoenc: Remove workaround for basevideocodec bugSebastian Dröge1-21/+0
2011-12-12omxvideodec: Remove workaround for basevideocodec bugSebastian Dröge1-18/+0
2011-12-12basevideo: Make GstVideoFrame a reference counted boxed objectMatej Knopp4-22/+56
2011-12-09omx: Add hack for encoder components that don't allow empty EOS buffersSebastian Dröge3-36/+78
2011-12-09omxaacenc: Generate and set codec_data on the caps for raw AACDake Gu1-0/+88
2011-12-08basevideoencoder: handle failures in start() and stop()Alessandro Decina1-2/+12
2011-12-08basevideoenc: do not try to calculate latency from an unknown framerateVincent Penquerc'h1-0/+4
2011-12-08basevideoencoder: Only make the header buffer metadata writable, not the bufferSebastian Dröge1-1/+1
2011-12-08basevideoencoder: Fix handling of force-keyunit eventsSebastian Dröge1-28/+31
2011-12-06omxaudioenc: Don't forward EOS events immediately but let all other events be...Sebastian Dröge1-3/+3
2011-12-06omxaudioenc: Use correct timestamp, duration and filled length for the EOS bu...Sebastian Dröge2-1/+16
2011-12-06omxvideodec: Use correct timestamp, duration and filled length for the EOS bu...Sebastian Dröge2-0/+16
2011-12-06omxvideoenc: Use correct timestamp, duration and filled length for the EOS bu...Sebastian Dröge2-0/+16
2011-12-05omx: Improve debugging of buffer handlingSebastian Dröge1-11/+23
2011-12-05omxvideoenc: Drop EOS events in ::finish()Sebastian Dröge1-3/+3
2011-12-01omxvideodec: Properly drop frames due to QoSSebastian Dröge1-1/+1
2011-11-29omxh264enc: Add support for resending headers after a forced-keyframeJonas Larsson1-0/+10
2011-11-29basevideoencoder: Pass the all-headers field of the force-key-unit event to t...Sebastian Dröge2-0/+2
2011-11-29basevideoencoder: Implement full support for the new force-key-unit eventSebastian Dröge2-42/+153
2011-11-29basevideoencoder: Use new force-keyunit event API from gst-plugins-baseSebastian Dröge1-25/+15
2011-11-29basevideoencoder: Adjusting padding is not required for -bad librariesSebastian Dröge2-11/+6
2011-11-29basevideoencoder: Move some fields to the private part of the instance structSebastian Dröge1-2/+4
2011-11-29basevideoencoder: Make headers metadata writable before pushing downstreamSebastian Dröge1-0/+1
2011-11-29basevideoencoder: Push the downstream force-keyframe event after the next key...Sebastian Dröge2-12/+17
2011-11-29basevideoencoder: Don't push an upstream force-keyunit event downstreamSebastian Dröge2-19/+2
2011-11-29basevideoencoder: Add initial support for the all-headers field of the force-...Jonas Larsson2-2/+52
2011-11-28basevideodecoder: some more debug loggingTim-Philipp Müller1-1/+4
2011-11-28basevideodecoder: add API to drop a frame and post a QoS message on the busTim-Philipp Müller2-26/+113
2011-11-28docs: fix comment in gst_base_video_decoder_get_max_decode_time() docsTim-Philipp Müller1-1/+1
2011-11-28basevideodecoder: fix weird event list handlingTim-Philipp Müller1-6/+2
2011-11-25omxaudioenc: Use audio base classes from gst-plugins-base instead of having o...Sebastian Dröge11-4456/+96