summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-22omx_camera: Add missing GstPhotography propertiesGLP-DEVLuciana Fujii Pontello2-5/+90
2011-08-22omx_camera: Always install GstPhotography propertiesLuciana Fujii Pontello1-24/+28
2011-08-19omx_camera: Keep device setting in NULL statedevice-settingLuciana Fujii Pontello4-16/+71
2011-08-18basevideodec: fix one last leak in capsnegoAlessandro Decina1-0/+1
2011-08-18basevideodec: remove code that should have been removed in the last commit. o...Alessandro Decina1-3/+0
2011-08-18basevideodec: add rowstride field to yuv-strided caps and not to yuvAlessandro Decina1-1/+1
2011-08-18basevideodec: maintain downstream caps order during negotiationAlessandro Decina1-2/+14
2011-08-10camera: fix autofocus setting through GstPhotographyAlessandro Decina1-1/+1
2011-08-04camera: implement camerabin2's renegotiate eventAlessandro Decina1-0/+38
2011-07-21mpeg2dec: the component doesn't need codec_data in-streamAlessandro Decina1-0/+3
2011-07-21basefilter: add inject_codec_data variableAlessandro Decina2-2/+4
2011-07-21omx: add GST_PLUGINS_BASE_CFLAGS since we link to -lgstvideoAlessandro Decina2-1/+4
2011-07-20Add support for mpeg2 decoderJuan Yanez4-0/+148
2011-07-19port: fix flushingAlessandro Decina1-4/+4
2011-07-19port: don't leak the EOS bufferAlessandro Decina1-0/+2
2011-07-19Revert "hack for seek bug in OMX"Alessandro Decina2-18/+0
2011-07-19port: fix camera regression after last commitAlessandro Decina1-4/+3
2011-07-13port: make sure to call OMX_FreeBuffer only once for each buffer.Alessandro Decina1-21/+22
2011-07-08h264dec: Add support for reference frames configuration.Joaquin Castellanos1-0/+103
2011-07-08h264dec: Add support for AVC config from stream.Joaquin Castellanos1-0/+329
2011-07-08h264enc: Add Rate Control support property.Joaquin Castellanos1-1/+89
2011-07-08tests: Add Image Capture scripts.Daniel Diaz3-0/+424
2011-07-08tests: Drop deprecated cameratest.py.Daniel Diaz1-97/+0
2011-07-06h264enc: set stream-format=byte-stream,alignment=au on capsAlessandro Decina1-0/+4
2011-07-06base_video_dec: Forward GstQuery upstreamEdward Hervey1-1/+2
2011-07-06h264dec: set stream-format and alignment on the sink templateAlessandro Decina1-0/+2
2011-06-13h264enc: fix profile and level settingsAlessandro Decina2-79/+96
2011-06-10omx_camera: Implemented GstColorBalance interfaceLuciana Fujii Pontello4-101/+285
2011-06-10camera: use allocate-buffers to configure allocation strategy on the output portAlessandro Decina1-4/+2
2011-06-10camera: set the default stride to 4096Alessandro Decina1-1/+1
2011-06-10basesrc: add allocate-buffers propertyAlessandro Decina2-0/+21
2011-06-10omx_camera: Implemented autofocus settingLuciana Fujii Pontello3-52/+79
2011-06-10omx_camera: Adding ev-compensation photography propertyLuciana Fujii Pontello2-1/+23
2011-06-10omx_camera: Added GstPhotography property "flicker-mode"Luciana Fujii Pontello3-27/+85
2011-06-10omx_camera: Add Photography property "white-balance"Luciana Fujii Pontello2-1/+27
2011-06-10omx_camera: Add GstPhotography property "scene-mode"Luciana Fujii Pontello2-1/+24
2011-06-10omx_camera: Add photography_get_capabilities methodLuciana Fujii Pontello3-0/+16
2011-06-10omx_camera: Adding GstImplementsInterfaceLuciana Fujii Pontello1-0/+22
2011-06-10omx_camera: Implementing GstPhotography interfaceLuciana Fujii Pontello3-147/+419
2011-06-10configure: Add gst-plugins-bad dependencyLuciana Fujii Pontello2-2/+10
2011-04-20camera: configure ports to use the same buffer sizeAlessandro Decina1-0/+27
2011-06-03videodec: fix negotiation some moreAlessandro Decina1-1/+5
2011-06-02videodec: prefer x-raw-yuv-strided output to x-raw-yuvAlessandro Decina1-1/+1
2011-06-01camera: recreate ports after calling GstOmxBaseSrc::stopAlessandro Decina1-17/+46
2011-06-01omxbasesrc: recreate out_port after g_omx_core_deinitAlessandro Decina1-0/+7
2011-05-30Resume ports in ready to paused to avoid issue in play-stop-play transitionReynaldo H. Verdejo Pinochet1-1/+6
2011-05-26camera: don't override setcaps on the vidsrc padAlessandro Decina1-16/+0
2011-05-26port: g_omx_port_free_buffers don't leak GstBuffersAlessandro Decina1-0/+5
2011-05-26camera: allow changing the mode property in PLAYINGAlessandro Decina2-20/+10
2011-05-26camera: make all the pads have _ALWAYS presence.Alessandro Decina1-28/+6