index
:
~thiagoss/gst-plugins-bad
adaptivedemux
basemixer
camerabin
cookies
dash-wip
dash-youtube
dashsink
dvb
dvb-v5-file
gstcollectpads2
hds
hls
hls-improvements
isdb
master
mssdemux-multilanguage
mssdemux-not-linked
reverted-acceptcaps
snap-seeking
tesseract
tsbase-atsc
tsdemux-programchange
urisrc
gst-plugins-bad branch (Contains GstCollectPads2)
thiagoss
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
dts
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-15
plugins-bad: Fix example pipelines
Vineeth TM
1
-2
/
+2
2015-09-18
Don't throw compiler warnings with G_DISABLE_ASSERT
Jan Schmidt
1
-3
/
+14
2015-08-21
dtsdec: remove unused value
Luis de Bethencourt
1
-1
/
+1
2015-08-15
audiodecoders: use default pad accept-caps handling
Thiago Santos
1
-0
/
+4
2015-07-31
dtsdec: fix taglist leak
Vineeth TM
1
-0
/
+2
2014-04-08
dtsdec: fix buffer overflows
Vincent Penquerc'h
1
-2
/
+2
2013-04-15
gst: Add better support for static plugins
Sebastian Dröge
1
-1
/
+1
2012-11-04
Fix FSF address
Tim-Philipp Müller
2
-4
/
+4
2012-10-17
Use gst_element_class_set_static_metadata()
Tim-Philipp Müller
1
-1
/
+1
2012-10-12
dtsdec: fix buffer parsing
Mark Nauwelaerts
1
-1
/
+2
2012-09-29
Remove some liboil references
Tim-Philipp Müller
1
-1
/
+1
2012-09-14
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
Mark Nauwelaerts
1
-1
/
+1
2012-04-05
gst: Update for GST_PLUGIN_DEFINE() API changes
Sebastian Dröge
1
-1
/
+1
2012-04-04
gst: Update versioning
Sebastian Dröge
1
-1
/
+1
2012-03-30
ext: Update for audio decoder API changes
Sebastian Dröge
1
-1
/
+1
2012-03-29
Merge remote-tracking branch 'origin/0.10'
Sebastian Dröge
2
-31
/
+3
2012-03-10
dtsdec: avoid runaway loop when resyncing during parse
Mark Nauwelaerts
1
-1
/
+1
2012-03-06
dtsdec: use base class tag handling helper
Mark Nauwelaerts
2
-30
/
+2
2012-02-01
dts: Use new audio encoder/decoder base class API for srcpad caps
Sebastian Dröge
1
-17
/
+8
2012-01-25
port some more to new memory API
Mark Nauwelaerts
1
-5
/
+10
2012-01-10
dtsdec: Port to 0.11
Sebastian Dröge
2
-141
/
+144
2011-12-30
Merge remote-tracking branch 'origin/master' into 0.11-premerge
Edward Hervey
2
-5
/
+11
2011-12-14
dtsdec: avoid crashing upon draining
Mark Nauwelaerts
1
-2
/
+7
2011-12-12
dts: Add $(GST_BASE_LIBS) and CFLAGS to the build
Sebastian Dröge
1
-3
/
+4
2011-11-28
various: fix pad template ref leaks
Vincent Penquerc'h
1
-4
/
+2
2011-11-23
dtsdec: port to audiodecoder
Mark Nauwelaerts
3
-405
/
+234
2011-03-24
dtsdec: Don't export bitrate if open/variable/lossless
Arun Raghavan
1
-2
/
+7
2010-10-19
various (ext): add missing G_PARAM_STATIC_STRINGS flags
Stefan Kost
1
-1
/
+2
2010-06-14
dtsdec: prevent compiler warning if orc not present
Mark Nauwelaerts
1
-0
/
+1
2010-06-14
dtsdec: Call orc_init() before trying to get target flags
Sebastian Dröge
1
-0
/
+4
2010-06-14
dtsdec: Use orc for CPU feature detection
Sebastian Dröge
2
-11
/
+14
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-8
/
+5
2009-10-16
dtsdec: Use gst_buffer_ref/unref, not gst_object_ref/unref
Jan Schmidt
1
-4
/
+4
2009-10-13
dtsdec: Fix reference leak on all input buffers in 'dvd mode'
Jan Schmidt
1
-0
/
+4
2009-05-21
dtsdec: Reconcile element code with a52dec changes
Jan Schmidt
2
-173
/
+348
2009-05-01
dtsdec: cosmetic fix to header structure to make gtk-doc happy
Tim-Philipp Müller
1
-2
/
+2
2009-02-27
dtsdec: Add some basic docs to the plugin
Jan Schmidt
1
-3
/
+22
2009-02-24
dtsdec: Use new DCA functions/constants as not all distros package the compat...
Sebastian Dröge
2
-34
/
+70
2008-11-04
Don't install static libs for plugins. Fixes #550851 for -bad.
Stefan Kost
1
-0
/
+1
2008-01-23
Add support for building against libdca (with the libdts compat header). Fixe...
Sebastian Dröge
1
-2
/
+7
2007-12-12
ext/dts/gstdtsdec.*: Add support for "audio/x-private1-dts" as used by flupsp...
Sebastian Dröge
2
-5
/
+99
2007-03-02
ext/dts/gstdtsdec.c: A few small clean-ups.
Tim-Philipp Müller
1
-25
/
+5
2007-03-02
ext/dts/gstdtsdec.c: Don't do forced downmixing to stereo, but check what dow...
Young-Ho Cha
1
-1
/
+40
2006-10-29
ext/dts/gstdtsdec.c: Fix flow handling and buffer refcounting (gst_pad_push()...
Tim-Philipp Müller
1
-12
/
+4
2006-10-05
Another batch of printf format fixes.
Tim-Philipp Müller
1
-1
/
+1
2006-06-01
Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
Stefan Kost
1
-1
/
+1
2006-04-25
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
1
-5
/
+6
2006-04-06
Unify the long descriptions in the plugin details (#337263).
j^
1
-6
/
+5
2006-04-01
rework build; add translations for v4l2
Thomas Vander Stichele
1
-1
/
+1
2005-12-14
dtsdec ported to 0.10
Edgard Lima
3
-148
/
+166
[next]