summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2007-04-03gst/rtpmanager/: Some more ghostpad magic.Wim Taymans3-7/+350
2007-04-03gst/rtpmanager/Makefile.am: Add .h file so it can be disted properly.Wim Taymans1-0/+1
2007-04-03Add RTP session management elements. Still in progress.Wim Taymans14-0/+3841
2007-03-28gst/qtdemux/: Process 'ctts' atoms, which are present in AVC ISO files (.mov ...Edward Hervey5-4/+53
2007-03-24gst/interleave/deinterleave.c: Remove 'channel-positions' field when munging ...Tim-Philipp Müller1-0/+1
2007-03-23gst/vmnc/vmncdec.c: Redesign to include a parser for raw files (no timestamps...Michael Smith2-88/+273
2007-03-22gst/interleave/deinterleave.c: Don't leak input buffer in chain function; mai...Tim-Philipp Müller1-28/+26
2007-03-16gst/mpegvideoparse/: Move the MPEG specific byte parsing into the mpegpacketi...Jan Schmidt4-173/+294
2007-03-16gst/equalizer/gstiirequalizer10bands.c: A 10 band EQ should be initialized to...Stefan Kost1-1/+18
2007-03-15Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so that it's below...Jan Schmidt9-680/+1281
2007-03-15gst/audioresample/gstaudioresample.c: Don't trigger discontinuities for very ...Michael Smith1-16/+34
2007-03-14gst/audioresample/gstaudioresample.c: Handle discontinuous streams.Julien Moutte2-9/+48
2007-03-14gst/audioresample/: Since I really am not interested in a debug line for each...Thomas Vander Stichele2-2/+6
2007-03-14gst/equalizer/: Add 3 and 10 band version and add missing gst_object_sync_val...Stefan Kost8-24/+541
2007-03-14add debugging and reformat docsThomas Vander Stichele1-8/+21
2007-03-13gst/mpegaudioparse/: Remove bogus 2nd copy of mp3parse - it's actually in -ugly.Jan Schmidt4-785/+0
2007-03-11Add appsrc/appsink example.David Schleef1-3/+4
2007-03-09gst/equalizer/: Refactor plugin into a base class and a first subclass (nband...Stefan Kost5-133/+487
2007-03-07gst/qtdemux/qtdemux.*: Share qtdemux debug category across all files, otherwi...Edward Hervey2-3/+4
2007-03-07gst/spectrum/gstspectrum.*: One FIXME less, by resolving message timestamps a...Stefan Kost2-3/+21
2007-03-06gst/spectrum/gstspectrum.c: Fix and cleanup default property values.Wim Taymans1-6/+17
2007-03-05gst/spectrum/: Remove two obsolete and confusing comments.Stefan Kost2-4/+0
2007-03-03Fix up dist.Michael Smith1-5/+5
2007-03-03Add VMnc decoder.Michael Smith2-0/+964
2007-03-03Move the app library to gst-libs/gst/app (duh!)David Schleef4-345/+4
2007-03-02ext/dts/gstdtsdec.c: A few small clean-ups.Tim-Philipp Müller1-5/+11
2007-02-26Add a new plugin/library to make it easy for apps to shove data into a pipeline.David Schleef4-0/+391
2007-02-26gst/real/: Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation ...Tim-Philipp Müller2-14/+17
2007-02-24Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller6-7/+8
2007-02-06gst/modplug/gstmodplug.cc: Remove superfluous gst_caps_get_structure() call.Tim-Philipp Müller1-1/+0
2007-02-03Fix up to use the newly ported (actually working) GstAudioFilter.Tim-Philipp Müller3-149/+178
2007-02-02gst/equalizer/gstiirequalizer.c: Rename "values" property to "band-values" an...Tim-Philipp Müller1-17/+35
2007-02-02Port equalizer plugin to 0.10 (#403572).James Doc Livingston2-25/+22
2007-01-31gst/real/: Fix classification in GstElementDetails.Stefan Kost2-2/+2
2007-01-31Fix classification in GstElementDetails.Stefan Kost1-1/+1
2007-01-28gst/videocrop/gstvideocrop.c: Fix cropping for packed 4:2:2 formats YUYV/YUY2...Tim-Philipp Müller1-12/+14
2007-01-25gst/: Use proper print statements.Edward Hervey9-20/+22
2007-01-24gst/qtdemux/gstrtpxqtdepay.c: Fix caps on the depayloader.Wim Taymans1-6/+4
2007-01-13gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads): Use fixed caps...Andy Wingo1-5/+11
2007-01-13gst/interleave/interleave.c (gst_interleave_init): Init the activation mode p...Andy Wingo1-17/+133
2007-01-12gst/qtdemux/: Add X-QT depayloader that will eventually share code with the d...Wim Taymans6-25/+839
2007-01-12gst/qtdemux/Makefile.am: Dist all new files.Tim-Philipp Müller1-1/+6
2007-01-12gst/qtdemux/: Cleanup and refactor to make the code more readable.Wim Taymans9-1871/+2037
2007-01-11gst/mve/gstmvedemux.c: Support SEEKING query (bad news now delivered properly...Tim-Philipp Müller1-0/+37
2007-01-11Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer doesn't s...Jens Granseuer14-0/+8211
2007-01-09gst/real/Makefile.am: Fix build (add LIBS and CFLAGS for gst-plugins-base stu...Tim-Philipp Müller1-3/+8
2007-01-07New elements interleave and deinterleave, implement channel interleaving and ...Andy Wingo5-0/+1035
2007-01-06gst/real/gstrealaudiodec.c: Don't call the RAFreeDecoder since it randomly ca...Edward Hervey2-4/+8
2007-01-06gst/real/gstrealvideodec.*: Implement error recovery on setcaps failure.Lutz Mueller2-76/+80
2007-01-06gst/real/: Added RealAudio wrapper elementfactory.Lutz Mueller4-2/+560