summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix --disable-x build bugBRANCH-GSTREAMER-0_8Thomas Vander Stichele2005-09-052-5/+7
* ext/flac/gstflacdec.c: Fix source pad template factory caps (we can do up to ...Tim-Philipp Müller2005-09-051-0/+10
* back to headThomas Vander Stichele2005-09-042-1/+6
* releasing 0.8.11Thomas Vander Stichele2005-09-046-56/+135
* prereleaseThomas Vander Stichele2005-09-042-1/+1
* configure.ac: Our cairo plugin code seems to be unaffected by the last bunch ...Tim-Philipp Müller2005-09-013-1/+8
* updating translationsThomas Vander Stichele2005-08-2915-241/+376
* 0.8 version of ogg parserMichael Smith2005-08-292-0/+7
* gst/adder/gstadder.c: cosmeticsThomas Vander Stichele2005-08-272-0/+8
* add some debugging. add a warning when not releasing a pad owned by adder.Thomas Vander Stichele2005-08-242-1/+7
* ext/ogg/gstoggdemux.c: Don't push empty pages (#313444).Ronald S. Bultje2005-08-161-0/+5
* ext/esd/esdsink.c: Reset on pause->ready (#313600).Ronald S. Bultje2005-08-162-0/+5
* ext/esd/esdsink.c: Basic hacks to make video playback using esdsink not total...Ronald S. Bultje2005-08-151-0/+12
* gst/qtdemux/qtdemux.c: That was a nice freudian slip.Ronald S. Bultje2005-08-142-1/+6
* gst/qtdemux/qtdemux.c: Handle quicktime-RLE.Ronald S. Bultje2005-08-142-1/+13
* ext/polyp/polypsink.c: This compile fix could have been in my checkout for mo...David Schleef2005-08-132-1/+12
* ext/jpeg/gstjpegdec.*: Fix decoding of pictures with certain uneven or unalig...Tim-Philipp Müller2005-08-121-0/+11
* ext/jpeg/gstjpegdec.c: Fix crashes/invalid memory access for pictures that ha...Tim-Philipp Müller2005-08-111-0/+6
* gst/freeze/gstfreeze.c: Fix invalid memory access: GST_IS_BUFFER() can't be u...Tim-Philipp Müller2005-08-112-3/+9
* ext/gdk_pixbuf/gstgdkpixbuf.c: Support various image formats (e.g. RGBA). Mak...Ronald S. Bultje2005-08-102-3/+29
* ext/gnomevfs/gstgnomevfssrc.c: Fix premature EOS. This causes issues when rea...Ronald S. Bultje2005-08-101-0/+10
* fix the values the signals are emitting. (touches wood) this time they're co...Thomas Vander Stichele2005-08-101-0/+17
* gst/playback/gstplaybasebin.c: Assign proper error code and domain, fixes #31...Ronald S. Bultje2005-08-071-0/+5
* ext/gnomevfs/gstgnomevfssrc.c: Error code fix backport from HEAD.Ronald S. Bultje2005-08-072-0/+5
* ext/flac/gstflacenc.c: Register musicbrainz tags, since we use them. Based on...Ronald S. Bultje2005-08-031-0/+8
* do not unref the dparam-manager as gst_dpman_get_manager() does not ref itStefan Kost2005-08-011-0/+6
* ext/jpeg/: First member in GTypeInfo is class size, not instance size.Tim-Philipp Müller2005-08-011-0/+7
* gst/modplug/gstmodplug.cc: Don't crash if a query comes in and we're not set ...Tim-Philipp Müller2005-07-312-0/+11
* testsuite/gst-lint: Add check for bad header <stdint.h>Tim-Philipp Müller2005-07-281-0/+5
* sys/ximage/ximagesrc.c: In GStreamerville, it's "endianness", not "endianess".Tim-Philipp Müller2005-07-281-0/+8
* configure.ac: Bump libx264 requirement to a more recent version (my version h...Tim-Philipp Müller2005-07-282-1/+15
* ext/ogg/gstoggmux.c: Make sure pages are always in the right order, even when...Ronald S. Bultje2005-07-281-0/+9
* gst/alpha/gstalpha.c: Fix capsnego (#311401).Ronald S. Bultje2005-07-271-0/+10
* gst/mpeg1videoparse/gstmp1videoparse.*: Add support for MPEG-2 video (#311600).Ronald S. Bultje2005-07-273-147/+229
* ext/x264/x264enc.c: Possibly uninitialized value (#311662).Ronald S. Bultje2005-07-271-0/+5
* ext/cdparanoia/gstcdparanoia.c: More debug.Ronald S. Bultje2005-07-271-0/+7
* ext/cdparanoia/gstcdparanoia.c: Coding without coffee should be forbidden. 1 ...Ronald S. Bultje2005-07-271-0/+6
* ext/cdparanoia/gstcdparanoia.c: Some extra checking to make sound-juicer more...Ronald S. Bultje2005-07-271-0/+6
* configure.ac: Check for libGLU for glimagesink (#311487).Ronald S. Bultje2005-07-252-1/+7
* make gst_videofilter_setup public make videoflip invoke the base _setup metho...Thomas Vander Stichele2005-07-251-0/+20
* Dear God. One videoflip element being installed is quite enough, thank you. ...Thomas Vander Stichele2005-07-242-2/+13
* ext/x264/x264enc.c: Fix category so it displays in Cupid.Ronald S. Bultje2005-07-231-0/+5
* Add x264-based h264/AVC encoder.Ronald S. Bultje2005-07-233-0/+34
* sys/v4l2/: implement read access. V4l2src will use read access if mmap doesn'...Benjamin Otte2005-07-224-145/+254
* gst/: Allow 24/32-bpp songs, too, and blockalign samples to the header-specif...Ronald S. Bultje2005-07-222-1/+10
* ext/flac/gstflacdec.*: Handle .flac files with 24 and 32 bits per sample (fix...Tim-Philipp Müller2005-07-221-0/+8
* gst/spectrum/demo-osssrc.c: Use 32 for the graph since it's the dimension of ...Tim-Philipp Müller2005-07-213-15/+49
* Fix xfixes cursor addition (thanks Luca for patch)Zaheer Abbas Merali2005-07-212-1/+29
* gst/matroska/matroska-mux.c: Add vorbis muxing support (#171563).Ronald S. Bultje2005-07-201-0/+7
* gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo ixes a seggie m...Andy Wingo2005-07-201-0/+5