summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-17configure: point people to gst-omx insteadHEADmasterTim-Philipp Müller1-0/+6
2012-12-17build: do gst-style git versioning, so AS_NANO works properly0.10Tim-Philipp Müller1-1/+3
2012-12-17build: check nano version and add option to disable fatal warningsRoss Burton1-1/+5
2012-12-17common: bump to latest 0.10 revisionRoss Burton1-0/+0
2012-08-13omx: avoid compiler warnings when the gstreamer debugging system is disabledTim-Philipp Müller3-14/+3
2012-06-06remove obsolete shave remaindersAdrian Bunk3-81/+0
2011-07-15base_videodec: add support of NV12 typeBenjamin Gaignard1-0/+4
2011-07-15build: manually #define EXPERIMENTAL if requiredSebastian Dröge2-6/+6
2011-07-15build: correctly #define EXPERIMENTAL to 1Sebastian Dröge1-1/+1
2011-07-15omx_volume: fix default capsSebastian Dröge1-2/+2
2011-07-15build: pass $(DEFS) to cppSebastian Dröge1-1/+1
2011-07-15build: only #include config.h when HAVE_CONFIG_HSebastian Dröge1-0/+2
2011-07-15build: remove gstomx.conf* with "make clean"Sebastian Dröge1-0/+4
2011-07-15build: trivial fixFelipe Contreras1-1/+1
2011-05-31build: fix default configFelipe Contreras1-1/+1
2011-05-31plugin: remove unused variableFelipe Contreras1-2/+1
2011-05-30gstomx.conf: use stream-format and alignment fields for H.264 decBenjamin Gaignard1-1/+1
2011-05-30base_videodec: workaround for non-packed I420 typeKan Hu1-0/+1
2011-05-20aacdec: forward gst caps to omx paramsFeng Wei2-1/+34
2011-05-20gstomx.conf: add framed=true to AAC decFeng Wei1-1/+1
2011-03-22autogen: wingo signed commentLuis de Bethencourt1-1/+1
2011-03-11configure: GStreamer core >= 0.10.24 is requiredTim-Philipp Müller1-3/+3
2010-11-30template caps from config fileRob Clark34-1366/+286
2010-11-30Some changes to gstomx.conf handlingRob Clark2-2/+11
2010-11-30minor formatting cleanupRob Clark1-1/+5
2010-11-30use common submoduleRob Clark8-457/+68
2010-10-01build: add missing files to the distv0.10.1Felipe Contreras1-1/+1
2010-10-01build: remove patches extra dirFelipe Contreras1-2/+1
2010-10-01Generate ChangeLogFelipe Contreras1-0/+3963
2010-10-01Change to gst coding-styleFelipe Contreras86-6614/+5862
2010-10-01Fix compilation warningsFelipe Contreras5-40/+9
2010-09-30base-filter: improve EOS handlingFelipe Contreras1-8/+8
2010-04-28replace deprecated APIRob Clark30-300/+150
2010-04-28Add GstOmxBaseAudioDec base classRob Clark20-314/+179
2010-04-16Add some debug tracesRob Clark2-0/+14
2010-04-16base: add input-buffers/output-buffers propertiesRob Clark3-0/+228
2010-04-16Add component-role supportRob Clark4-3/+36
2010-04-16Add property helpersRob Clark5-63/+55
2010-04-16Add G_OMX_INIT_PARAM utility macroRob Clark28-197/+55
2010-04-16util: add some debug tracesRob Clark1-0/+29
2010-04-16core: call OMX_GetHandle in g_omx_core_newRob Clark7-18/+20
2010-04-16Don't hard-code port indexesRob Clark23-37/+37
2010-04-16Simplify g_omx_port_setup()Rob Clark5-53/+18
2010-04-16Construct GOmxPort objects in element constructorRob Clark5-34/+39
2010-04-16util: thread safety for _get_type() functionsRob Clark1-4/+9
2010-04-16Add GSTOMX_BOILERPLATE macrosRob Clark36-930/+120
2010-04-16basefilter: small fix for compile errorRob Clark1-1/+1
2010-03-09plugin: store element_table in plugin cacheFelipe Contreras1-2/+7
2010-03-09plugin: add support dependenciesFelipe Contreras1-6/+5
2010-03-09plugin: make element_table constFelipe Contreras1-6/+8