summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gst/qtdemux/: Add cover and alternative copyright tag, and enhance some exist...Mark Nauwelaerts2008-11-114-1/+52
* gst/rtp/gstrtpg729pay.c: Don't ignore the return value of setcaps.Wim Taymans2008-11-112-2/+8
* gst/rtp/gstrtpg729pay.*: Replace G729 payloader with an improved version. Fix...Olivier Crete2008-11-113-74/+242
* gst/rtsp/gstrtspsrc.c: Only send one transport at a time for improved compati...Wim Taymans2008-11-112-4/+10
* gst/rtsp/gstrtspsrc.c: Only pause/play in the seek handler when the source wa...Wim Taymans2008-11-112-6/+18
* gst/matroska/matroska-mux.c: Fix muxing of Dirac streams if the input already...Sebastian Dröge2008-11-112-29/+43
* gst/avi/gstavimux.c: Don't segfault on string typed tags being NULL. Fixes #5...Stefan Kost2008-11-112-1/+6
* gst/matroska/matroska-mux.c: Fix mapping AAC profile to Matroska codec id.Mark Nauwelaerts2008-11-102-4/+64
* gst/qtdemux/qtdemux.c: Refactor some raw audio caps building, and handle >16-...Mark Nauwelaerts2008-11-102-111/+121
* gst/: Make author name consistent with others.Thomas Vander Stichele2008-11-104-3/+10
* gst/rtsp/gstrtspsrc.c: Pause the RTSP stream before doing a new play request.Eric Zhang2008-11-102-0/+15
* gst/matroska/: Implement Dirac muxing into Matroska comforming to the spec, i...Sebastian Dröge2008-11-053-0/+88
* Optionally use libv4l to access v4l2 devices. Fixes bug #545033.Bastien Nocera2008-11-047-47/+108
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-0469-1/+152
* ext/flac/Makefile.am: Include $(FLAC_CFLAGS) in CFLAGS to make sure to find t...Sebastian Dröge2008-10-312-1/+8
* sys/v4l2/v4l2src_calls.c: Guard more uncommon formats with ifdefs so that we ...Wim Taymans2008-10-312-0/+14
* gst/avi/gstavidemux.c: Invert other uncompressed RGB formats. Fixes #558554.Nick Haddad2008-10-312-5/+26
* gst/wavenc/gstwavenc.*: Add support for float/double as input and remove the ...Sebastian Dröge2008-10-304-11/+28
* gst/rtp/: Narrow down the caps of the mpeg audio pay/depayloaders to only acc...Wim Taymans2008-10-303-3/+11
* gst/rtp/gstrtpL16pay.c: Only put an integral amount of samples in the RTP pac...Wim Taymans2008-10-292-2/+11
* gst/rtp/gstrtpchannels.*: Add method to get possible channel positions.Wim Taymans2008-10-283-0/+38
* gst/rtp/Makefile.am: Also commit updated makefileWim Taymans2008-10-282-0/+8
* gst/wavenc/gstwavenc.c: Don't allow width=32,depth=24 as input. WAV requires ...Sebastian Dröge2008-10-282-53/+8