]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugin-ducati.git/history - src
ducatividdec: remove another leftover -strided caps remnant
[glsdk/gst-plugin-ducati.git] / src /
2012-05-08 Alessandro Decinaducatividdec: never leave the flow_ret outarg uninitial...
2012-04-11 Alessandro Decinaducatibufferpool: fix race in gst_ducati_bufferpool_destroy
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-28 Alessandro Decinaducatividenc: err.. mark keyframes on IVIDEO_IDR_FRAME...
2012-03-27 Alessandro Decinaducatividenc: add cropping support
2012-03-22 Alessandro Decinaducatividenc: mark keyframes
2012-03-22 Alessandro Decinaducatih264enc: set output caps
2012-03-22 Alessandro Decinaducatividenc: don't memcpy input if it's already tiler...
2012-03-22 Alessandro Decinaducatih264dec: implement LATENCY query
2012-03-22 Alessandro Decinaducatividdec: store upstream framerate
2012-03-22 Alessandro Decinaducatih264dec: det displayDelay to IVIDDEC3_DISPLAY_DELAY_1
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-17 Alessandro Decinaducatih264dec: don't leak on decode errors
2012-02-16 Alessandro Decinaducatih264dec: handle IH264VDEC_ERR_NOSLICE errors
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 Decinaducatih264dec: implement B frame dropping strategy...
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-02-02 Alessandro Decinabufferpool: reset ->orig to NULL in _finalize
2012-01-31 Alessandro Decinaducativc1dec: when dropping frames, drop only bframes
2012-01-31 Alessandro Decinaducatividdec: make it possible for subclasses to partic...
2012-01-24 Alessandro Decinaducatimpeg4dec: don't leak input buffers
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-20 Luciana Fujii Pontelloset encoders' ranks to PRIMARY + 1
2012-01-20 Luciana Fujii Pontellogstducati: Fix indentation
2012-01-19 Alessandro Decinaducatividdec: workaround for interlaced clips that...
2012-01-11 Alessandro Decinaducatividdec: fix regression with clips having outBufsI...
2012-01-09 Alessandro Decinaducatimpeg4dec: don't forget to push the codec data...
2012-01-05 Rob Clarkducatividdec: auto-detect when input ts are PTS
2012-01-05 Rob Clarkducatividdec: some minor trace cleanups
2012-01-05 Rob Clarkducatimpeg2dec: we want parsed stream
2011-12-23 Alessandro Decinaducativc1dec: workaround to not abort decoding on broke...
2011-12-23 Alessandro Decinaducatividdec: make it possible for decoders to implemen...
2011-12-21 Alessandro Decinampeg4dec: don't enable deblocking filter. Fixes codec...
2011-12-18 Rob Clarkducatimpeg2dec: fix mpeg2 playback with 1d buffers
2011-12-16 Alessandro Decinaducatimpeg4dec: fix compiler warnings on glp1.4
2011-12-12 Rob Clarkducatividdec: fix memory leak with bufferpool buffers
2011-12-11 Rob Clarkducatimpeg4dec: enabling workarounds for XviD too
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 ClarkRevert "ducatimpeg4dec: use base VIDDEC3_* structs...
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-07 Alessandro Decinaducativc1dec: remove WMV1/WMV2 support
2011-12-06 Alessandro Decinaducatih264dec: specify in template caps that the decode...
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-28 Alessandro Decinabufferpool: alloc 1d buffers if the pool is created...
2011-11-25 Rob Clarkbufferpool: allocate 1d or 2d according to caps
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-11-03 Alessandro Decinaducatividenc: fix typo basevideocoder => basevideoencoder
2011-10-31 Alessandro Decinaducatividenc: fix outbuf size calculation
2011-10-31 Alessandro Decinaducatividenc: fix crash going PLAYING->READY->PLAYING
2011-10-21 Alessandro Decinaducatimpeg4enc: use less custom parameters
2011-10-21 Alessandro Decinaducatimpeg4enc: add mpeg4 encoder
2011-10-21 Alessandro DecinaFactor out a base encoder class from ducatih264enc
2011-10-19 Alessandro Decinaducatih264enc: use base VIDENC2 structures where possible
2011-10-16 Alessandro Decinaducatih264enc: add h264 encoder
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-09-29 Alessandro Decinaducativc1dec: set frameLayerDataPresentFlag to FALSE
2011-09-26 Alessandro Decinaducativc1dec: add debugging code to optionally forge...
2011-09-26 Alessandro Decinaducativc1dec: try hard to produce a valid sequence...
2011-09-26 Alessandro Decinaducativc1dec: change param settings
2011-08-31 Alessandro Decinaviddec: forward queries that we don't handle directly
2011-08-30 Alessandro Decinaducativp6dec: set payloadHeaderPresent to TRUE
2011-08-30 Alessandro Decinaducativp7dec: set payloadHeaderPresent to TRUE
2011-08-26 Alessandro Decinaducatimpeg4dec: use base VIDDEC3_* structs in allocate_...
2011-08-26 Alessandro Decinaducatimpeg2dec: use base VIDDEC3* structs in allocate_p...
2011-08-26 Alessandro Decinaducatih264dec: add stream-format and align in caps
2011-01-26 Rob Clarkh264dec: enable temporal direct predict mode
2011-01-26 Rob ClarkImproved compiler warning flags strictness
2011-01-12 Rob Clarkviddec: fix typo
2011-01-10 Rob Clarkrvdec: fix compile errors
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-11 Rob Clarkupdate h264dec
next