summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-31plugin: remove unused variableHEADmasterFelipe 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 distFelipe 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
2010-03-08plugin: reorganize element_table initFelipe Contreras1-35/+25
2010-03-08Add example configurationFelipe Contreras2-1/+59
2010-03-08plugin: add support for system-wide configFelipe Contreras1-1/+9
2010-03-08plugin: reorganize code into get_config_path()Felipe Contreras1-6/+17
2010-03-08Use G_PARAM_STATIC_STRINGSRob Clark11-19/+24
2010-03-08base: remove extra codeFelipe Contreras3-18/+6
2010-03-08base: remove unused set_property()Felipe Contreras2-38/+0
2010-03-08Make {component,library}-name read-onlyFelipe Contreras3-30/+6
2010-03-08Reorganize {library,component}-name assignsFelipe Contreras5-36/+30
2010-03-08Reorganize core_new()Felipe Contreras5-8/+6
2010-03-08Move component and library name fields to 'util'Felipe Contreras8-56/+37
2010-03-08build: fixes for out-of-treeRob Clark3-4/+7
2010-03-05tests: update to use config fileRob Clark3-3/+7
2010-03-05Add default configurationRob Clark3-2/+211
2010-03-05Initial support for configuration fileRob Clark1-53/+211