summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-03-30Don't leak capsTim-Philipp Müller2-0/+7
2005-03-30gst/playback/gstplaybasebin.c: Don't crash if subparse isn't available (#1700...Ronald S. Bultje1-0/+5
2005-03-30ext/jpeg/gstjpegdec.*: Don't exit on invalid data. Instead, throw an error. P...Ronald S. Bultje1-0/+8
2005-03-26oopsRonald S. Bultje1-0/+1
2005-03-26configure.ac: Unbreak my breakage.Ronald S. Bultje2-0/+13
2005-03-26currently pure ASM, needs to be ported over to C at some point.Ronald S. Bultje3-9/+52
2005-03-26gst/typefind/gsttypefindfunctions.c: Obviously, a framelen of 0 is not right.Ronald S. Bultje1-0/+5
2005-03-26gst/audioscale/gstaudioscale.c: It's GstAudioscale, no namespace pollution pl...Benjamin Otte1-0/+5
2005-03-26Add new libcdio-based cddasrc plugin (fixes #171530)Tim-Philipp Müller3-0/+35
2005-03-26gst/librfb/gstrfbsrc.c: Check return values to avoid segfaults.David Schleef5-13/+59
2005-03-23gst/adder/gstadder.c: Implement release_pad function, fixes #170390.Ronald S. Bultje1-0/+8
2005-03-23gst/silence/gstsilence.c: forgot a break in the inner switchEdward Hervey1-0/+6
2005-03-23ext/mad/gstid3tag.c: It's enough to parse ID#v1 tags with our own function. N...Benjamin Otte1-0/+6
2005-03-21Catch tag events that are sent out by id3demux before typefinding has happene...Tim-Philipp Müller1-0/+10
2005-03-21GST_TAG_DATE takes a date in julian calendar days, not a year (partially fixe...Tim-Philipp Müller2-14/+50
2005-03-20ext/jack/gstjack.c: don't use deprecated gst_buffer_set_dataBenjamin Otte2-1/+7
2005-03-20gst/playback/gstplaybasebin.c: Close down thread if opening failed. Fixes cra...Ronald S. Bultje1-0/+5
2005-03-20ext/cdparanoia/gstcdparanoia.*: Implement flush after seek.Ronald S. Bultje1-0/+7
2005-03-20configure.ac: bump swfdec requirementDavid Schleef4-8/+89
2005-03-18gst/mpegstream/: Fix for integer overflows in SCR discont detection. Workarou...Ronald S. Bultje1-0/+10
2005-03-18gst/: Some crap for the redirect signal. Also fix hang on redirect-files in q...Ronald S. Bultje3-7/+66
2005-03-14sys/v4l/gstv4lsrc.c: Implement special any-caps that is somewhat more exact w...Ronald S. Bultje1-0/+7
2005-03-14ext/faac/gstfaac.c: Long live capsnego... Move over to explicit caps for now...Ronald S. Bultje2-30/+26
2005-03-14ext/faac/gstfaac.*: Change timestamp generation to lineair since that works a...Ronald S. Bultje3-32/+52
2005-03-14Add fixate function; make sure sink->device is updated according o the number...Tim-Philipp Müller2-10/+102
2005-03-14Implement 'framed' property, independent of 'codec_data'.Ronald S. Bultje3-2/+14
2005-03-12ext/ogg/gstoggdemux.c: Fix memleak (#170066).Ronald S. Bultje1-0/+7
2005-03-12ext/theora/theoraenc.c: Expose sharpness setting (#169629).Ronald S. Bultje1-0/+9
2005-03-12gst/typefind/gsttypefindfunctions.c: Remove unused macros.Ronald S. Bultje1-0/+5
2005-03-12gst/typefind/gsttypefindfunctions.c: Add support for "free format mp3" extens...Ronald S. Bultje1-0/+6
2005-03-11sys/xvimage/xvimagesink.c: Remove broken "fix" for little-endian RGB overlays...Ronald S. Bultje2-0/+7
2005-03-10gst/apetag/apedemux.c: Read replay-gain tags.Ronald S. Bultje2-0/+19
2005-03-10ext/libpng/: Fix stride issues (#169333).Ronald S. Bultje1-0/+8
2005-03-10gst/asfdemux/gstasfdemux.c: too.Ronald S. Bultje1-0/+6
2005-03-10Add bugnumsRonald S. Bultje1-9/+9
2005-03-10gst/playback/gstplaybin.c: Use auto* elements as defaults.Ronald S. Bultje1-0/+6
2005-03-10Add initial code for soundserver-running-detection.Ronald S. Bultje1-0/+9
2005-03-09configure.ac: Up the gstreamer core requirement to 0.8.9.1Jan Schmidt2-1/+6
2005-03-09configure.ac: Fix FAAD detection problems against FAAD-CVS.Ronald S. Bultje4-41/+153
2005-03-09gst/videoscale/gstvideoscale.c: Events have a perfectly good copy_on_write im...Jan Schmidt1-0/+35
2005-03-07back to cvsThomas Vander Stichele1-1/+1
2005-03-07releasing 0.8.8, FludedThomas Vander Stichele18-370/+518
2005-03-05fix for gcc 2.95Thomas Vander Stichele1-0/+5
2005-03-05ext/cdparanoia/gstcdparanoia.c: fix for #168994 - tracks from cd's that have ...Ronald1-0/+8
2005-03-05ext/alsa/: Fix for #166982 - crash in gnome-volume-controlRonald1-0/+8
2005-03-05prerelThomas Vander Stichele1-1/+1
2005-03-03add missing -plugins- thanks to Michal Arnauts for the pointerChristian Schaller1-1/+1
2005-03-02whoops, parenthesisThomas Vander Stichele1-85/+119
2005-03-02try to fix segfaultThomas Vander Stichele1-119/+85
2005-03-02Use GINT_TO_POINTER and GPOINTER_TO_INT macros instead of direct casts; fixes...Tim-Philipp Müller2-4/+13