summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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
2006-04-28make GstElementDetails constStefan Kost1-1/+1
2006-04-28gst/audioresample/gstaudioresample.c: Add support for other formats audioresa...Wim Taymans1-17/+75
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost40-79/+82
2006-04-20gst/qtdemux/qtdemux.c: Never treat video streams as an audio stream.j^1-2/+7
2006-04-19gst/qtdemux/qtdemux.c: For VBR audio, don't try to calculate the samples_per_...Wim Taymans1-3/+6
2006-04-10gst/qtdemux/qtdemux.c: Fix parsing of newer stsd chunks again.Wim Taymans1-1/+3
2006-04-10gst/qtdemux/qtdemux.c: Fix framerate calculation.Wim Taymans1-4/+11
2006-04-10gst/qtdemux/qtdemux.c: force mono 8000 Hz on AMR samples.Wim Taymans1-1/+5
2006-04-09gst/audioresample/debug.h: replace debug macros with variable number of param...Sébastien Moutte2-5/+13
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost31-31/+32
2006-04-08gst/: Fix more broken GObject macrosStefan Kost4-7/+15
2006-04-08gst/qtdemux/qtdemux.c: Don't make rounding errors in timestamp/duration calcu...Wim Taymans1-130/+141
2006-04-06gst/qtdemux/qtdemux.c: Added full edit list support.Wim Taymans1-208/+578
2006-04-06Unify the long descriptions in the plugin details (#337263).j^30-126/+107
2006-04-05gst/qtdemux/qtdemux.c: Use duration as segment stop position if none is expli...Wim Taymans1-10/+24
2006-04-04gst/qtdemux/qtdemux.c: More cleanups, added comments.Wim Taymans1-142/+237