index
:
gstreamer/gst-omx
0.10
master
raspberry
OpenMAX IL GStreamer wrapper
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
Automatic update of common submodule
HEAD
master
Sebastian Dröge
1
-0/+0
13 days
omx: Fix spelling mistake found by lintian: s/Seperate/Separate/
George Kiagiadakis
1
-1/+1
2012-05-07
Implement a new custom recursive mutex type and fix locking in callbacks so t...
George Kiagiadakis
8
-99/+328
2012-05-03
omx: Add hack to disable setting roles to components.
George Kiagiadakis
2
-1/+8
2012-05-03
omxvideodec: Implement no-empty-eos-buffer hack, as in omxvideoenc.
George Kiagiadakis
2
-84/+118
2012-05-03
omxvideodec: Fix coding style in the drain-may-not-return hack code
George Kiagiadakis
1
-2/+2
2012-04-26
omx: Fix trivial debug print bug
Arun Raghavan
1
-1/+2
2012-04-26
omxvideodec: Add hack for Ducati components not returning from drain
Arun Raghavan
3
-2/+21
2012-04-26
omx: Fix deadlock between ending a flush and the event handler
Arun Raghavan
1
-0/+2
2012-04-24
omx: Update video encoder/decoder base classes from gst-plugins-bad
Sebastian Dröge
2
-8/+3
2012-04-16
configure: Modernize autotools setup a bit
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
[next]