summaryrefslogtreecommitdiff
path: root/ext/sidplay/gstsiddec.cc
AgeCommit message (Expand)AuthorFilesLines
2016-11-20sidplay: fix compiler warnings when building with -O31.8Josep Torra1-18/+18
2016-02-18sidplay: Fix compiler warning about C++11 compatibilitySebastian Dröge1-1/+1
2015-05-10docs: update example pipelines in element docsTim-Philipp Müller1-2/+2
2014-04-27docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2013-07-22siddec: Add support for group-id in the stream-start eventSebastian Dröge1-3/+29
2012-12-01siddec: init debug categoryWim Taymans1-0/+2
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-30siddec: reset bytes counterWim Taymans1-0/+1
2012-08-06gst: Add stream-id to stream-start eventsSebastian Dröge1-1/+5
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-17/+20
2012-07-13demuxers: Push STREAM_START when neededEdward Hervey1-0/+1
2012-06-20update for task api changeWim Taymans1-1/+1
2012-06-06update for tag event changeWim Taymans1-1/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-03-12fix for caps _normalize changesWim Taymans1-4/+5
2012-02-09sidplay: don't use ulong propertiesWim Taymans1-4/+4
2012-02-09sidplay: fix negotiationWim Taymans1-4/+10
2012-01-25port to new memory APIWim Taymans1-4/+4
2012-01-03GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans1-2/+2
2011-11-17add parent to pad functionsWim Taymans1-17/+8
2011-11-16add parent to query functionWim Taymans1-5/+4
2011-11-02tags: update for tag API removalWim Taymans1-2/+1
2011-10-30ext, gst: update for taglist API changesTim-Philipp Müller1-1/+1
2011-10-28Merge branch 'master' into 0.11Wim Taymans1-11/+7
2011-10-28siddec: use BOILERPLATE macro and cleanup FIXMEsStefan Sauer1-45/+13
2011-08-19port to new audio capsWim Taymans1-27/+34
2011-06-08siddec: port siddec to 0.11Wim Taymans1-56/+25
2011-04-14dvdread, sidplay, x264enc: fix unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller1-2/+0
2010-10-19various: canonicalize property namesStefan Kost1-2/+2
2010-10-19various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-9/+14
2010-09-06siddec: don't use GST_FLOW_IS_FATALTim-Philipp Müller1-13/+11
2008-06-13Add missing elements to docs. Restore alphabetical order in section file. Doc...Stefan Kost1-13/+7
2008-06-13Do not use short_description in section docs for elements. We extract them fr...Stefan Kost1-1/+0
2008-04-25ext/sidplay/gstsiddec.cc: Cast NULL sentinels to void * as NULL is defined as...Sebastian Dröge1-3/+3
2007-10-10configure.ac: Update requirements from past CVS versions to released versions...Tim-Philipp Müller1-17/+5
2007-08-17ext/: Fix more leaks.Stefan Kost1-6/+2
2007-02-28Document siddec.Wim Taymans1-2/+31
2006-10-05Printf format fixes.Tim-Philipp Müller1-1/+1
2006-07-21ext/sidplay/gstsiddec.*: Remove old metadata thing.Wim Taymans1-1/+1
2006-06-13ext/sidplay/gstsiddec.cc: Fix copyright, email addresses and descriptions.Wim Taymans1-141/+193
2006-04-01configure.ac: rework similarly to other modulesThomas Vander Stichele1-1/+1
2006-01-10Pass unhandled queries upstream (useful e.g. for SEEKING query)Tim-Philipp Müller1-1/+1
2005-11-22fix up GValueEnumThomas Vander Stichele1-5/+5
2005-11-22Update for gst_tag_setter API changes.Andy Wingo1-1/+1
2005-11-21ext/: Don't take the stream lock.Andy Wingo1-2/+0
2005-10-20ext/sidplay/gstsiddec.cc: Small fixes and more error messages.Wim Taymans1-4/+16
2005-10-19API change fixen.Wim Taymans1-2/+2
2005-07-27Various event updates and cleanups.Wim Taymans1-1/+1
2005-05-25No need to take the lock anymore, core already did that before calling us.Wim Taymans1-19/+3