summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-08-16Handle _push() return values.Ronald S. Bultje1-0/+6
2005-08-15Fix debug.Ronald S. Bultje1-0/+6
2005-08-15gst/qtdemux/qtdemux.c: Forwardport from 0.8 to implement RLE.Ronald S. Bultje1-0/+6
2005-08-15gst/rtsp/README: Added rtsp server implementation docs.Wim Taymans1-0/+5
2005-08-14licensing, name and description changesThomas Vander Stichele1-0/+24
2005-08-13Use -lgstfoo-@GST_MAJORMINOR@ instead of -lgstfoo-0.9Tim-Philipp Müller1-0/+9
2005-08-12ext/jpeg/gstjpegdec.c: Fix decoding of pictures with certain uneven or unalig...Tim-Philipp Müller1-0/+10
2005-08-11ext/jpeg/gstjpegdec.*: Fix crashes/invalid memory access for pictures that ha...Tim-Philipp Müller1-0/+16
2005-08-10gst/wavparse/gstwavparse.c: Add some fixes from 0.8 branch: allow 24/32bps so...Tim-Philipp Müller1-0/+9
2005-08-10port fixes from 0.8 to levelThomas Vander Stichele1-0/+13
2005-08-10ext/faad/gstfaad.c: Add debug category, remove Close() call that made it cras...Ronald S. Bultje1-0/+9
2005-08-10Implemented push-pull and seeking in rmdemuxOwen Fraser-Green1-0/+8
2005-08-09ext/faad/gstfaad.c: Sign/unsign mismatch.Ronald S. Bultje1-0/+16
2005-08-09gst/avi/gstavidemux.c: Fix AVI header parsing: add missing break statement afterTim-Philipp Müller1-0/+8
2005-08-09ext/jpeg/gstjpegdec.*: Make mjpeg actually work and skip jpeg data parsing if...Tim-Philipp Müller1-0/+10
2005-08-09ext/mad/gstmad.c: It'd be nice if I could listen to my mp3 files, so send out...Ronald S. Bultje1-0/+6
2005-08-09gst/avi/gstavidemux.c: Fix seeking (or, well, fix threading issue where a var...Ronald S. Bultje1-0/+9
2005-08-09gst/avi/gstavidemux.c: Mixing binary and logical operators is not going to wo...Ronald S. Bultje1-0/+6
2005-08-08ext/faad/gstfaad.*: Fix negotiation (#310932) and miscellaneous other stuff. ...Tim-Philipp Müller1-0/+10
2005-08-08ext/jpeg/gstjpegdec.c: Add setcaps() function (for mjpeg).Tim-Philipp Müller1-0/+6
2005-08-08ext/esd/esdsink.c (gst_esdsink_getcaps): Seems that wierd va_list caps settin...Andy Wingo1-0/+3
2005-08-08sys/oss/gstosssink.c (gst_oss_sink_open, gst_oss_sink_close)Andy Wingo1-0/+15
2005-08-08ext/jpeg/Makefile.am: Fix compile.Ronald S. Bultje1-0/+5
2005-08-08Port jpegdec to 0.9; handles 'progressive loading' now, ie. input does no lon...Tim-Philipp Müller1-0/+23
2005-08-04sys/oss/gstossaudio.c (plugin_init): Second-class citizen.Andy Wingo1-1/+11
2005-08-04gst/avi/gstavidemux.c: You need to allocatate (len+1) characters to store a l...Edward Hervey1-0/+7
2005-08-03Use new ghostpad API; now they actually work in Totem, also.Ronald S. Bultje1-0/+20
2005-08-03ext/libpng/Makefile.am: Fix uninstalled build.Ronald S. Bultje1-0/+5
2005-08-02Ported pngenc , still have to port pngdec...Edward Hervey1-0/+9
2005-08-01deactivate and remove dparams (libgstcontrol)Stefan Kost1-0/+11
2005-07-27ext/faad/gstfaad.c: Compile fixes.Wim Taymans1-0/+5
2005-07-27Various event updates and cleanups.Wim Taymans1-0/+25
2005-07-25update spec and add missing header fileChristian Schaller1-0/+6
2005-07-25forward port from 0.9 and enable videoflip now that it worksThomas Vander Stichele1-0/+16
2005-07-23Ported silence to 0.9 using GstBaseSrc ... 180 lines :)Edward Hervey1-0/+8
2005-07-22ext/mad/gstmad.c: First try forwarding events, makes seeking in AVI files wit...Ronald S. Bultje1-0/+6
2005-07-21configure.ac ext/Makefile.am ext/amrnb/amrnbdec.c ext/amrnb/amrnbenc.c ext/am...Edgard Lima1-0/+11
2005-07-20ext/mpeg2dec/gstmpeg2dec.c (gst_mpeg2dec_sink_event): Signedness fix.Andy Wingo1-0/+5
2005-07-20Ported wavparse to 0.9 . Playing, seeking and state changes work.Edward Hervey1-0/+9
2005-07-20Port auto/gconfsinks to 0.9. They actually appear to work here inRonald S. Bultje1-0/+24
2005-07-20ext/faad/Makefile.am: Fix uninstalled build.Ronald S. Bultje1-0/+5
2005-07-19sys/oss/gstosssink.c: Parse spec to set correct oss values.Wim Taymans1-0/+6
2005-07-19ext/dv/gstdvdec.c (gst_dvdec_decode_video): Set the proper framerate on the o...Andy Wingo1-0/+3
2005-07-19ext/dv/gstdvdec.c (gst_dvdec_decode_video): Don't clobber alloc_buffer's retu...Andy Wingo1-0/+5
2005-07-19ext/dv/gstdvdec.h: Fix signedness error.Andy Wingo1-0/+4
2005-07-19ext/dv/gstdvdec.*: Implemented seeking in dvdec.Wim Taymans1-0/+12
2005-07-19ext/Makefile.am: Enable dvdev and raw1394src.Andy Wingo1-0/+4
2005-07-18configure.ac: Use AS_LIBTOOL_TAGS. Fix crap gettext commit comment.Andy Wingo1-0/+5
2005-07-18gst/rtsp/gstrtspsrc.c: Fix for core changes.Wim Taymans1-0/+6
2005-07-18Pass on the discont event when returning to NORMAL mode after reading tags.Jan Schmidt1-0/+6