summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2006-09-16gst/avi/gstavimux.c: Correctly set the dwLength in strh.Yves Lefebvre1-1/+1
2006-09-15gst/multipart/multipartdemux.c: Fix documentation, it is not possible to cont...Wim Taymans1-4/+11
2006-09-14gst/: Don't interpret a first buffer with an offset of NONE as 'from the midd...Tim-Philipp Müller2-3/+5
2006-09-14gst/icydemux/gsticydemux.*: When we merge/collect multiple incoming buffers f...Tim-Philipp Müller2-36/+26
2006-09-13gst/avi/gstavidemux.c: More code reuse and better logging in _peek_chunk(). R...Stefan Kost1-101/+100
2006-09-12gst/spectrum/gstspectrum.c: Implements stop() to clear the adapter and event(...Stefan Kost1-2/+31
2006-09-11gst/level/gstlevel.*: Fix type mixup in level->interval (gdouble<->guint64). ...Stefan Kost2-2/+2
2006-09-11gst/spectrum/gstspectrum.*: Fix type mixup in spectrum->interval (gdouble<->g...Stefan Kost2-2/+3
2006-09-11gst/spectrum/demo-osssrc.c: Use more definesStefan Kost2-13/+14
2006-09-08configure.ac: Bump requirements of -base (videocrop test case needs this).Tim-Philipp Müller1-0/+7
2006-09-08gst/videocrop/: Some quick tests indicate that it doesn't make a great deal o...Tim-Philipp Müller2-9/+6
2006-09-06gst/avi/gstavidemux.c: Revert one change to fix streaming avi (adapter size !...Stefan Kost1-12/+16
2006-09-04gst/matroska/: Add support for VOBSUB subtitle tracks and zlib-compressed tra...Frédéric Riss2-22/+337
2006-09-04gst/matroska/: not perfect yet though, needs some tweaking in flacdec; also, ...Tim-Philipp Müller2-22/+102
2006-09-02docs/plugins/: Add videocrop to docs.Tim-Philipp Müller3-55/+89
2006-09-02Port/rewrite videocrop from scratch for GStreamer-0.10, and make it support a...Tim-Philipp Müller2-375/+480
2006-08-30gst/qtdemux/qtdemux.c: Reset each streams last_flow to GST_FLOW_OK.Edward Hervey1-1/+5
2006-08-30gst/qtdemux/qtdemux.c: put back 'segment start<=stop' change that was mystica...Stefan Kost1-1/+1
2006-08-30gst/qtdemux/qtdemux.c: Fix the build for disabled debugStefan Kost1-1/+4
2006-08-28gst/qtdemux/qtdemux.c: Make sure segment start<=stop in weird quicktime files.Wim Taymans1-1/+1
2006-08-27Rename again (audiofxgood -> audiofx).Stefan Kost7-587/+6
2006-08-27gst/avi/gstavidemux.c: Initialze variables.Stefan Kost1-4/+4
2006-08-25gst/avi/gstavidemux.*: More attempts to turn this into readable code.Wim Taymans2-218/+215
2006-08-24Make also the pan-property float (saves scaling and yields better resolution)Stefan Kost4-40/+36
2006-08-24gst/audiofxgood/audiopanorama.c: ChangeLog surgery to add cymax's real nameStefan Kost2-4/+0
2006-08-24gst/audiofxgood/audiopanorama.*: Added float support (thanks cymax)Stefan Kost4-26/+206
2006-08-24gst/audiofxgood/audiopanorama.c: Fix docs & debug category. Add Fixme for vol...Stefan Kost2-8/+8
2006-08-24gst/avi/gstavidemux.c: unbreak AVI index handling, some more debug, remove an...Stefan Kost1-22/+24
2006-08-24gst/avi/gstavidemux.*: Some more cleanups.Wim Taymans2-115/+111
2006-08-23gst/avi/gstavidemux.*: Initial streaming support for avidemux (fixes #336465)Stefan Kost2-131/+925
2006-08-22docs/plugins/gst-plugins-good-plugins-docs.sgml: There is no taglibmux elemen...Tim-Philipp Müller1-1/+1
2006-08-22gst/avi/gstavidemux.*: Mark DISCONT.Wim Taymans2-15/+37
2006-08-22Small documentation updates.Wim Taymans2-4/+15
2006-08-22gst/avi/gstavidemux.*: Precalc most of the duration query for each stream.Wim Taymans2-353/+342
2006-08-22gst/id3demux/id3v2frames.c: If strings in text fields are marked ISO8859-1, b...Jan Schmidt1-6/+9
2006-08-22gst/monoscope/gstmonoscope.c: Don't unref buffers of which we've already give...Tim-Philipp Müller1-6/+2
2006-08-21gst/audiopanorama/: die! die! die! you should never have been thereStefan Kost5-495/+0
2006-08-21gst/qtdemux/qtdemux.c: Some more constification.Wim Taymans1-33/+94
2006-08-21gst/rtp/Makefile.am: Fix the build again.Wim Taymans1-1/+1
2006-08-21gst/audiofxgood/: resubmit with the desired name *again*Stefan Kost10-0/+990
2006-08-20use g_assert in _get_unit_sizeStefan Kost1-1/+2
2006-08-20docs/plugins/: cleanup -unused.txt to make it useful, add previously missing ...Stefan Kost1-0/+49
2006-08-20gst/audiofxgood/audiofx.cStefan Kost4-0/+446
2006-08-18gst/rtp/: Added experimental SVQ3 depayloader.Wim Taymans4-2/+419
2006-08-17gst/multipart/multipartdemux.c: Accept leading whitespace before the boundarySjoerd Simons1-3/+17
2006-08-17gst/rtp/gstrtph264depay.c: Error out on non-implemented stuff.Wim Taymans1-0/+8
2006-08-16configure.ac: Require CVS of GStreamer core and -base (forTim-Philipp Müller1-12/+30
2006-08-16gst/autodetect/gstautoaudiosink.c: When we can't find a usable audiosink, don...Tim-Philipp Müller1-3/+6
2006-08-16gst/rtp/: Caps extra properties must be defined as strings for depayloaders b...Wim Taymans6-15/+580
2006-08-16gst/rtsp/gstrtpdec.c: Add pads after setting them up.Wim Taymans3-69/+205