summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2006-09-12gst/spectrum/gstspectrum.c: Implements stop() to clear the adapter and event(...Stefan Kost1-2/+31
2006-09-11gst/spectrum/gstspectrum.*: Fix type mixup in spectrum->interval (gdouble<->g...Stefan Kost2-2/+3
2006-09-11gst/spectrum/demo-osssrc.c: Use more definesStefan Kost3-17/+20
2006-09-08configure.ac: Bump requirements of -base (videocrop test case needs this).Tim-Philipp Müller1-0/+7
2006-09-08gst/videocrop/: Some quick tests indicate that it doesn't make a great deal o...Tim-Philipp Müller2-9/+6
2006-09-02docs/plugins/: Add videocrop to docs.Tim-Philipp Müller3-55/+89
2006-09-02Port/rewrite videocrop from scratch for GStreamer-0.10, and make it support a...Tim-Philipp Müller2-375/+480
2006-08-31gst/nsf/Makefile.am: Add missing GST_LIBSJan Schmidt1-1/+1
2006-08-30gst/qtdemux/qtdemux.c: Reset each streams last_flow to GST_FLOW_OK.Edward Hervey1-1/+5
2006-08-30gst/qtdemux/qtdemux.c: put back 'segment start<=stop' change that was mystica...Stefan Kost1-1/+1
2006-08-30gst/qtdemux/qtdemux.c: Fix the build for disabled debugStefan Kost1-1/+4
2006-08-28gst/qtdemux/qtdemux.c: Make sure segment start<=stop in weird quicktime files.Wim Taymans1-1/+1
2006-08-21move gdp plugin to good.Thomas Vander Stichele6-1468/+0
2006-08-21gst/qtdemux/qtdemux.c: Some more constification.Wim Taymans1-33/+94
2006-08-20gst/audioconvert/gstaudioconvert.c: Lower debug, use g_assert in _get_unit_sizeStefan Kost1-1/+1
2006-08-14gst/qtdemux/qtdemux.c: Extract all references/redirections if there is more t...Tim-Philipp Müller1-10/+121
2006-08-08gst/qtdemux/qtdemux.c: Fix silly typo.Tim-Philipp Müller1-1/+1
2006-08-04gst/gdp/gstgdpdepay.c: Fix event parsing by gdpdepay. Fixes #349916.Zaheer Abbas Merali1-15/+11
2006-08-02gst/gdp/gstgdpdepay.c: Disable seeking.Wim Taymans3-198/+379
2006-07-31gst/gdp/gstgdpdepay.c: Consume all events except EOS because we generate even...Wim Taymans1-3/+31
2006-07-28gst/audioresample/gstaudioresample.c: Don't leak references to the incoming c...Jan Schmidt1-3/+3
2006-07-26gst/gdp/gstgdpdepay.c: proxying get/set caps is the wrong thing to do, since ...Thomas Vander Stichele1-4/+0
2006-07-19gst/nsf/nsf.c: Really fix compilation. Apparently it's not enough to just che...Tim-Philipp Müller1-1/+8
2006-07-18gst/nsf/nsf.c: Fix compilation by not ignoring return values of fread.Wim Taymans1-4/+13
2006-07-17gst/gdp/: remove parent_class setting, BOILERPLATE does this fix typo in commentThomas Vander Stichele2-5/+1
2006-07-17gst/qtdemux/qtdemux.c: Store duration in uint64 too instead of clipping.Wim Taymans1-27/+36
2006-07-15gst/spectrum/: Do not use deprecated gtk functions.Stefan Kost2-2/+2
2006-07-14build as a plugin, not a libThomas Vander Stichele1-0/+1
2006-07-14gst/nsf/: Remove crack malloc/free replacement.Wim Taymans4-497/+8
2006-07-13docs/plugins/: add more plugins and elements to docsThomas Vander Stichele2-1/+19
2006-07-13gst/nsf/Makefile.am: Fix build.Wim Taymans1-0/+1
2006-07-13Added NSF decoder plugin. Fixes 151192.Wim Taymans26-0/+9897
2006-07-12gst/spectrum/gstspectrum.c: Fix typo in property nick.Tim-Philipp Müller1-1/+1
2006-07-10gst/filter/: Don't forget new files.Wim Taymans3-0/+228
2006-07-10Ported the gstfilter plugin to GStreamer 0.10.Mathis Hofer6-603/+512
2006-07-10gst/qtdemux/qtdemux.c: Extract comment information!!Wim Taymans1-0/+5
2006-07-10gst/qtdemux/qtdemux.c: Extract year/date information (fixes #347079).Tim-Philipp Müller1-0/+43
2006-07-07gst/qtdemux/qtdemux.c: Don't crash on twos/sowt/raw audio. #345830.Wim Taymans1-4/+8
2006-07-03gst/qtdemux/qtdemux.c: Fix silly crasher in state change function; addTim-Philipp Müller1-15/+17
2006-06-23Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...Tim-Philipp Müller3-3/+3
2006-06-22gst/: Avoid unnecessary class cast check in class_init functions (#337747).Cody Russell1-1/+1
2006-06-20gst/modplug/libmodplug/stdafx.h: Fix modplug on AMD64. Fixes #345336.Wim Taymans1-4/+13
2006-06-16gst/audioresample/gstaudioresample.c: Implement GstBaseTransform::start and :...Tim-Philipp Müller1-25/+28
2006-06-16gst/spectrum/Makefile.am: Fix build.Zaheer Abbas Merali1-2/+3
2006-06-16gst/spectrum/: port to use message to get results, cleanly exit when closing ...Stefan Kost4-107/+402
2006-06-15gst/qtdemux/qtdemux.c: Combine return values from src pad pushes.Wim Taymans1-38/+84
2006-06-15gst/qtdemux/qtdemux.c: Don't crash on files with 0 samples, EOS immediatly in...Wim Taymans1-8/+12
2006-06-12gst/spectrum/.cvsignore: Ignore more.Tim-Philipp Müller1-0/+2
2006-06-09configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343...Tim-Philipp Müller1-1/+1
2006-06-06adapt to new apiThomas Vander Stichele1-2/+2