summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2004-10-01commiting patch from Phil BlundellPhil Blundell1-0/+6
2004-10-01ext/speex/gstspeexdec.c: Small cleanups.Wim Taymans1-0/+9
2004-10-01gst/wavparse/gstwavparse.*: Added some more debugging info.Wim Taymans1-0/+12
2004-10-01gst/playback/: Add some debug info to decodebin, update READMEWim Taymans1-0/+8
2004-10-01ext/dvdnav/dvdnavsrc.c: Don't use g_print(); use GST_DEBUG().Ronald S. Bultje1-0/+5
2004-10-01ext/ogg/gstoggmux.c: Handle EOS properly.Ronald S. Bultje1-0/+6
2004-10-01ext/faad/gstfaad.*: Allow playback of raw (unframed) MPEG AAC files (#148993).Ronald S. Bultje1-0/+9
2004-10-01gst/wavparse/gstwavparse.c: Throw error if we didn't recognize the stream. Fi...Ronald S. Bultje1-0/+7
2004-10-01gst/videoscale/gstvideoscale.c: Fix negotiation.Ronald S. Bultje1-0/+5
2004-10-01gst/wavparse/gstwavparse.c: Fix memleak.Ronald S. Bultje1-0/+7
2004-10-01sys/sunaudio/gstsunaudio.c: Solve #152805.Ronald S. Bultje1-0/+9
2004-10-01gst-libs/gst/riff/riff-media.c: Add codec_data handling (like asfdemux used t...Ronald S. Bultje1-0/+12
2004-10-01sys/v4l/v4lsrc_calls.c: Don't actually error out if we get another return val...Ronald S. Bultje1-0/+9
2004-10-01ext/dvdread/dvdreadsrc.c: Fix. Don't do one big huge loop around the whole DV...Ronald S. Bultje1-0/+40
2004-09-29gst/mpegstream/: Fix playback of mpeg again, timestamps where screwed up by p...Wim Taymans1-0/+8
2004-09-29ext/flac/gstflacdec.c: Only return true if we actually filled something in. P...Ronald S. Bultje1-0/+45
2004-09-28ext/speex/: Rewrote speex encoder, make sure it can be embedded in ogg.Wim Taymans1-0/+27
2004-09-28remove kio from specChristian Schaller1-0/+1
2004-09-28Remove non-working ugly kioplugin Markey has new and much improved one in Ama...Christian Schaller1-0/+7
2004-09-27gst/tcp/gstmultifdsink.*: Make syncing to keyframes actually work for new cli...Wim Taymans1-0/+13
2004-09-26Implement event compression for new-media discont eventsIain Holmes1-0/+7
2004-09-26gst/debug/gstnavigationtest.*: make navigationtest display button-press and b...Benjamin Otte1-0/+9
2004-09-26Company's wisdom:Iain Holmes1-0/+8
2004-09-25remove changelog conflict indicatorsChristian Schaller1-2/+0
2004-09-25update spec to work with thomas and freshrpms rpms. Fix bug that hindered tot...Christian Schaller1-0/+7
2004-09-24gst/playback/gstplaybasebin.c: Only signal the no_more_pads signal when we ha...Wim Taymans1-0/+6
2004-09-24gst/playback/: Don't try to preroll or decode more than one audio/video track.Wim Taymans1-0/+9
2004-09-24gst/playback/gstplaybasebin.c: Throw error if we failed to find a suitable ou...Ronald S. Bultje1-0/+9
2004-09-23ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje1-0/+40
2004-09-23testsuite/multifilesink/Makefile.am: fix typoZaheer Abbas Merali1-0/+5
2004-09-22sys/: Fix mistakes from thaytan's patches.Julien Moutte1-0/+6
2004-09-22sys/ximage/ximagesink.c: For completeness, XSync in the destroy function as x...Jan Schmidt1-0/+5
2004-09-22ext/gdk_pixbuf/pixbufscale.c: Correct caps negotiationJan Schmidt1-0/+13
2004-09-22ext/: remove explicit newmedia support from oggmux and vorbisenc add debug ca...Zaheer Abbas Merali1-0/+19
2004-09-22gst/asfdemux/gstasfdemux.c: Prevent infinite loops. More correct error report...Ronald S. Bultje1-0/+14
2004-09-21testsuite/multifilesink/: New media testsZaheer Abbas Merali1-0/+22
2004-09-20fix license informationChristian Schaller1-0/+5
2004-09-20ext/mad/gstmad.c: Allow for mp3 rate/channels changes. However, only very con...Ronald S. Bultje1-0/+29
2004-09-20ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer after setting ...Johan Dahlin1-0/+5
2004-09-19gst/wavenc/gstwavenc.*: Added newmedia support to wavencZaheer Abbas Merali1-0/+6
2004-09-17gst/tcp/: Small cleanups in fdset.cWim Taymans1-0/+24
2004-09-16Free the caps used for the tryIain Holmes1-0/+5
2004-09-15gst/mpegstream/gstdvddemux.c: Caps are only set if the type of the stream is ...Ronald S. Bultje1-0/+7
2004-09-15gst/avi/gstavidemux.c: Just hardcode for raw audio then. AVI audio sucks.Ronald S. Bultje1-0/+6
2004-09-15use audio/x-ttafile and audio/x-tta for tta instead of audio/x-tta and audio/...Arwed v. Merkatz1-0/+8
2004-09-15gst/avi/gstavidemux.c: Try to fix a/v sync issues.Ronald S. Bultje1-0/+6
2004-09-15configure.ac: remove NASM check, since we don't use it. Update dirac check t...David Schleef1-0/+12
2004-09-15gst/avi/gstavidemux.*: Fix for compressed audio (mp3) timestamp generation. H...Ronald S. Bultje1-0/+8
2004-09-15gst/playback/gstplaybin.c: Volume is a double not a float.Ronald S. Bultje1-0/+5
2004-09-15gst/tcp/gstmultifdsink.c: Don't close the fd in multifdsink as we didn't open...Wim Taymans1-0/+7