summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Port GstSpectrum to GstAudioFilter and libgstfft, add support for int32, floa...Sebastian Dröge2007-09-066-162/+752
* gst/qtdemux/: Don't assume tags are encoded as UTF-8 (#473670).Tim-Philipp Müller2007-09-053-6/+22
* sys/v4l2/: Implement LATENCY queries in the crudest way possible so I don't h...Tim-Philipp Müller2007-09-054-5/+86
* configure.ac: Fix build.Tim-Philipp Müller2007-09-052-0/+6
* sys/v4l2/v4l2src_calls.c: Add some more debugging in the framerate function.Wim Taymans2007-09-052-8/+40
* gst/udp/gstmultiudpsink.c: Add property do configure destination address/port...Wim Taymans2007-09-042-9/+111
* tests/examples/: Added some RTP example scripts for sending and receiving RTP...Wim Taymans2007-09-0413-2/+191
* sys/v4l2/gstv4l2src.c: Restructure the setcaps function so that we can also c...Wim Taymans2007-09-044-131/+282
* gst/wavparse/gstwavparse.c: More code cleanups. Add some more comment and imp...Stefan Kost2007-09-042-18/+38
* gst/wavparse/gstwavparse.*: Implement seek-query. Refactor duration calculati...Stefan Kost2007-09-043-70/+159
* gst/avi/gstavidemux.c: Implement seek-query.Stefan Kost2007-09-032-0/+31
* gst/rtsp/gstrtspsrc.c: Use new basesink async property to make sparse RTCP pa...Wim Taymans2007-08-292-0/+9
* gst/audiofx/Makefile.am: Dist the right file.Jan Schmidt2007-08-272-1/+6
* gst/rtsp/gstrtspsrc.c: Make sure we generate and parse floating point values ...Wim Taymans2007-08-232-5/+45
* gst/rtsp/gstrtspsrc.*: Fix method detection again.Wim Taymans2007-08-223-22/+75
* sys/v4l2/v4l2src_calls.c: Handle optional v4l2 ioctls gracefully.Mark Nauwelaerts2007-08-223-25/+25
* gst/rtp/: Added an H263 depayloader. Fixes #369392.Wim Taymans2007-08-208-25/+567
* gst/filter/: Add small comparision with the chebyshev filters in the docs.Sebastian Dröge2007-08-192-2/+10
* gst/audiofx/: Add small comparision with the windowed sinc filters in the docs.Sebastian Dröge2007-08-195-0/+26
* tests/check/elements/: Also test everything in 32 bit float mode.Sebastian Dröge2007-08-192-42/+785
* tests/check/elements/: Also test 32 bit float mode and the type 2 variants of...Sebastian Dröge2007-08-195-74/+3578
* gst/rtsp/gstrtspsrc.c: Refactor the udp and interleaved loop function a bit.Wim Taymans2007-08-182-84/+55
* gst/rtsp/gstrtspsrc.*: Protect connection activity with a new lock, avoids de...Wim Taymans2007-08-173-27/+84
* gst/debug/rndbuffersize.c: Fix debug statement.Wim Taymans2007-08-172-1/+6
* gst/rtsp/gstrtspsrc.c: Fix stray %u in debug line as spotted by Saur on IRC.Wim Taymans2007-08-172-1/+6
* Use generator macros for the process functions for the different sample types...Sebastian Dröge2007-08-175-183/+115
* gst/audiofx/: Use generator macros for the process functions for the differen...Sebastian Dröge2007-08-176-123/+143
* gst/rtsp/gstrtspsrc.*: Improve timeout handling.Wim Taymans2007-08-173-75/+210
* gst/udp/gstmultiudpsink.*: Add support for getting and setting the socket to ...Wim Taymans2007-08-174-11/+89
* gst/filter/gstbpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge2007-08-164-76/+392
* gst/audiofx/: Add Chebyshev lowpass/highpass and bandpass/bandreject elements.Sebastian Dröge2007-08-1630-58/+5818
* Make ro memory to share.Stefan Kost2007-08-163-2/+8
* gst/udp/gstudpsrc.c: Improve UDP performance by avoiding a select() when we h...Wim Taymans2007-08-162-2/+17
* gst/rtsp/gstrtpdec.*: Add (dummy) SSRC management signals.Wim Taymans2007-08-165-58/+295
* gst/filter/gstlpwsinc.*: Implement latency query and only forward those sampl...Sebastian Dröge2007-08-163-54/+357
* gst/debug/rndbuffersize.c: Fix da leak.Stefan Kost2007-08-162-3/+28
* gst/debug/: Add new test element and clean-up the others a little.Stefan Kost2007-08-148-24/+354
* Add docs for lpwsinc and bpwsinc and integrate them into the build system. Wh...Sebastian Dröge2007-08-134-3/+57
* tests/check/elements/bpwsinc.c: Make one test constraint a bit stricter.Sebastian Dröge2007-08-121-1/+1
* tests/check/: Add unit tests for bpwsinc, testing fundamental functionality a...Sebastian Dröge2007-08-121-0/+525
* tests/check/: Add unit tests for lpwsinc, testing fundamental functionality.Sebastian Dröge2007-08-121-0/+388
* gst/filter/: Improve debugging a bit.Sebastian Dröge2007-08-122-11/+15
* gst/qtdemux/qtdemux.c: Fix parsing of mp4a version 0 atoms. Fixes #465774.Wim Taymans2007-08-122-0/+7
* gst/filter/: Reset the residue in BaseTransform::start to get a clean residue...Sebastian Dröge2007-08-122-2/+39
* gst/filter/: Fix processing with buffer sizes that are larger than the filter...Sebastian Dröge2007-08-112-8/+48
* gst/rtp/gstrtpilbcdepay.c: Include stdlib.Stefan Kost2007-08-102-0/+6
* gst/rtp/gstrtpmpvdepay.c: Set the mpegversion in the caps so that autopluggin...Wim Taymans2007-08-102-1/+10
* gst/filter/gstbpwsinc.c: Fix a segfault with more than one channel and don't ...Sebastian Dröge2007-08-101-1/+4
* gst/filter/gstbpwsinc.*: Add support for a bandreject mode and allow specifyi...Sebastian Dröge2007-08-103-16/+111
* gst/filter/gstbpwsinc.*: Apply the same changes to the bandpass filter:Sebastian Dröge2007-08-103-122/+226