index
:
~leoliu/gstomx
master
gstomx
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
omx
/
gstomxvideodec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-20
omx: don't use the 'z' modifier to print size_t
Tim-Philipp Müller
1
-2
/
+2
2013-05-20
omx: Take lock on EOS to update the flow return value
Josep Torra
1
-0
/
+2
2013-05-10
omxvideodec: Redesign video size change reconfiguration code
Josep Torra
1
-55
/
+40
2013-05-06
omx: Add pads based on element type
jitendra
1
-0
/
+1
2013-04-23
Check for gstreamer-egl
Tim-Philipp Müller
1
-20
/
+22
2013-04-18
omx: more printf format fixes
Tim-Philipp Müller
1
-21
/
+23
2013-04-18
omxvideodec: don't use 'self->dec_out_port' anymore and use just 'port'
Josep Torra
1
-4
/
+4
2013-04-18
omxvideodec: fixes 'port' may be used uninitialized in this function
Josep Torra
1
-0
/
+1
2013-04-18
omxvideodec: silence warnings building for RPI related to 'vcos_*'
Josep Torra
1
-0
/
+17
2013-04-18
omxvideodec: Use new type from libgstvideo
Josep Torra
1
-1
/
+1
2013-04-16
omx: Disable output port before transition to idle state
jitendra
1
-7
/
+7
2013-04-08
omx: fix printf formats in debug messages
Tim-Philipp Müller
1
-12
/
+12
2013-04-08
omxvideodec: use the correct printf format in a debug message
Josep Torra
1
-1
/
+1
2013-04-08
omxvideodec: use the correct OMX_IndexParam value
Josep Torra
1
-1
/
+1
2013-04-05
omxvideodec: Don't use API that is not in master yet
Sebastian Dröge
1
-0
/
+2
2013-03-26
omxvideodec: Add support for egl_render on RPi
Sebastian Dröge
1
-90
/
+696
2013-03-19
omx: Add more constraints to the default sink template caps
Sebastian Dröge
1
-0
/
+2
2013-03-19
omxvideodec: Set ENDOFFRAME flag for the end of frames
Sebastian Dröge
1
-1
/
+5
2013-03-16
omx: Clarify that loop task is also paused in EOS
Josep Torra
1
-0
/
+1
2013-03-15
omxvideodec: Make sure that the first frame we pass to OpenMAX is a sync frame
Sebastian Dröge
1
-0
/
+5
2013-03-15
omx: Stop output port task after draining
Sebastian Dröge
1
-0
/
+1
2013-03-15
omxvideodec: Deallocate output buffers with the right function
Sebastian Dröge
1
-1
/
+1
2013-03-15
omxvideodec: Don't interpolate timestamps
Sebastian Dröge
1
-11
/
+9
2013-03-15
omxvideodec: Give the codec_data the timestamp of the first frame and no dura...
Sebastian Dröge
1
-0
/
+7
2013-03-14
omxvideodec: Simplify bufferpool implementation
Sebastian Dröge
1
-26
/
+4
2013-03-14
omxvideodec: Improve min/max buffer counts handling
Sebastian Dröge
1
-2
/
+9
2013-03-14
omx: Handle the OMX_EventBufferFlag to detect EOS too
Sebastian Dröge
1
-122
/
+121
2013-03-13
omxvideodec: Make sure to always get the right buffer
Sebastian Dröge
1
-4
/
+8
2013-03-13
omxvideodec: Make sure the buffer is released to the pool if it's not the one...
Sebastian Dröge
1
-0
/
+1
2013-03-13
omxvideodec: Drop too late frames instead of finishing them
Sebastian Dröge
1
-1
/
+1
2013-03-13
omx: Release buffers to the correct port
Sebastian Dröge
1
-4
/
+4
2013-03-11
omxvideodec: Don't provide buffers to downstream
Sebastian Dröge
1
-1
/
+4
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
1
-10
/
+45
2013-03-09
omx: Fix deadlock in encoders and add explainatory comments.
Josep Torra
1
-0
/
+4
2013-03-09
omxvideodec: fix printf format identifier
Josep Torra
1
-2
/
+2
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-08
omxvideodec: Don't forget to populate output port
Sebastian Dröge
1
-0
/
+9
2013-03-08
omx: Flush and stop srcpad when configuring new caps
Sebastian Dröge
1
-0
/
+2
2013-03-07
omxvideodec: Only negotiate a color format with downstream on the initial caps
Sebastian Dröge
1
-4
/
+3
2013-03-07
omxvideodec: Make sure the output port is disabled while we allocate buffers
Sebastian Dröge
1
-8
/
+0
2013-03-07
omxvideodec: Add buffer pool for sharing OpenMAX memory with downstream
Sebastian Dröge
1
-19
/
+879
2013-03-07
omx: Add timeout to the flush operation and move buffer populating to a separ...
Sebastian Dröge
1
-14
/
+10
2013-03-07
omx: Do number of buffers configuration explicitely
Sebastian Dröge
1
-3
/
+3
2013-03-07
omxvideodec: fixes reconfiguration
Josep Torra
1
-2
/
+5
2013-03-01
omxvideo{dec,enc}: Don't use the input state if it wasn't set yet
Sebastian Dröge
1
-3
/
+2
2013-03-01
omxvideodec: Only enable the output port after we know the output format
Sebastian Dröge
1
-8
/
+14
2013-02-28
omx: Return the OMX_ERRORTYPE from gst_omx_port_update_port_definition
Sebastian Dröge
1
-2
/
+4
2013-02-28
omx: Add API for allocating a specific number of buffers and using EGLImages ...
Sebastian Dröge
1
-5
/
+5
[next]