summaryrefslogtreecommitdiff
path: root/ext/dts/gstdtsdec.c
Commit message (Expand)AuthorAgeFilesLines
* Don't throw compiler warnings with G_DISABLE_ASSERTJan Schmidt2015-09-181-3/+14
* dtsdec: remove unused valueLuis de Bethencourt2015-08-211-1/+1
* audiodecoders: use default pad accept-caps handlingThiago Santos2015-08-151-0/+4
* dtsdec: fix taglist leakVineeth TM2015-07-311-0/+2
* dtsdec: fix buffer overflowsVincent Penquerc'h2014-04-081-2/+2
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* dtsdec: fix buffer parsingMark Nauwelaerts2012-10-121-1/+2
* Remove some liboil referencesTim-Philipp Müller2012-09-291-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* ext: Update for audio decoder API changesSebastian Dröge2012-03-301-1/+1
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-29/+3
|\
| * dtsdec: avoid runaway loop when resyncing during parseMark Nauwelaerts2012-03-101-1/+1
| * dtsdec: use base class tag handling helperMark Nauwelaerts2012-03-061-28/+2
* | dts: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge2012-02-011-17/+8
* | port some more to new memory APIMark Nauwelaerts2012-01-251-5/+10
* | dtsdec: Port to 0.11Sebastian Dröge2012-01-101-141/+142
* | Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-301-2/+7
|\ \ | |/
| * dtsdec: avoid crashing upon drainingMark Nauwelaerts2011-12-141-2/+7
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+2
|/
* dtsdec: port to audiodecoderMark Nauwelaerts2011-11-231-388/+226
* dtsdec: Don't export bitrate if open/variable/losslessArun Raghavan2011-03-241-2/+7
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-1/+2
* dtsdec: prevent compiler warning if orc not presentMark Nauwelaerts2010-06-141-0/+1
* dtsdec: Call orc_init() before trying to get target flagsSebastian Dröge2010-06-141-0/+4
* dtsdec: Use orc for CPU feature detectionSebastian Dröge2010-06-141-9/+12
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-8/+5
* dtsdec: Use gst_buffer_ref/unref, not gst_object_ref/unrefJan Schmidt2009-10-161-4/+4
* dtsdec: Fix reference leak on all input buffers in 'dvd mode'Jan Schmidt2009-10-131-0/+4
* dtsdec: Reconcile element code with a52dec changesJan Schmidt2009-05-211-161/+328
* dtsdec: Add some basic docs to the pluginJan Schmidt2009-02-271-3/+22
* dtsdec: Use new DCA functions/constants as not all distros package the compat...Sebastian Dröge2009-02-241-34/+66
* Add support for building against libdca (with the libdts compat header). Fixe...Sebastian Dröge2008-01-231-2/+7
* ext/dts/gstdtsdec.*: Add support for "audio/x-private1-dts" as used by flupsp...Sebastian Dröge2007-12-121-5/+98
* ext/dts/gstdtsdec.c: A few small clean-ups.Tim-Philipp Müller2007-03-021-25/+5
* ext/dts/gstdtsdec.c: Don't do forced downmixing to stereo, but check what dow...Young-Ho Cha2007-03-021-1/+40
* ext/dts/gstdtsdec.c: Fix flow handling and buffer refcounting (gst_pad_push()...Tim-Philipp Müller2006-10-291-12/+4
* Another batch of printf format fixes.Tim-Philipp Müller2006-10-051-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-5/+6
* Unify the long descriptions in the plugin details (#337263).j^2006-04-061-6/+5
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* dtsdec ported to 0.10Edgard Lima2005-12-141-130/+144
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-121-1/+1
* Fix up all the state change functions.Jan Schmidt2005-09-051-10/+11
* ext/dts/gstdtsdec.*: Don't clobber the stack constructing the channels array.Jan Schmidt2005-02-101-114/+148
* Surround sound support.Ronald S. Bultje2004-11-251-6/+74
* ext/: \1/Codec, (fixes #142193)Benjamin Otte2004-05-091-1/+1
* New DTS decoder.Ronald S. Bultje2004-04-291-0/+514