summaryrefslogtreecommitdiff
path: root/gst/dvdlpcmdec
AgeCommit message (Expand)AuthorFilesLines
2019-10-13Remove autotools build systemTim-Philipp Müller1-9/+0
2019-09-02documentation: fix some typosAaron Boxer1-1/+1
2019-05-13docs: Port documentation to hotdocThibault Saunier1-0/+1
2018-04-25Meson: Generate pc file for all plugins in uglyXavier Claessens1-0/+1
2017-07-11dvdlpmdec: Fix overrun from coverityVivia Nikolaidou1-2/+2
2017-07-05dvdlpcmdec: Added support for Blu-Ray audioVivia Nikolaidou2-8/+214
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+12
2016-08-08dvdlpcmdec: add libgstbase CFLAGS as wellTim-Philipp Müller1-1/+1
2016-08-08dvdlpcmdec: link libgstbase-1.0xlazom001-1/+1
2016-07-25dvdlpcmdec: add support for another formatMichael Olbrich2-0/+105
2016-07-25dvdlpcmdec: rewrite to use GstAudioDecoderMichael Olbrich2-337/+191
2016-03-24ugly: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2015-09-26dvdlpcmdec: fix invalid read beyond channel position arrayTim-Philipp Müller1-1/+3
2015-09-26dvdlpcmdec: factor out common code to set output format into new functionHoonHee Lee1-30/+27
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt1-1/+1
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2014-11-12dvdlpcmdec: set channel positions using the appropriate APIVincent Penquerc'h1-11/+15
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-05dvdlpcmdec: Fix parsing of headers to set correct width to allow decode.Michael Smith1-1/+6
2012-11-03Fix FSF addressTim-Philipp Müller2-4/+4
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-2/+1
2012-06-06update for tag event changeWim Taymans1-1/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-2/+2
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-15update for memory api changesWim Taymans1-1/+1
2012-01-25port to new memory APIWim Taymans1-23/+31
2012-01-05dvdlpcmdec: fix for multichannelWim Taymans1-2/+2
2012-01-05dvdlpcmdec: Port to the new raw audio capsSebastian Dröge2-50/+61
2011-11-23Fix print format compiler warnings on OS X / 64bitMatej Knopp1-7/+8
2011-11-17add parent to pad functionsWim Taymans1-15/+13
2011-11-02tags: update for tag API removalWim Taymans1-2/+1
2011-10-30ext, gst: update for taglist API changesTim-Philipp Müller1-4/+2
2011-09-27dvdlpcmdec: port to 0.11Wim Taymans2-131/+143
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+4
2009-10-05dvdlpcm: whitespace fixesWim Taymans1-5/+5
2009-05-27dvdlpcmdec: Add multichannel channel maps, and send some tagsJan Schmidt2-47/+126
2009-03-26dvdlpcmdec: Fix factory klass, It's a 'Decoder', not a 'Demuxer'.Edward Hervey1-1/+1
2008-10-13Don't install static libs for plugins. Fixes #550851 for ugly.Stefan Kost1-0/+1
2007-08-24gst/dvdlpcmdec/gstdvdlpcmdec.c: Add other allowed rates to the pad templates.Jan Schmidt1-2/+2
2007-07-11Fix build against core CVS by not using deprecated API. Bump requirements for...Tim-Philipp Müller1-1/+1
2007-06-22Fix leaks some more.Edward Hervey1-4/+2
2007-02-28gst/dvdlpcmdec/gstdvdlpcmdec.*: Implement all sample rates.Wim Taymans2-42/+61
2006-09-28gst/dvdlpcmdec/gstdvdlpcmdec.c: If an incoming timestamp is within one sample...Jan Schmidt1-4/+18
2006-08-31Add missing GST_LIBS to the link flagsJan Schmidt1-1/+1
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2006-05-11ext/a52dec/gsta52dec.c: Add more debugJan Schmidt2-10/+92
2006-05-11gst/dvdlpcmdec/gstdvdlpcmdec.c: Fix timestamping for cases where the first_ac...Michael Smith1-12/+20