summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-19Merge to trunk for DM81xx release 0.4HEADmasterharinarayan62-500/+6676
2011-11-16DM81xx 0.3 release merge, works with EZSDK 5.03harinarayan7-35/+56
2011-10-20Updated example gstreamer pipelines for dm81xxharinarayan3-368/+50
2011-10-18Correct README.TXT from githubharinarayan1-287/+37
2011-10-18Minor Changesharinarayan1-1/+1
2011-10-13git-svn-id: https://gstreamer.ti.com/svn/gstreamer_ti/trunk@971 24075187-2e39...harinarayan274-0/+49920
2011-07-13add dmai based capture source element.brijesh.singh4-2/+790
2011-07-13extend dmai transport buffer creation to pass a callback routine - this routi...brijesh.singh13-15/+29
2011-05-22update REAMDE file to mention DVSDK 4.02 supportbrijesh.singh1-4/+5
2011-05-22update omapl138 cfg to use cs.674brijesh.singh1-2/+2
2011-05-22set maxInterFrameInterval params needed by ittiam codecsbrijesh.singh1-0/+1
2011-03-24Current implementation gives preference to codecname and enginename values se...brijesh.singh4-25/+12
2011-03-23viddec2: By default set padAlloc property to TRUE on dm36x and omap3 platform...brijesh.singh1-1/+13
2011-03-22gsttiaudenc1: use #define macro for default property. Extend some properties ...brijesh.singh1-17/+45
2011-03-22gsttiauddec1: use #define macro for default property. Extend some properties ...brijesh.singh1-16/+46
2011-03-22gsttividenc1: use #define macro for default property. Extend some properties ...brijesh.singh1-35/+79
2011-03-22gsttividdec2: use #define macro for default property. Extend some properties ...brijesh.singh1-17/+52
2011-03-18Introducing TIDmaiVideoSink version 2brijesh.singh9-3/+1163
2011-03-12If upstream is sending NEW_SEGMENT then initilize totalDuration with this inf...brijesh.singh1-0/+1
2011-03-12viddec2: if height and width is passed during cap negotiation then configure ...r919brijesh.singh2-1/+23
2011-03-12adding dmaiperf in decode pipeline either corrupts video or fails to init sin...brijesh.singh1-0/+10
2011-01-18set CS2009Q1 as default compiler for dm3730brijesh.singh1-1/+1
2011-01-18Fix copyright year and Author namesbrijesh.singh3-6/+6
2011-01-18update PLATFORM_XDC/CROSS_COMPILE to use ( instead of { braces.brijesh.singh1-14/+14
2011-01-18add support for DVSDK 4.01 platformbrijesh.singh1-3/+4
2011-01-18fix switch loop in viddec2.brijesh.singh1-0/+1
2011-01-18tidmaivideosink: use Display_Output_SYSTEM when videoOutput is set to AUTO.brijesh.singh1-1/+3
2011-01-18DMAI causes asseration when X or Y offset are not even on some platforms. Thi...brijesh.singh1-0/+11
2011-01-18add support for new TM320DM368 platformbrijesh.singh10-14/+286
2011-01-18update omapl138 cfg to use createfromserverbrijesh.singh1-52/+17
2011-01-18DM3730 DVSDK 4.01 defines PLATFORM=dm3730 in its Rules.make file. And since G...brijesh.singh8-7/+207
2011-01-18Enable pad-allocated buffers for OMAP35x/DM37x.brijesh.singh1-2/+9
2011-01-18remove unused gstticodecs_omap3530_dv400.c filebrijesh.singh1-97/+0
2011-01-18define C6ACCEL_PLATFORM variablebrijesh.singh3-1/+5
2010-11-19Add TIPrepEncBuf to README.TXTdon.darling1-0/+3
2010-11-16Fix build error (printf argument mismatch)don.darling1-1/+2
2010-11-16Correct input buffer size calculationdon.darling1-8/+5
2010-11-16Replace hOutBufTab with single Dmai (CMEM) buffer.don.darling2-71/+17
2010-11-16TIVidenc1: Transfer all metadata from input buffer to output buffer.don.darling2-13/+18
2010-11-16TIVidenc1: Copy encoded output to a regular GstBufferdon.darling1-2/+2
2010-11-16Enable zero-copy capture+encode for DM355.don.darling1-1/+1
2010-11-16Remove TIVidenc1 code that prepares input buffers.don.darling1-225/+20
2010-11-16Add the TIPrepEncBuf elementdon.darling4-2/+897
2010-11-16Push input buffer preparation into gst_tividenc1_prepare_input.don.darling1-34/+52
2010-11-16Pass DMAI transport buffers directly to encoder.don.darling1-4/+14
2010-11-16Encode function now unrefs input buffer ASAP.don.darling1-11/+24
2010-11-16Pass driver buffers directly to encoder on DM365 when possible.don.darling2-14/+54
2010-11-16Cleanup gst_tividenc1_copy_input to use DMAI dst buffer.don.darling1-75/+11
2010-11-16Rename gst_tividenc1_circbuf_copy to gst_tividenc1_copy_input.don.darling1-10/+10
2010-11-16Remove circular buffer from TIVidenc1.don.darling2-77/+7