summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-06build gdp pluginsThomas Vander Stichele1-2/+2
2006-06-06configure.ac: enable building of GDP elementsThomas Vander Stichele3-38/+120
2006-06-02small fixesThomas Vander Stichele2-1/+5
2006-06-02gst/gdp/gstgdppay.c: add crc-header and crc-payload properties don't error ou...Thomas Vander Stichele1-19/+104
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost29-53/+53
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2006-05-26gst/spectrum/: added another exampleStefan Kost3-2/+105
2006-05-26gst/qtdemux/qtdemux.c: Clip the outputed NEWSEGMENT stop time to the configur...Edward Hervey1-3/+8
2006-05-26gst/qtdemux/qtdemux.c: Don't clear the running variable in the seek code.Wim Taymans1-1/+0
2006-05-24gst/qtdemux/qtdemux.c: Detect QCELP in mp4a descriptors.Wim Taymans1-1/+16
2006-05-22gst/qtdemux/qtdemux.c: po/POTFILES.in:Tim-Philipp Müller1-19/+40
2006-05-22New plugin: h264parse (#340638)Michal Benes3-0/+291
2006-05-22gst/gdp/: Handle error cases when calling functions do downwards state change...Thomas Vander Stichele4-24/+81
2006-05-22adding GDP payloader and depayloader. Build integration will follow later wh...Thomas Vander Stichele6-0/+1024
2006-05-21gst/spectrum/gstspectrum.c: Use boilerplate macro, fix strings to match plugi...Stefan Kost1-37/+7
2006-05-21gst/spectrum/Makefile.am: Link to base librariesStefan Kost4-72/+189
2006-05-20Initial port of the spectrum elementStefan Kost4-248/+291
2006-05-11gst/qtdemux/qtdemux.c: Figure out the real audio type in mp4a boxes by parsin...Wim Taymans1-6/+24
2006-05-10gst/qtdemux/qtdemux.c: Parse version 2 sample descriptions.Wim Taymans1-27/+47
2006-05-08gst/qtdemux/qtdemux.c: Don't cause side effects in a debugging function.Wim Taymans1-6/+5
2006-05-06Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2-4/+6
2006-05-03gst/qtdemux/qtdemux.c: Clean up one piece of logic slightly and remove a dead...Jan Schmidt1-17/+7