]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugin-ducati.git/history - src/gstducatividdec.c
ducatividdec: detect unsupported codecs when switching from NULL to READY
[glsdk/gst-plugin-ducati.git] / src / gstducatividdec.c
2012-06-26 Vincent Penquerc'hducatividdec: detect unsupported codecs when switching...
2012-06-14 Rob Clarkducatividdec: support crop qdata
2012-06-14 Rob Clarkuse GstDRMBufferPool and dmabuf for sharing buffers
2012-06-11 Rob ClarkRevert "ducatividdec: share the drm fd with other eleme...
2012-05-24 Alessandro Decinaducatividdec: share the drm fd with other elements...
2012-05-09 Alessandro DecinaInitial port to omapdce
2012-05-08 Alessandro Decinaducatividdec: never leave the flow_ret outarg uninitial...
2012-04-11 Alessandro Decinaducatividdec: propagate downstream flow errors
2012-04-11 Alessandro Decinaducatividdec: reset outArgs in flush()
2012-04-01 Luciana Fujii Pontelloducatividdec: fix getcaps method adding rowstride
2012-03-29 Luciana Fujii Pontelloducatividdec: Implement src pad getcaps function
2012-03-29 Luciana Fujii Pontelloducatividdec: Fix indentation
2012-03-22 Alessandro Decinaducatih264dec: implement LATENCY query
2012-03-22 Alessandro Decinaducatividdec: store upstream framerate
2012-02-28 Alessandro Decinaducatividdec: flush the codec on caps changes
2012-02-28 Alessandro Decinaducatividdec: send a crop event every time caps change
2012-02-16 Alessandro Decinaducatividdec: make codec_flush non-static so it can...
2012-02-16 Alessandro Decinaducatividdec: add var to skip buffers until the next...
2012-02-14 Alessandro Decinaducatividdec: don't discard input timestamps at stream...
2011-11-29 Alessandro Decinaducatividdec: workaround for the mpeg2 decoder giving...
2011-11-29 Alessandro Decinaducatividdec: don't renegotiate while flushing
2012-02-02 Alessandro Decinaducatividdec: flush the codec going to READY
2012-01-31 Alessandro Decinaducatividdec: make it possible for subclasses to partic...
2012-01-20 Alessandro Decinaducatividdec: destroy the internal pool once we have...
2012-01-20 Alessandro Decinaducatividdec: update the internal pool caps when switch...
2012-01-19 Alessandro Decinaducatividdec: workaround for interlaced clips that...
2012-01-11 Alessandro Decinaducatividdec: fix regression with clips having outBufsI...
2012-01-05 Rob Clarkducatividdec: auto-detect when input ts are PTS
2012-01-05 Rob Clarkducatividdec: some minor trace cleanups
2011-12-23 Alessandro Decinaducatividdec: make it possible for decoders to implemen...
2011-12-12 Rob Clarkducatividdec: fix memory leak with bufferpool buffers
2011-12-11 Rob Clarkducatividdec: fix seek issue with xvid (ts_is_pts)...
2011-12-11 Rob Clarkducatimpeg4dec/ducatividdec: implement DTS queue
2011-12-11 Rob Clarkducatimpeg4dec: xvid support
2011-12-11 Rob Clarkducatividdec: fix NPE if outcaps are EMPTY
2011-12-11 Rob Clarkducatividdec: reduce debug verbosity
2011-12-09 Alessandro Decinaducatividdec: add support for outBufsInUseFlag
2011-12-06 Alessandro Decinaducatividdec: emit a STREAM DECODE error when codec_pro...
2011-12-04 Alessandro Decinaducatividdec: implement QoS handling
2011-11-29 Alessandro Decinaducatividdec: set unaligned width and height in the...
2011-11-17 Luciana Fujii Pontelloducatividdec: propagate pixel-aspect-ratio in caps
2011-11-16 Alessandro Decinagst-indent gstducatividdec.c
2011-11-16 Alessandro Decinaducatividdec: don't log an ERROR when pad_alloc returns...
2011-11-15 Alessandro Decinaducatividdec: don't error out on non fatal errors
2011-11-14 Alessandro Decinaducatividdec: add support for video/x-raw-yuv-strided
2011-09-29 Alessandro Decinaviddec: workaround for the vc1 codec
2011-09-29 Alessandro DecinaUndo a change in gst_ducati_get_mem_type.
2011-09-29 Alessandro Decinaviddec: set the size in bytes OR pixels for outbufs...
2011-09-29 Alessandro Decinaviddec: more fixes to support 1d buffers
2011-09-29 Alessandro Decinaviddec: use 1d buffers
2011-08-31 Alessandro Decinaviddec: forward queries that we don't handle directly
2011-01-26 Rob ClarkImproved compiler warning flags strictness
2011-01-12 Rob Clarkviddec: fix typo
2011-01-01 Rob Clarkviddec: add "version" property
2011-01-01 Rob Clarkfix compile error with latest gst headers
2010-12-16 Rob Clarkviddec: fix for width/height that is not a multiple...
2010-12-16 Rob Clarkviddec: some cleanups
2010-12-12 Rob Clarkrvdec: add RealVideo support
2010-12-11 Rob Clarkviddec: fixes for seek
2010-12-05 Rob Clarkviddec: add fallback support for non-TILER buffers
2010-12-05 Rob Clarkviddec: add interlaced support
2010-12-05 Rob Clarkmpeg2dec: add MPEG-2 support
2010-12-04 Rob Clarkviddec: error handling
2010-11-29 Rob ClarkVIDDEC3_delete crash is fixed as of libdce bbbc0dd
2010-11-27 Rob Clarkvp6dec: add On2 VP6 support
2010-11-26 Rob Clarkvc1dec: add VC-1 Advanced, Main, and Simple profile...
2010-11-25 Rob Clarkmpeg4dec: add MPEG-4 support
2010-11-25 Rob Clarkviddec: implement flush (seek/eos)
2010-11-25 Rob Clarkviddec: add profiling traces for process call
2010-11-25 Rob Clarkviddec: add support for cropping
2010-11-25 Rob Clarkinitial commit