summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2006-10-10ext/gnomevfs/: Fix URI interface implementation return type.Josep Torre Valles1-1/+1
2006-10-10gst/qtdemux/qtdemux.c: Reorganise some stuff.Wim Taymans1-234/+285
2006-10-06Add ReplayGain analysis element (#357069).René Stadler5-0/+1612
2006-10-06ext/faad/gstfaad.c: Some cleanups.Wim Taymans1-0/+1
2006-10-06gst/spectrum/gstspectrum.c: Fix mem leak, avoid unnecessary memcpy.Tim-Philipp Müller1-3/+5
2006-10-06gst/spectrum/gstspectrum.c: Removed cruft code that was just commented out. R...Stefan Kost1-109/+1
2006-10-05Another batch of printf format fixes.Tim-Philipp Müller2-10/+11
2006-10-05Printf format fixes.Tim-Philipp Müller1-1/+1
2006-10-04gst/videocrop/gstvideocrop.*: Handle packed YUV formats (UYVY, YUY2, YUYV) se...Tim-Philipp Müller2-17/+116
2006-09-28gst/qtdemux/qtdemux.c: Add support for 'yv12' fourcc.Tim-Philipp Müller1-0/+4
2006-09-16More G_OBJECT macro fixing.Stefan Kost8-8/+8
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