index
:
gst-omx.git
0.10
master
raspberry
Unnamed repository; edit this file 'description' to name the repository.
George Kiagiadakis
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-16
configure: Modernize autotools setup a bit
HEAD
master
Sebastian Dröge
1
-12/+5
2012-04-16
Automatic update of common submodule
Sebastian Dröge
1
-0/+0
2012-04-16
omxaudioenc: Use gst_buffer_extract() to copy the input buffer data to the Op...
Sebastian Dröge
1
-17/+9
2012-04-13
Fix relative/absolute path glitch
Alessandro Decina
1
-1/+1
2012-04-13
Port to Gst 0.11
Olivier Crête
25
-1541/+1406
2012-01-19
Enable building with Android's buildsystem
Reynaldo H. Verdejo Pinochet
2
-0/+44
2011-12-14
basevideocodec: Don't use G_TYPE_REGISTER_BOXED() yet
Sebastian Dröge
1
-3/+15
2011-12-14
omxaudioenc: Add hack for encoder components that don't allow empty EOS buffers
Jonas Larsson
1
-66/+106
2011-12-14
omxvideoenc: Fix deadlock when using the EOS hack
Jonas Larsson
1
-0/+1
2011-12-12
omxvideoenc: Remove workaround for basevideocodec bug
Sebastian Dröge
1
-21/+0
2011-12-12
omxvideodec: Remove workaround for basevideocodec bug
Sebastian Dröge
1
-18/+0
2011-12-12
basevideo: Make GstVideoFrame a reference counted boxed object
Matej Knopp
4
-22/+56
2011-12-09
omx: Add hack for encoder components that don't allow empty EOS buffers
Sebastian Dröge
3
-36/+78
2011-12-09
omxaacenc: Generate and set codec_data on the caps for raw AAC
Dake Gu
1
-0/+88
2011-12-08
basevideoencoder: handle failures in start() and stop()
Alessandro Decina
1
-2/+12
2011-12-08
basevideoenc: do not try to calculate latency from an unknown framerate
Vincent Penquerc'h
1
-0/+4
2011-12-08
basevideoencoder: Only make the header buffer metadata writable, not the buffer
Sebastian Dröge
1
-1/+1
2011-12-08
basevideoencoder: Fix handling of force-keyunit events
Sebastian Dröge
1
-28/+31
2011-12-06
omxaudioenc: Don't forward EOS events immediately but let all other events be...
Sebastian Dröge
1
-3/+3
2011-12-06
omxaudioenc: Use correct timestamp, duration and filled length for the EOS bu...
Sebastian Dröge
2
-1/+16
2011-12-06
omxvideodec: Use correct timestamp, duration and filled length for the EOS bu...
Sebastian Dröge
2
-0/+16
2011-12-06
omxvideoenc: Use correct timestamp, duration and filled length for the EOS bu...
Sebastian Dröge
2
-0/+16
2011-12-05
omx: Improve debugging of buffer handling
Sebastian Dröge
1
-11/+23
2011-12-05
omxvideoenc: Drop EOS events in ::finish()
Sebastian Dröge
1
-3/+3
2011-12-01
omxvideodec: Properly drop frames due to QoS
Sebastian Dröge
1
-1/+1
2011-11-29
omxh264enc: Add support for resending headers after a forced-keyframe
Jonas Larsson
1
-0/+10
2011-11-29
basevideoencoder: Pass the all-headers field of the force-key-unit event to t...
Sebastian Dröge
2
-0/+2
2011-11-29
basevideoencoder: Implement full support for the new force-key-unit event
Sebastian Dröge
2
-42/+153
2011-11-29
basevideoencoder: Use new force-keyunit event API from gst-plugins-base
Sebastian Dröge
1
-25/+15
2011-11-29
basevideoencoder: Adjusting padding is not required for -bad libraries
Sebastian Dröge
2
-11/+6
2011-11-29
basevideoencoder: Move some fields to the private part of the instance struct
Sebastian Dröge
1
-2/+4
2011-11-29
basevideoencoder: Make headers metadata writable before pushing downstream
Sebastian Dröge
1
-0/+1
2011-11-29
basevideoencoder: Push the downstream force-keyframe event after the next key...
Sebastian Dröge
2
-12/+17
2011-11-29
basevideoencoder: Don't push an upstream force-keyunit event downstream
Sebastian Dröge
2
-19/+2
2011-11-29
basevideoencoder: Add initial support for the all-headers field of the force-...
Jonas Larsson
2
-2/+52
2011-11-28
basevideodecoder: some more debug logging
Tim-Philipp Müller
1
-1/+4
2011-11-28
basevideodecoder: add API to drop a frame and post a QoS message on the bus
Tim-Philipp Müller
2
-26/+113
2011-11-28
docs: fix comment in gst_base_video_decoder_get_max_decode_time() docs
Tim-Philipp Müller
1
-1/+1
2011-11-28
basevideodecoder: fix weird event list handling
Tim-Philipp Müller
1
-6/+2
2011-11-25
omxaudioenc: Use audio base classes from gst-plugins-base instead of having o...
Sebastian Dröge
11
-4456/+96
2011-11-18
omxaudioenc: First set ports to flushing before waiting for the srcpad stream...
Sebastian Dröge
1
-3/+5
2011-11-18
omxvideoenc: First set ports to flushing before waiting for the srcpad stream...
Sebastian Dröge
1
-3/+5
2011-11-18
omxvideodec: First set ports to flushing before waiting for the srcpad stream...
Sebastian Dröge
1
-3/+3
2011-11-17
omx: Only disabling of a port is like flushing, enabling is like unflushing
Sebastian Dröge
1
-7/+9
2011-11-17
omx: Enabling/disabling a port is also like flushing
Sebastian Dröge
1
-0/+8
2011-11-17
omxaudioenc: Signal the drain GCond even if downstream returned an error
Sebastian Dröge
1
-2/+4
2011-11-17
omxvideoenc: Signal the drain GCond even if downstream returned an error
Sebastian Dröge
1
-6/+7
2011-11-17
omxvideodec: Signal the drain GCond even if downstream returned an error
Sebastian Dröge
1
-2/+4
2011-11-17
basevideoencoder: Only call ::reset once in READY->PAUSED
Sebastian Dröge
1
-1/+0
2011-11-17
omxaudioenc: Shutdown component in PAUSED->READY and deallocate buffers
Sebastian Dröge
1
-1/+18
[next]