summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-13Port to Gst 0.11HEADmasterOlivier Crête25-1541/+1406
2012-01-19Enable building with Android's buildsystem0.10Reynaldo 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
2011-11-18omxaudioenc: First set ports to flushing before waiting for the srcpad stream...Sebastian Dröge1-3/+5
2011-11-18omxvideoenc: First set ports to flushing before waiting for the srcpad stream...Sebastian Dröge1-3/+5
2011-11-18omxvideodec: First set ports to flushing before waiting for the srcpad stream...Sebastian Dröge1-3/+3
2011-11-17omx: Only disabling of a port is like flushing, enabling is like unflushingSebastian Dröge1-7/+9
2011-11-17omx: Enabling/disabling a port is also like flushingSebastian Dröge1-0/+8
2011-11-17omxaudioenc: Signal the drain GCond even if downstream returned an errorSebastian Dröge1-2/+4
2011-11-17omxvideoenc: Signal the drain GCond even if downstream returned an errorSebastian Dröge1-6/+7
2011-11-17omxvideodec: Signal the drain GCond even if downstream returned an errorSebastian Dröge1-2/+4
2011-11-17basevideoencoder: Only call ::reset once in READY->PAUSEDSebastian Dröge1-1/+0
2011-11-17omxaudioenc: Shutdown component in PAUSED->READY and deallocate buffersSebastian Dröge1-1/+18
2011-11-17omxvideoenc: Shutdown component in PAUSED->READY and deallocate buffersSebastian Dröge1-1/+17
2011-11-17omxvideodec: Shutdown component in PAUSED->READY and deallocate buffersSebastian Dröge1-2/+16
2011-11-16omxvideoenc: Set force_keyframe to FALSE after handling itSebastian Dröge1-0/+2
2011-11-16omxvideodec: Always push buffers downstream, even if we didn't find a corresp...Sebastian Dröge1-0/+2