summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-07-28ext/xvid/gstxvid.c: Fix size calculation for I420/YV12. Fixes #348976.Tim-Philipp Müller2-1/+6
2006-07-27ext/gsm/: Fix negotiation.Wim Taymans3-6/+52
2006-07-26gst/gdp/gstgdpdepay.c: proxying get/set caps is the wrong thing to do, since ...Thomas Vander Stichele4-6/+9
2006-07-24sys/directsound/gstdirectsoundsink.*: Add an attenuation property that will d...Sébastien Moutte9-126/+330
2006-07-23Add libopenspc-based SPC decoder element (#348220).Chris Lee7-1/+458
2006-07-19sys/v4l2/gstv4l2object.c: If "device-name" is requested and the device is not...Martin Szulecki2-1/+14
2006-07-19update spec fileChristian Schaller1-2/+3
2006-07-19gst/nsf/nsf.c: Really fix compilation. Apparently it's not enough to just che...Tim-Philipp Müller2-1/+16
2006-07-18ext/wavpack/gstwavpackdec.c: Fix caps after previous change to byte order end...Tim-Philipp Müller4-2/+55
2006-07-18ext/wavpack/gstwavpackdec.*: Output audio in native byte order (which is also...Tim-Philipp Müller3-32/+49
2006-07-18ext/wavpack/gstwavpackdec.*: More clean-ups: remove most of the disfunctional...Tim-Philipp Müller3-278/+166
2006-07-18configure.ac: Check for wavpack version and define WAVPACK_OLD_API if necessary.Sebastian Dröge11-267/+803
2006-07-18gst/nsf/nsf.c: Fix compilation by not ignoring return values of fread.Wim Taymans2-4/+18
2006-07-17docs/plugins/inspect/: adding more inspect docsThomas Vander Stichele8-1/+147
2006-07-17docs/plugins/inspect/plugin-gdp.xml: actually commit inspectation of gdp elementThomas Vander Stichele2-0/+32
2006-07-17gst/gdp/: remove parent_class setting, BOILERPLATE does this fix typo in commentThomas Vander Stichele3-5/+9
2006-07-17gst/qtdemux/qtdemux.c: Store duration in uint64 too instead of clipping.Wim Taymans2-27/+46
2006-07-16ext/faad/gstfaad.c: Don't crash on small buffers.Wim Taymans2-4/+18
2006-07-15ext/ivorbis/vorbisfile.c: Reset adapter.Stefan Kost2-0/+10
2006-07-15gst/spectrum/: Do not use deprecated gtk functions.Stefan Kost3-2/+8
2006-07-14build as a plugin, not a libThomas Vander Stichele1-0/+1
2006-07-14gst/nsf/: Remove crack malloc/free replacement.Wim Taymans5-497/+16
2006-07-13docs/plugins/: add more plugins and elements to docsThomas Vander Stichele6-2/+56
2006-07-13gst/nsf/Makefile.am: Fix build.Wim Taymans2-0/+6
2006-07-13remove sdlvideosink plugin and update the restThomas Vander Stichele20-56/+43
2006-07-13Added NSF decoder plugin. Fixes 151192.Wim Taymans29-0/+9933
2006-07-13tests/check/Makefile.am: Only run mpeg2enc unit test if we built the mpeg2enc...Tim-Philipp Müller2-1/+12
2006-07-13configure.ac: Don't error out in configure if mjpegtools dev is not there.Tim-Philipp Müller2-2/+9
2006-07-13Port mpeg2enc to 0.10 (#343184).Mark Nauwelaerts17-301/+1167
2006-07-12gst/spectrum/gstspectrum.c: Fix typo in property nick.Tim-Philipp Müller2-1/+6
2006-07-10gst/filter/: Don't forget new files.Wim Taymans4-0/+235
2006-07-10I'm too lazy to comment thisWim Taymans1-0/+1
2006-07-10Ported the gstfilter plugin to GStreamer 0.10.Mathis Hofer8-603/+535
2006-07-10gst/qtdemux/qtdemux.c: Extract comment information!!Wim Taymans2-0/+10
2006-07-10gst/qtdemux/qtdemux.c: Extract year/date information (fixes #347079).Tim-Philipp Müller2-0/+49
2006-07-07gst/qtdemux/qtdemux.c: Don't crash on twos/sowt/raw audio. #345830.Wim Taymans2-4/+13
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