summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-07-07ext/neon/gstneonhttpsrc.*: Remove unlock function. start/stop will do everyth...Lutz Mueller3-212/+144
2006-07-03gst/qtdemux/qtdemux.c: Fix silly crasher in state change function; addTim-Philipp Müller3-15/+25
2006-06-23Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...Tim-Philipp Müller12-11/+26
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 Taymans2-4/+18
2006-06-19configure.ac: Fix check so that future libneon API changes won't break the bu...Tim-Philipp Müller3-4/+19
2006-06-19add latest pluginsChristian Schaller1-0/+6
2006-06-17configure.ac: Fix --disable-external (can't set conditionals conditionally, #...Tim-Philipp Müller2-0/+35
2006-06-16tests/check/elements/audioresample.c: Add test case for bug #342789 fixed below.Tim-Philipp Müller1-0/+65
2006-06-16gst/audioresample/gstaudioresample.c: Implement GstBaseTransform::start and :...Tim-Philipp Müller2-25/+35
2006-06-16gst/spectrum/Makefile.am: Fix build.Zaheer Abbas Merali2-2/+8
2006-06-16gst/spectrum/: port to use message to get results, cleanly exit when closing ...Stefan Kost6-107/+419
2006-06-15gst/qtdemux/qtdemux.c: Combine return values from src pad pushes.Wim Taymans2-38/+91
2006-06-15gst/qtdemux/qtdemux.c: Don't crash on files with 0 samples, EOS immediatly in...Wim Taymans2-8/+20
2006-06-14ext/soundtouch/: Make pitch element controllable via GstController interface ...Wouter Paesen6-9/+144
2006-06-14ext/wavpack/gstwavpackenc.*: Use bitrate property solely for bitrates and add...Sebastian Dröge3-49/+66
2006-06-12ex/: #define red greenTim-Philipp Müller3-0/+8
2006-06-12gst/spectrum/.cvsignore: Ignore more.Tim-Philipp Müller2-0/+7
2006-06-12ext/libmms/gstmms.c: Set caps on outgoing buffers.Tim-Philipp Müller3-2/+14
2006-06-11moap ignoreThomas Vander Stichele2-0/+3
2006-06-11autogen.sh: require am17Thomas Vander Stichele2-1/+1
2006-06-10ext/wavpack/: Add wavpack encoder element (#343131).Sebastian Dröge8-6/+1434
2006-06-09configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343...Tim-Philipp Müller5-3/+14
2006-06-06adapt to new apiThomas Vander Stichele1-2/+2
2006-06-06build gdp pluginsThomas Vander Stichele2-2/+3
2006-06-06ignore moreThomas Vander Stichele1-0/+2
2006-06-06configure.ac: enable building of GDP elementsThomas Vander Stichele7-43/+142
2006-06-02tests/check/: Don't busy-wait in tests; this was causing test timeouts very f...Michael Smith1-1/+0
2006-06-02small fixesThomas Vander Stichele2-1/+5
2006-06-02ext/theora/theoradec.c: Theora 4:4:4 pixel format support.Michael Smith2-14/+89
2006-06-02gst/gdp/gstgdppay.c: add crc-header and crc-payload properties don't error ou...Thomas Vander Stichele3-20/+208
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost76-137/+215
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2006-05-31ext/faad/gstfaad.h: Forgot to commit the header file too.Edward Hervey3-0/+8
2006-05-31ext/faad/gstfaad.c: Added GstSegment to control segments.Edward Hervey3-6/+95
2006-05-28ext/bz2/: Use gst_type_find_helper_* functions for typefinding; use correct c...Lutz Müller4-81/+52
2006-05-26gst/spectrum/: added another exampleStefan Kost5-3/+117
2006-05-26gst/qtdemux/qtdemux.c: Clip the outputed NEWSEGMENT stop time to the configur...Edward Hervey2-3/+14
2006-05-26gst/qtdemux/qtdemux.c: Don't clear the running variable in the seek code.Wim Taymans2-1/+5
2006-05-24gst/qtdemux/qtdemux.c: Detect QCELP in mp4a descriptors.Wim Taymans2-1/+21
2006-05-22gst/qtdemux/qtdemux.c: po/POTFILES.in:Tim-Philipp Müller2-19/+48
2006-05-22sigh, really don't build theseThomas Vander Stichele1-2/+1
2006-05-22New plugin: h264parse (#340638)Michal Benes5-0/+306
2006-05-22gst/gdp/: Handle error cases when calling functions do downwards state change...Thomas Vander Stichele7-24/+117
2006-05-22don't build these yetThomas Vander Stichele1-3/+2
2006-05-22don't build these yetThomas Vander Stichele1-1/+3
2006-05-22adding GDP payloader and depayloader. Build integration will follow later wh...Thomas Vander Stichele10-11/+1937
2006-05-21gst/spectrum/gstspectrum.c: Use boilerplate macro, fix strings to match plugi...Stefan Kost2-37/+14
2006-05-21gst/spectrum/Makefile.am: Link to base librariesStefan Kost5-72/+207
2006-05-20Initial port of the spectrum elementStefan Kost6-252/+334