summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* ext/gconf/gstgconfaudiosink.c: Fix warning when building without debug.Stefan Kost2007-09-121-0/+8
* sys/v4l2/v4l2src_calls.c: Fix framerate detection code some more.Wim Taymans2007-09-111-0/+11
* gst/udp/gstudpsrc.c: Make udpsrc timestamp outgoing buffers based on when the...Wim Taymans2007-09-101-0/+6
* gst/avi/gstavidemux.c: Plug a little leak. Little code cleanups.Stefan Kost2007-09-101-0/+5
* configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old flac ...Tim-Philipp Müller2007-09-091-0/+6
* gst/rtp/gstrtph263pay.c: Fix up header structure so that compilers don't add ...Haakon Sporsheim2007-09-071-0/+11
* sys/v4l2/v4l2src_calls.c: Don't overwrite our GValue with 0 but instead use t...Wim Taymans2007-09-071-1/+8
* docs/plugins/gst-plugins-good-plugins.hierarchy: No tabs in this file please,...Tim-Philipp Müller2007-09-061-0/+6
* ext/gconf/gstswitchsink.c: If the new kid element fails to change state for s...Tim-Philipp Müller2007-09-061-0/+9
* gst/qtdemux/: Don't assume tags are encoded as UTF-8 (#473670).Tim-Philipp Müller2007-09-051-0/+6
* sys/v4l2/: Implement LATENCY queries in the crudest way possible so I don't h...Tim-Philipp Müller2007-09-051-0/+8
* configure.ac: Fix build.Tim-Philipp Müller2007-09-051-0/+5
* sys/v4l2/v4l2src_calls.c: Add some more debugging in the framerate function.Wim Taymans2007-09-051-0/+9
* gst/udp/gstmultiudpsink.c: Add property do configure destination address/port...Wim Taymans2007-09-041-0/+12
* tests/examples/: Added some RTP example scripts for sending and receiving RTP...Wim Taymans2007-09-041-0/+16
* sys/v4l2/gstv4l2src.c: Restructure the setcaps function so that we can also c...Wim Taymans2007-09-041-0/+22
* gst/wavparse/gstwavparse.c: More code cleanups. Add some more comment and imp...Stefan Kost2007-09-041-0/+5
* gst/wavparse/gstwavparse.*: Implement seek-query. Refactor duration calculati...Stefan Kost2007-09-041-0/+8
* gst/avi/gstavidemux.c: Implement seek-query.Stefan Kost2007-09-031-0/+5
* gst/rtsp/gstrtspsrc.c: Use new basesink async property to make sparse RTCP pa...Wim Taymans2007-08-291-0/+7
* gst/audiofx/Makefile.am: Dist the right file.Jan Schmidt2007-08-271-0/+5
* gst/rtsp/gstrtspsrc.c: Make sure we generate and parse floating point values ...Wim Taymans2007-08-231-0/+7
* gst/rtsp/gstrtspsrc.*: Fix method detection again.Wim Taymans2007-08-221-0/+11
* sys/v4l2/v4l2src_calls.c: Handle optional v4l2 ioctls gracefully.Mark Nauwelaerts2007-08-221-0/+7
* gst/rtp/: Added an H263 depayloader. Fixes #369392.Wim Taymans2007-08-201-0/+22
* gst/audiofx/: Add small comparision with the windowed sinc filters in the docs.Sebastian Dröge2007-08-191-0/+6
* tests/check/elements/: Also test 32 bit float mode and the type 2 variants of...Sebastian Dröge2007-08-191-0/+8
* 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