summaryrefslogtreecommitdiff
path: root/gst/dvdlpcmdec
AgeCommit message (Expand)AuthorFilesLines
2012-11-07dvdlpcmdec: Fix parsing of headers to set correct width to allow decode.Michael Smith1-1/+6
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
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-04-01configure.ac: rework similarly to other modulesThomas Vander Stichele1-1/+1
2006-02-17gst/dvdlpcmdec/gstdvdlpcmdec.c: Add a small sanity check for LPCM reading.Jan Schmidt1-0/+17
2005-12-05Update for alloc_buffer changes.Andy Wingo1-1/+1
2005-11-21gst/: Modifications for disapearance of GST_PAD_IS_USABLE()Edward Hervey1-10/+0
2005-09-02All plugins updated for element state changes.Andy Wingo1-8/+9
2005-09-02Fix return types in setcaps functionsMichael Smith1-2/+2
2005-09-02Changes to correctly use first_access parameter in ac3 and lpcm plugins.Michael Smith1-22/+39
2005-09-01gst/dvdlpcmdec/gstdvdlpcmdec.c: Cleanups, fixed header parsing and stripping.Wim Taymans1-89/+135
2005-09-01Use the right bytes when parsing the LPCM dvd headerMichael Smith1-1/+1
2005-09-01Return the correct values from chain functionMichael Smith1-7/+4
2005-08-31Restructure LPCM decoder to not expect the demuxer to parse the LPCM header; ...Michael Smith2-27/+154
2005-08-31Port LPCM decoder to 0.9Michael Smith3-0/+518
2005-08-30remove stuffThomas Vander Stichele4-478/+0
2005-02-20gst/dvdlpcmdec/gstdvdlpcmdec.c: Make sure we only write to writable buffersJan Schmidt1-4/+6
2005-02-08configure.ac: Add dvdlpcmdecJan Schmidt4-0/+476