summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gst/rtp/gstrtpjpegdepay.c: Add an EOI marker at the end of the jpeg frame whe...Wim Taymans2008-12-092-2/+27
* tests/check/elements/videocrop.c: Update the unit test for the new color valu...Sebastian Dröge2008-12-092-10/+17
* ext/dv/gstdvdemux.c: Restore previous behaviour of not passing QoS and naviga...Tim-Philipp Müller2008-12-092-0/+9
* ext/dv/gstdvdemux.c: Add srcpads only when needed and remove them again when ...Sebastian Dröge2008-12-092-33/+81
* tests/check/elements/souphttpsrc.c: The ports in libsoup are unsigned integer...Sebastian Dröge2008-12-092-27/+40
* ext/dv/gstdvdemux.c: Forward all events upstream unless it's something we rea...Sebastian Dröge2008-12-082-2/+11
* ext/dv/: Really call dv_init() exactly one time, not one time for the demuxer...Sebastian Dröge2008-12-084-6/+10
* gst/rtp/gstrtpmp4apay.c: Copy incomming timestamp to outgoing packets.Wim Taymans2008-12-082-0/+10
* gst/rtp/gstrtpmp4vpay.c: Don't try to push packets before we could find a val...Wim Taymans2008-12-082-0/+13
* sys/sunaudio/gstsunaudiomixerctrl.c: Set the mixer fd before calling ioctl() ...Brian Cameron2008-12-072-1/+10
* configure.ac: Make usage of libv4l optional by a configure parameter.Alexandre Rostovtsev2008-12-072-7/+25
* Add documentation for matroskamux and matroskademux and update the inspection...Sebastian Dröge2008-12-0574-366/+627
* configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one ...Sebastian Dröge2008-12-042-3/+6
* configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M...Sebastian Dröge2008-12-043-0/+9
* gst/udp/gstmultiudpsink.c: Provide the parameters that are required for the f...Sebastian Dröge2008-11-302-2/+8
* gst/autodetect/gstautoaudiosrc.c: Fix classification.Stefan Kost2008-11-293-1/+6
* Require gettext 0.17 because older versions don't mix with libtool 2.2. At bu...Sebastian Dröge2008-11-294-2/+13
* gst/udp/gstmultiudpsink.c: Make gst_multiudpsink_render() ignore errors from ...Peter Kjellerstedt2008-11-282-22/+24
* Add support for basic and digest authentication in souphttpsrc.Ron McOuat2008-11-274-7/+250
* gst/wavenc/: Add support for a-law and mu-law encoded wav files. Fixes bug #5...Sebastian Dröge2008-11-274-14/+59
* gst/rtsp/gstrtspsrc.c: Prevent further read/write actions taken to the connec...이문형2008-11-272-2/+22
* tests/examples/level/level-example.c: Set fakesink to sync. Otherwise people ...Stefan Kost2008-11-262-0/+8
* tests/icles/.cvsignore: cvsignore newly generated file.Wim Taymans2008-11-252-0/+6
* gst/rtp/: Fix the descriptions and fix some email addresses.Wim Taymans2008-11-2577-127/+208
* gst/qtdemux/qtdemux.c: Add MPG1 and MPG2 fourcc to supported qtdemux video co...Julien Moutte2008-11-252-0/+8
* gst/autodetect/: Post an error when we can't set the internal ghostpad target.Wim Taymans2008-11-255-5/+50
* gst/videocrop/gstvideocrop.*: Fix renegotiation when changing properties usin...Wim Taymans2008-11-255-67/+205
* gst/rtsp/gstrtspsrc.c: Add some more debugging.Wim Taymans2008-11-242-1/+17
* ext/pulse/pulsesink.c: Change #if 0 to something more expresive and add point...Stefan Kost2008-11-232-6/+18
* ChangeLog surgerySebastian Dröge2008-11-231-1/+1
* gst/qtdemux/qtdemux.c: Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib vari...Tal Shalif2008-11-232-6/+14
* ext/soup/gstsouphttpsrc.c: Add transferMode.dnla.org header to HTTP requests ...Zeeshan Ali2008-11-212-0/+11
* sys/osxvideo/osxvideosink.*: Handle video window resizing more correctly, avo...Michael Smith2008-11-203-25/+31
* gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socke...Michael Smith2008-11-206-14/+32
* gst/wavparse/gstwavparse.c: Fix the scaling code.Wim Taymans2008-11-202-3/+13
* gst/matroska/matroska-mux.c: Fix NULL pointer dereference of an unset codec_i...Jan Schmidt2008-11-202-1/+8
* tests/check/Makefile.am: Just keep disabling elements that hang the states te...Jan Schmidt2008-11-202-1/+7
* ext/libpng/gstpngenc.c: Don't flush downstream after every buffer - that's no...Jan Schmidt2008-11-202-10/+7
* sys/v4l2/v4l2src_calls.c: Turns out we don't always get the frame sizes in a ...Tim-Philipp Müller2008-11-172-10/+32
* gst/matroska/: Make mkvdemux aware of E-AC3.Edward Hervey2008-11-163-0/+11
* gst/rtp/: Add a jpeg depayloader.Wim Taymans2008-11-146-4/+703
* sys/v4l2/gstv4l2.c: Give it a primary rank for autovideosrc.Stefan Kost2008-11-142-1/+6
* gst/rtp/: Add JPEG payloader. Fixes #560756.Bjorn Ostby2008-11-145-0/+594
* sys/: Fix some spelling mistakes. Fixes #556802.Fabricio Godoy2008-11-135-4/+14
* gst/equalizer/: Add presets for equalizer. Fixes #522183.Stefan Kost2008-11-136-4/+234
* gst/rtsp/: Remove google extension again, it's not needed anymore because we ...Wim Taymans2008-11-133-8/+11
* gst/rtsp/gstrtspsrc.*: Add property to configure NAT traversal method.Eric Zhang2008-11-133-76/+234
* gst/rtp/gstrtpmp4vpay.c: Flush the remaining frames on EOS. Fixes #560641.Yotam2008-11-132-2/+12
* gst/rtp/gstrtpg729pay.c: Fix compiler warning about printf formatting.Jan Schmidt2008-11-122-2/+7
* gst/qtdemux/qtdemux.*: Queue up new segment events instead of sending them fr...Andy Wingo2008-11-123-11/+34