summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* inspect updatesThomas Vander Stichele2006-10-083-15/+45
* gst/rtsp/gstrtspsrc.c: Activate pads before adding them to the source.Tim-Philipp Müller2006-10-072-0/+7
* docs/plugins/: Add/update docs stuff.Tim-Philipp Müller2006-10-071-0/+20
* Activate pads before adding.Wim Taymans2006-10-063-0/+18
* gst/multipart/multipartdemux.c: Activate pads before adding.Wim Taymans2006-10-063-4/+12
* Add ReplayGain analysis element (#357069).René Stadler2006-10-066-0/+3483
* ext/faad/gstfaad.c: Some cleanups.Wim Taymans2006-10-062-0/+1
* gst/rtsp/gstrtspsrc.*: Rework how the transport string is constructed, try to...Wim Taymans2006-10-0610-241/+590
* gst/spectrum/gstspectrum.c: Fix mem leak, avoid unnecessary memcpy.Tim-Philipp Müller2006-10-061-3/+5
* gst/spectrum/gstspectrum.c: Removed cruft code that was just commented out. R...Stefan Kost2006-10-061-109/+1
* Another batch of printf format fixes.Tim-Philipp Müller2006-10-053-12/+13
* Printf format fixes.Tim-Philipp Müller2006-10-0519-30/+57
* gst/videocrop/gstvideocrop.*: Handle packed YUV formats (UYVY, YUY2, YUYV) se...Tim-Philipp Müller2006-10-042-17/+116
* tests/icles/: Visual test for videocrop, shows that packed yuv doesn't work r...Tim-Philipp Müller2006-10-041-0/+316
* gst/rtsp/Makefile.am: Dist new .h file too.Wim Taymans2006-10-042-1/+6
* gst/rtsp/: Factor out extension in separate module.Wim Taymans2006-10-0412-67/+452
* docs/plugins/: added v4l2 stubsThomas Vander Stichele2006-10-045-0/+34
* gst/apetag/gstapedemux.c: Extract disc/album/medium number and count and try ...Tim-Philipp Müller2006-10-042-1/+40
* moap ignoreThomas Vander Stichele2006-10-031-0/+1
* add icle for v4l2Thomas Vander Stichele2006-10-031-1/+14
* add build stuff for v4l2, needs --enable-experimental until the last bits are...Thomas Vander Stichele2006-10-033-7/+89
* comment out the notifies for removed propertiesThomas Vander Stichele2006-10-031-0/+6
* sys/v4l2/gstv4l2object.c: comment out the properties that are already part of...Thomas Vander Stichele2006-10-031-0/+3
* sys/v4l2/gstv4l2src.c: Improve docs.Zaheer Abbas Merali2006-10-031-8/+3
* stop removing gdkpixbuf plugin from packageChristian Schaller2006-10-021-1/+1
* tests/check/Makefile.am: Disable autodetect test temporarily, so that the bui...Tim-Philipp Müller2006-09-293-4/+40
* gst/rtsp/URLS: Add some more URLs.Wim Taymans2006-09-295-74/+221
* gst/udp/gstudpsrc.*: Added property to post a message on timeout.Wim Taymans2006-09-294-33/+102
* gst/rtsp/gstrtspsrc.c: Fix flag registration.Wim Taymans2006-09-293-4/+12
* gst/udp/gstudpsrc.c: Fix possible infinite loop when shutting down, a read ca...Antoine Tremblay2006-09-292-1/+9
* sys/v4l2/: Framerate can be 0/1 too.Wim Taymans2006-09-282-2/+11
* gst/qtdemux/qtdemux.c: Add support for 'yv12' fourcc.Tim-Philipp Müller2006-09-282-0/+4
* Removed set-undef-fps.Edgard Lima2006-09-273-45/+2
* sys/v4l2/: Renamed some properties to match the tuner interface naming.Wim Taymans2006-09-276-64/+64
* Small cleanups.Wim Taymans2006-09-276-60/+99
* Some cleanups and comments.Edgard Lima2006-09-277-223/+131
* add audiofx pluginChristian Schaller2006-09-271-1/+2
* docs/plugins/: Add v4l2 plugin to the docs.Wim Taymans2006-09-263-8/+15
* sys/v4l2/Makefile.am: Fix makefile, list libs in stack order.Wim Taymans2006-09-2612-208/+156
* sys/v4l2/: Fix pass at code cleanups, move errors cases out of the normal flo...Wim Taymans2006-09-265-353/+510
* gst/autodetect/: Small cleanups. don't try to set "sync" property when it is ...Wim Taymans2006-09-253-7/+26
* gst/: Include stdlib.h in some more places, makes things compile with uClibc ...Peter Kjellerstedt2006-09-256-0/+17
* ext/jpeg/gstjpegdec.c: our code should handle that fine. Some of the buttons ...Tim-Philipp Müller2006-09-252-1/+8
* gst/rtsp/: Improve error reporting.Wim Taymans2006-09-235-23/+100
* gst/rtp/: Fix klass typos.Wim Taymans2006-09-2318-33/+56
* configure.ac: Need -base CVS for gst_base_rtp_depayload_push_ts().Tim-Philipp Müller2006-09-222-2/+7
* gst/avi/gstavidemux.c: Don't check for a tag that is never there and check if...Wim Taymans2006-09-222-7/+11
* gst/rtp/: More fixage, set endoder-params correctly in the payloader.Wim Taymans2006-09-225-101/+206
* gst/autodetect/: Make static pad templates static to appease valgrind's leak ...Tim-Philipp Müller2006-09-226-18/+169
* gst/rtp/: Small cleanups.Wim Taymans2006-09-229-11/+951