index
:
~adn770/gst-omx
0.10
audiosink
audiosink-pt
drain
egl
master
ratecontrol
resize
resize_wip
seeking
GStreamer OpenMAX IL wrapper hacking.
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-11
omxvideodec: Implement a property to control the feeding speed
ratecontrol
Josep Torra
2
-1
/
+122
2013-03-11
omx: Don't set profile/level in other encoders if downstream caps don't speci...
Sebastian Dröge
3
-73
/
+77
2013-03-11
omxh264enc: If caps specify no profile/level use the component's defaults
Sebastian Dröge
1
-32
/
+37
2013-03-11
omxvideoenc: Always allocate output buffers from the loop function
Sebastian Dröge
1
-43
/
+6
2013-03-11
omxh264enc: The h264 encoders are supposed to output byte-stream/au
Sebastian Dröge
1
-1
/
+3
2013-03-11
omxvideoenc: Wait until the Executing state is reached before passing buffers...
Sebastian Dröge
1
-4
/
+4
2013-03-11
omxaudioenc: Disable output port when setting a new format
Sebastian Dröge
1
-5
/
+10
2013-03-11
omxvideoenc: Disable output port when setting a new format
Sebastian Dröge
1
-2
/
+37
2013-03-11
omxvideodec: Disable output port when setting a new format
Sebastian Dröge
1
-4
/
+10
2013-03-11
omx: Catch errors when releasing buffers to a port and handle them
Sebastian Dröge
3
-24
/
+122
2013-03-10
omxvideoenc: Use the correct video codec state when filling an input buffer
Sebastian Dröge
1
-2
/
+1
2013-03-10
omxvideoenc: Store correct input state
Sebastian Dröge
1
-1
/
+1
2013-03-10
omxvideoenc: Allocate output buffers as early as possible
Sebastian Dröge
1
-10
/
+18
2013-03-10
omx: Log unknown events
Sebastian Dröge
1
-0
/
+1
2013-03-10
basevideodecoder: sync local copy with latest changes in master
Josep Torra
3
-59
/
+77
2013-03-09
omx: Fix deadlock in encoders and add explainatory comments.
Josep Torra
3
-0
/
+16
2013-03-09
omx: Minor changes on debuging info
Josep Torra
1
-1
/
+3
2013-03-09
omxvideodec: avoid a deadlock
Josep Torra
1
-1
/
+2
2013-03-09
omxvideodec: Don't forget to populate output port
Sebastian Dröge
1
-0
/
+9
2013-03-09
omx: Flush and stop srcpad when configuring new caps
Sebastian Dröge
3
-0
/
+6
2013-03-09
omxvideodec: Make code more close to master
Josep Torra
1
-7
/
+111
2013-03-09
omxvideodec: Only negotiate a color format with downstream on the initial caps
Sebastian Dröge
1
-4
/
+3
2013-03-09
omxvideodec: Make sure the output port is disabled while we allocate buffers
Sebastian Dröge
1
-7
/
+0
2013-03-09
omx: Add timeout to the flush operation and move buffer populating to a separ...
Sebastian Dröge
5
-123
/
+162
2013-03-09
omx: Remove min buffer count hack for RPi again
Sebastian Dröge
3
-27
/
+6
2013-03-09
omx: Do number of buffers configuration explicitely
Sebastian Dröge
5
-39
/
+28
2013-03-07
omx: use no-component-reconfigure hack on the Raspberry PI
Josep Torra
2
-6
/
+6
2013-03-04
omx: add a workaround to build against the GStreamer SDK
Josep Torra
1
-1
/
+9
2013-03-01
omxvideoenc: drop unused data member
Josep Torra
1
-3
/
+0
2013-03-01
omxvideodec: implement same kind of wait that it's in master
Josep Torra
1
-2
/
+5
2013-03-01
omx: drop dead code
Josep Torra
2
-9
/
+0
2013-03-01
omx: backport remaining bits from master
Josep Torra
17
-511
/
+253
2013-03-01
omxvideoenc: And set it actually on the right port
Sebastian Dröge
3
-6
/
+15
2013-03-01
omxvideoenc: Set the coding type in the subclasses to the specific codec
Sebastian Dröge
3
-0
/
+21
2013-03-01
omxvideoenc: gst_omx_port_update_port_definition() returns a OMX_ERRORTYPE, n...
Sebastian Dröge
1
-2
/
+4
2013-03-01
omxvideo{dec,enc}: Don't use the input state if it wasn't set yet
Sebastian Dröge
2
-6
/
+4
2013-03-01
omxaudioenc: Only enable the output port after we know the output format
Sebastian Dröge
1
-6
/
+12
2013-03-01
omxvideoenc: Only enable the output port after we know the output format
Sebastian Dröge
1
-6
/
+13
2013-03-01
omxvideodec: Only enable the output port after we know the output format
Sebastian Dröge
1
-8
/
+14
2013-03-01
omx: Handle errors more gracefully
Sebastian Dröge
2
-83
/
+19
2013-03-01
omx: Return the OMX_ERRORTYPE from gst_omx_port_update_port_definition
Sebastian Dröge
9
-12
/
+16
2013-03-01
omx: Return port definition update errors
Sebastian Dröge
1
-1
/
+1
2013-03-01
omx: Add hack for RPi for the minimum number of buffers required for a port
Sebastian Dröge
3
-26
/
+33
2013-03-01
omx: Always tell the component about the right number of buffers that we're g...
Sebastian Dröge
1
-1
/
+1
2013-03-01
omx: Invert assertion to let it express what was intended
Sebastian Dröge
1
-2
/
+2
2013-03-01
omx: Add API for allocating a specific number of buffers and using EGLImages ...
Sebastian Dröge
5
-26
/
+81
2013-03-01
omx: Refactor code flow a bit if output port settings have changed
Sebastian Dröge
3
-121
/
+129
2013-03-01
omx: Clean up port settings change handling
Sebastian Dröge
5
-209
/
+284
2013-03-01
omxvideodec: initialize param structure before using it
Josep Torra
1
-3
/
+3
2013-03-01
omxvideoenc: prevent a NULL pointer access
Josep Torra
1
-0
/
+7
[next]