summaryrefslogtreecommitdiff
path: root/omx
Commit message (Expand)AuthorAgeFilesLines
* omx: don't use the 'z' modifier to print size_t0.10Tim-Philipp Müller2013-09-282-3/+3
* gstomxvideoenc: Set bitrate in setcapsRoman Arutyunyan2013-09-281-0/+15
* basevideodecoder: disable reordered PTS detectionsJosep Torra2013-09-201-0/+4
* omx: Take lock on EOS to update the flow return valueJosep Torra2013-05-203-0/+6
* omx: Add pads based on element typejitendra2013-05-105-34/+50
* omx: fixed type error in printf callCarlos Rafael Giani2013-05-101-1/+1
* omx: more printf format fixesTim-Philipp Müller2013-05-107-60/+65
* omx: fix printf formats in debug messagesTim-Philipp Müller2013-05-107-35/+35
* omxvideodec: support video size changes againJosep Torra2013-05-101-55/+51
* omxvideodec: implement EGL transportJosep Torra2013-05-105-125/+863
* omx: fixes unused variable 'comp' when GStreamer is built without debugJosep Torra2013-04-181-11/+8
* omx: Disable output port before transition to idle statejitendra2013-04-183-21/+21
* omx: Add more constraints to the default sink template capsSebastian Dröge2013-03-228-9/+19
* omxvideodec: Set ENDOFFRAME flag for the end of framesSebastian Dröge2013-03-221-1/+11
* makefile: source code for local copy of base classes has to be distedJosep Torra2013-03-221-0/+2
* makefile: conditional VP8 source code has to be distedJosep Torra2013-03-221-1/+5
* omx: Remove additional commaSebastian Dröge2013-03-221-2/+2
* omx: Rename MPEG2 decoder for consistency everywhereSebastian Dröge2013-03-225-77/+79
* omx: Add MJPEG decoder supportSebastian Dröge2013-03-224-2/+167
* omx: Add VP8 decoder supportSebastian Dröge2013-03-224-0/+173
* omx: Mark OpenMAX buffers as EGLImage if they contain oneSebastian Dröge2013-03-162-0/+6
* omxmpeg2dec: mpeg-2 decoder should be able to handle mpeg-1 tooTim-Philipp Müller2013-03-161-1/+1
* omx: minor stylistic change for consistency with other similar codeJosep Torra2013-03-161-3/+2
* omx: Clarify that loop task is also paused in EOSJosep Torra2013-03-163-1/+3
* omxvideoenec: Don't forget propagate flow return value upstreamJosep Torra2013-03-161-0/+1
* omx: improve debug logging some moreTim-Philipp Müller2013-03-151-15/+16
* omxvideodec: Make sure that the first frame we pass to OpenMAX is a sync frameSebastian Dröge2013-03-151-0/+5
* omx: Stop output port task after drainingSebastian Dröge2013-03-153-0/+3
* omx: Reset EOS flag in more placesSebastian Dröge2013-03-151-4/+7
* omx: missed detail in previous backportsJosep Torra2013-03-151-2/+1
* omxvideodec: Deallocate output buffers with the right functionSebastian Dröge2013-03-151-1/+1
* omx: log commands as stringsTim-Philipp Müller2013-03-152-2/+28
* omx: log states as stringsTim-Philipp Müller2013-03-152-4/+32
* omx: log component name in debug messagesTim-Philipp Müller2013-03-152-185/+221
* omxvideodec: Don't interpolate timestampsSebastian Dröge2013-03-151-11/+9
* omx: Reset some more buffer fields as requiredSebastian Dröge2013-03-151-11/+7
* omx: The hack to disable usage of EOS buffers is not necessary anymore on RPiSebastian Dröge2013-03-151-1/+1
* Revert "omx: use no-component-reconfigure hack on the Raspberry PI"Sebastian Dröge2013-03-151-1/+1
* omx: Reset the flags for output ports when releasing a buffer, not for input ...Sebastian Dröge2013-03-151-1/+1
* omx: Only unref caps after usage of its fieldsSebastian Dröge2013-03-153-6/+6
* omx: Handle the OMX_EventBufferFlag to detect EOS tooSebastian Dröge2013-03-155-207/+272
* omxvideoenc: Properly check the nVersion fieldSebastian Dröge2013-03-151-1/+1
* omxvideoenc: RPi returns garbage for OMX_IndexParamVideoBitrate, work around ...Sebastian Dröge2013-03-151-0/+7
* omxvideodec: Drop too late frames instead of finishing themSebastian Dröge2013-03-151-1/+1
* omx: Release buffers to the correct portSebastian Dröge2013-03-151-2/+2
* omx: Always load the OpenMAX IL cores with G_MODULE_BIND_LOCALSebastian Dröge2013-03-151-1/+2
* omx: Lazy-load symbols of libbcm_host.soSebastian Dröge2013-03-151-2/+6
* omx: Don't set profile/level in other encoders if downstream caps don't speci...Sebastian Dröge2013-03-113-73/+77
* omxh264enc: If caps specify no profile/level use the component's defaultsSebastian Dröge2013-03-111-32/+37
* omxvideoenc: Always allocate output buffers from the loop functionSebastian Dröge2013-03-111-43/+6