summaryrefslogtreecommitdiff
path: root/ext/dts
AgeCommit message (Expand)AuthorFilesLines
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-2/+2
2015-09-18Don't throw compiler warnings with G_DISABLE_ASSERTJan Schmidt1-3/+14
2015-08-21dtsdec: remove unused valueLuis de Bethencourt1-1/+1
2015-08-15audiodecoders: use default pad accept-caps handlingThiago Santos1-0/+4
2015-07-31dtsdec: fix taglist leakVineeth TM1-0/+2
2014-04-08dtsdec: fix buffer overflowsVincent Penquerc'h1-2/+2
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-10-12dtsdec: fix buffer parsingMark Nauwelaerts1-1/+2
2012-09-29Remove some liboil referencesTim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-30ext: Update for audio decoder API changesSebastian Dröge1-1/+1
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2-31/+3
2012-03-10dtsdec: avoid runaway loop when resyncing during parseMark Nauwelaerts1-1/+1
2012-03-06dtsdec: use base class tag handling helperMark Nauwelaerts2-30/+2
2012-02-01dts: Use new audio encoder/decoder base class API for srcpad capsSebastian Dröge1-17/+8
2012-01-25port some more to new memory APIMark Nauwelaerts1-5/+10
2012-01-10dtsdec: Port to 0.11Sebastian Dröge2-141/+144
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2-5/+11
2011-12-14dtsdec: avoid crashing upon drainingMark Nauwelaerts1-2/+7
2011-12-12dts: Add $(GST_BASE_LIBS) and CFLAGS to the buildSebastian Dröge1-3/+4
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+2
2011-11-23dtsdec: port to audiodecoderMark Nauwelaerts3-405/+234
2011-03-24dtsdec: Don't export bitrate if open/variable/losslessArun Raghavan1-2/+7
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-1/+2
2010-06-14dtsdec: prevent compiler warning if orc not presentMark Nauwelaerts1-0/+1
2010-06-14dtsdec: Call orc_init() before trying to get target flagsSebastian Dröge1-0/+4
2010-06-14dtsdec: Use orc for CPU feature detectionSebastian Dröge2-11/+14
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+5
2009-10-16dtsdec: Use gst_buffer_ref/unref, not gst_object_ref/unrefJan Schmidt1-4/+4
2009-10-13dtsdec: Fix reference leak on all input buffers in 'dvd mode'Jan Schmidt1-0/+4
2009-05-21dtsdec: Reconcile element code with a52dec changesJan Schmidt2-173/+348
2009-05-01dtsdec: cosmetic fix to header structure to make gtk-doc happyTim-Philipp Müller1-2/+2
2009-02-27dtsdec: Add some basic docs to the pluginJan Schmidt1-3/+22
2009-02-24dtsdec: Use new DCA functions/constants as not all distros package the compat...Sebastian Dröge2-34/+70
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-01-23Add support for building against libdca (with the libdts compat header). Fixe...Sebastian Dröge1-2/+7
2007-12-12ext/dts/gstdtsdec.*: Add support for "audio/x-private1-dts" as used by flupsp...Sebastian Dröge2-5/+99
2007-03-02ext/dts/gstdtsdec.c: A few small clean-ups.Tim-Philipp Müller1-25/+5
2007-03-02ext/dts/gstdtsdec.c: Don't do forced downmixing to stereo, but check what dow...Young-Ho Cha1-1/+40
2006-10-29ext/dts/gstdtsdec.c: Fix flow handling and buffer refcounting (gst_pad_push()...Tim-Philipp Müller1-12/+4
2006-10-05Another batch of printf format fixes.Tim-Philipp Müller1-1/+1
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-1/+1
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-5/+6
2006-04-06Unify the long descriptions in the plugin details (#337263).j^1-6/+5
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2005-12-14dtsdec ported to 0.10Edgard Lima3-148/+166