summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* gst/rtsp/gstrtspsrc.c: Refactor the udp and interleaved loop function a bit.Wim Taymans2007-08-181-0/+7
* gst/rtsp/gstrtspsrc.*: Protect connection activity with a new lock, avoids de...Wim Taymans2007-08-171-0/+12
* gst/debug/rndbuffersize.c: Fix debug statement.Wim Taymans2007-08-171-0/+5
* gst/rtsp/gstrtspsrc.c: Fix stray %u in debug line as spotted by Saur on IRC.Wim Taymans2007-08-171-0/+5
* gst/audiofx/: Use generator macros for the process functions for the differen...Sebastian Dröge2007-08-171-0/+14
* gst/rtsp/gstrtspsrc.*: Improve timeout handling.Wim Taymans2007-08-171-0/+21
* gst/udp/gstmultiudpsink.*: Add support for getting and setting the socket to ...Wim Taymans2007-08-171-0/+13
* gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements.Sebastian Dröge2007-08-161-0/+63
* Make ro memory to share.Stefan Kost2007-08-161-0/+6
* gst/udp/gstudpsrc.c: Improve UDP performance by avoiding a select() when we h...Wim Taymans2007-08-161-0/+6
* gst/rtsp/gstrtpdec.*: Add (dummy) SSRC management signals.Wim Taymans2007-08-161-0/+22
* gst/debug/rndbuffersize.c: Fix da leak.Stefan Kost2007-08-161-0/+5
* gst/debug/: Add new test element and clean-up the others a little.Stefan Kost2007-08-141-0/+11
* gst/qtdemux/qtdemux.c: Fix parsing of mp4a version 0 atoms. Fixes #465774.Wim Taymans2007-08-121-0/+5
* gst/rtp/gstrtpilbcdepay.c: Include stdlib.Stefan Kost2007-08-101-0/+5
* gst/rtp/gstrtpmpvdepay.c: Set the mpegversion in the caps so that autopluggin...Wim Taymans2007-08-101-0/+6
* po/: Updated translations.Thomas Vander Stichele2007-08-091-0/+7
* gst/videobox/gstvideobox.c: Render right border in the correct location.Michael Smith2007-08-081-0/+5
* gst/rtp/: Make mode property a string. Fixes #464475.Olivier Crete2007-08-081-0/+8
* ext/flac/gstflacenc.c: Widen caps to match decoder a bit and add more FIXMEs.Stefan Kost2007-08-051-0/+5
* gst/avi/gstavimux.c: Fix ODML index tag numbering. Fixes #463624.Mark Nauwelaerts2007-08-051-0/+7
* gst/rtsp/gstrtspsrc.c: Fix default clock-rate for realmedia.Wim Taymans2007-08-031-0/+10
* po/POTFILES.skip: Add POTFILES.skip with list of source files that aren't dis...Tim-Philipp Müller2007-07-301-0/+8
* gst/qtdemux/qtdemux.c: If the buffer was entirely clipped ... don't try sendi...Edward Hervey2007-07-301-0/+5
* gst/rtsp/gstrtspsrc.c: If we don't hav a session manager, set the caps on out...Wim Taymans2007-07-271-0/+12
* gst/rtsp/: Clean up the interface list.Wim Taymans2007-07-271-0/+13
* ext/gconf/gconf.c: Handle a NULL gconf key gracefully by rendering the defaul...Jan Schmidt2007-07-271-0/+5
* gst/rtsp/gstrtspext.h: Fix include path for extension interface.Wim Taymans2007-07-271-0/+5
* gst/audiofx/audioamplify.h: Also remove a now unecessary variable here.Sebastian Dröge2007-07-261-0/+5
* gst/audiofx/: Don't save format information ourselves, this is already saved inSebastian Dröge2007-07-261-0/+14
* gst/rtsp/: Use rank to filter out extensions.Wim Taymans2007-07-261-0/+9
* gst/rtsp/: Use shiny new RTSP and SDP library.Wim Taymans2007-07-251-0/+61
* gst/qtdemux/qtdemux.c: Add codec mapping for '2vuy' (Raw YUV produced by FCP)...Edward Hervey2007-07-241-0/+5
* ext/wavpack/gstwavpackdec.c: Don't unref the outgoing buffer twice when dropp...Sebastian Dröge2007-07-241-0/+6
* Use the new buffer clipping function from gstaudio here and require gst-plugi...Sebastian Dröge2007-07-241-0/+10
* gst/qtdemux/qtdemux.c: Clip raw audio and video when we can, keep track of cu...Wim Taymans2007-07-231-0/+10
* configure.ac: Sync liboil check with plugins-base.Stefan Kost2007-07-231-0/+5
* ext/annodex/Makefile.am: Fix CFLAGS/LIBS.Stefan Kost2007-07-201-0/+14
* sys/v4l2/gstv4l2src.c: Add another example pipeline.Stefan Kost2007-07-181-1/+5
* sys/v4l2/gstv4l2src.c: Use define here.Alexander Eichner2007-07-181-0/+17
* tests/check/elements/videocrop.c: Fix the test.Stefan Kost2007-07-181-0/+5
* More docs. More logs in pngdec.Stefan Kost2007-07-181-0/+12
* sys/v4l2/gstv4l2src.c: Initialize num_buffers with minimum value.Stefan Kost2007-07-171-0/+9
* gst/qtdemux/qtdemux.c: Fix parsing of esds atoms inside mp4a atoms so that we...Wim Taymans2007-07-161-0/+7
* ext/wavpack/gstwavpackdec.c: Fix buffer clipping to correctly clip to the seg...Sebastian Dröge2007-07-161-0/+6
* Remove bogus check for libcheck, since we check for gstreamer-check and it pu...Jan Schmidt2007-07-131-0/+9
* configure.ac: Use pkg-config to locate check.Stefan Kost2007-07-121-0/+5
* Fix build against core CVS.Tim-Philipp Müller2007-07-111-0/+22
* gst/id3demux/gstid3demux.c: Don't return GST_FLOW_ERROR when pushing an event...Edward Hervey2007-07-101-0/+7
* gst/law/: Fix capsnego bogosity in *law decoders.Michael Smith2007-07-061-0/+12