summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-24tiauddec: delay codec setupseekMark Nauwelaerts1-2/+29
2012-11-24tiauddec: emit some more element errors upon codec init failureMark Nauwelaerts1-2/+4
2012-11-24configure.ac: conditionally use local or system audio or video decoderMark Nauwelaerts3-0/+14
2012-11-24videodecoder: TEMP: push subclass provided output buffer as-isMark Nauwelaerts1-3/+7
2012-11-24videodecoder: TEMP: ensure valid input state before calling finishMark Nauwelaerts1-1/+1
2012-11-24videodecoder: parsing loop must ensure for a current frameMark Nauwelaerts1-3/+9
2012-11-24tividdec: videodecoder based video decoderMark Nauwelaerts8-5/+6956
2012-11-24tiauddec: audiodecoder based audio decoderMark Nauwelaerts6-5/+4524
2012-11-24displaysink: set max latenessMark Nauwelaerts1-0/+2
2012-11-24ticommonutils: add needed included header for colorspaceMark Nauwelaerts1-0/+1
2012-11-24viddec2: implement NEWSEGMENT handlingMark Nauwelaerts2-3/+16
2012-11-24viddec2: implement FLUSH handlingMark Nauwelaerts2-65/+177
2012-11-24viddec2: initialize thread synchronization objects globallyMark Nauwelaerts1-32/+33
2012-09-03auddec1: implement NEWSEGMENT handlingMark Nauwelaerts4-10/+20
2012-09-03auddec1: implement FLUSH handlingMark Nauwelaerts4-38/+166
2012-09-03auddec1: initialize thread synchronization objects globallyMark Nauwelaerts1-32/+33
2012-08-14Makefile.external: configure is a real fileMark Nauwelaerts1-1/+1
2012-08-13sync with DVSDK 4.02 versiondvsdk_4_02Mark Nauwelaerts6-4/+1111
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
2010-11-16Only allocate physically contiguous input buffer once.don.darling2-46/+54