summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socke...Michael Smith2008-11-201-0/+9
* gst/wavparse/gstwavparse.c: Fix the scaling code.Wim Taymans2008-11-201-0/+9
* gst/matroska/matroska-mux.c: Fix NULL pointer dereference of an unset codec_i...Jan Schmidt2008-11-201-0/+6
* tests/check/Makefile.am: Just keep disabling elements that hang the states te...Jan Schmidt2008-11-201-0/+6
* ext/libpng/gstpngenc.c: Don't flush downstream after every buffer - that's no...Jan Schmidt2008-11-201-0/+6
* sys/v4l2/v4l2src_calls.c: Turns out we don't always get the frame sizes in a ...Tim-Philipp Müller2008-11-171-0/+12
* gst/matroska/: Make mkvdemux aware of E-AC3.Edward Hervey2008-11-161-0/+6
* gst/rtp/: Add a jpeg depayloader.Wim Taymans2008-11-141-0/+17
* sys/v4l2/gstv4l2.c: Give it a primary rank for autovideosrc.Stefan Kost2008-11-141-0/+5
* gst/rtp/: Add JPEG payloader. Fixes #560756.Bjorn Ostby2008-11-141-0/+16
* sys/: Fix some spelling mistakes. Fixes #556802.Fabricio Godoy2008-11-131-0/+10
* gst/equalizer/: Add presets for equalizer. Fixes #522183.Stefan Kost2008-11-131-0/+9
* gst/rtsp/: Remove google extension again, it's not needed anymore because we ...Wim Taymans2008-11-131-0/+9
* gst/rtsp/gstrtspsrc.*: Add property to configure NAT traversal method.Eric Zhang2008-11-131-0/+21
* gst/rtp/gstrtpmp4vpay.c: Flush the remaining frames on EOS. Fixes #560641.Yotam2008-11-131-0/+7
* gst/rtp/gstrtpg729pay.c: Fix compiler warning about printf formatting.Jan Schmidt2008-11-121-0/+5
* gst/qtdemux/qtdemux.*: Queue up new segment events instead of sending them fr...Andy Wingo2008-11-121-0/+12
* gst/qtdemux/: Add cover and alternative copyright tag, and enhance some exist...Mark Nauwelaerts2008-11-111-0/+9
* gst/rtp/gstrtpg729pay.c: Don't ignore the return value of setcaps.Wim Taymans2008-11-111-0/+5
* gst/rtp/gstrtpg729pay.*: Replace G729 payloader with an improved version. Fix...Olivier Crete2008-11-111-0/+10
* gst/rtsp/gstrtspsrc.c: Only send one transport at a time for improved compati...Wim Taymans2008-11-111-0/+7
* gst/rtsp/gstrtspsrc.c: Only pause/play in the seek handler when the source wa...Wim Taymans2008-11-111-0/+7
* gst/matroska/matroska-mux.c: Fix muxing of Dirac streams if the input already...Sebastian Dröge2008-11-111-0/+7
* gst/avi/gstavimux.c: Don't segfault on string typed tags being NULL. Fixes #5...Stefan Kost2008-11-111-0/+5
* gst/matroska/matroska-mux.c: Fix mapping AAC profile to Matroska codec id.Mark Nauwelaerts2008-11-101-0/+6
* gst/qtdemux/qtdemux.c: Refactor some raw audio caps building, and handle >16-...Mark Nauwelaerts2008-11-101-0/+7
* gst/: Make author name consistent with others.Thomas Vander Stichele2008-11-101-0/+7
* gst/rtsp/gstrtspsrc.c: Pause the RTSP stream before doing a new play request.Eric Zhang2008-11-101-0/+10
* gst/matroska/: Implement Dirac muxing into Matroska comforming to the spec, i...Sebastian Dröge2008-11-051-0/+13
* Optionally use libv4l to access v4l2 devices. Fixes bug #545033.Bastien Nocera2008-11-041-0/+26
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+72
* ext/flac/Makefile.am: Include $(FLAC_CFLAGS) in CFLAGS to make sure to find t...Sebastian Dröge2008-10-311-0/+7
* sys/v4l2/v4l2src_calls.c: Guard more uncommon formats with ifdefs so that we ...Wim Taymans2008-10-311-0/+6
* gst/avi/gstavidemux.c: Invert other uncompressed RGB formats. Fixes #558554.Nick Haddad2008-10-311-0/+9
* gst/wavenc/gstwavenc.*: Add support for float/double as input and remove the ...Sebastian Dröge2008-10-301-0/+8
* gst/rtp/: Narrow down the caps of the mpeg audio pay/depayloaders to only acc...Wim Taymans2008-10-301-0/+7
* gst/rtp/gstrtpL16pay.c: Only put an integral amount of samples in the RTP pac...Wim Taymans2008-10-291-0/+7
* gst/rtp/gstrtpchannels.*: Add method to get possible channel positions.Wim Taymans2008-10-281-0/+6
* gst/rtp/Makefile.am: Also commit updated makefileWim Taymans2008-10-281-0/+5
* gst/wavenc/gstwavenc.c: Don't allow width=32,depth=24 as input. WAV requires ...Sebastian Dröge2008-10-281-0/+6
* gst/rtp/: Add mappings for multichannel support. Does not completely just wor...Wim Taymans2008-10-281-0/+13
* gst/goom/: Add license headers in all source files. Remove filter.c fromStefan Kost2008-10-281-0/+49
* gst/rtp/gstrtpL16pay.c: Implement getcaps in rtpL16pay. Fixes #556484.Olivier Crete2008-10-271-0/+8
* gst/rtp/gstrtpL16depay.c: Check if clock-rate and channels are valid.Wim Taymans2008-10-271-0/+216
* gst/matroska/matroska-demux.c: Forward unknown events upstream.Wim Taymans2008-10-271-0/+6
* tests/check/elements/icydemux.c: Add some refcount checkWim Taymans2008-10-271-0/+11
* ext/esd/esdmon.c: Add doc blob.Stefan Kost2008-10-271-0/+5
* docs/plugins/: Add the docs of the new elements.Stefan Kost2008-10-271-0/+11
* gst/autodetect/: Fix "Since" tags in the documentation.Sebastian Dröge2008-10-271-0/+8
* ext/soup/gstsouphttpsrc.c: Add support for souphttpsrc to act as a live sourc...Sjoerd Simons2008-10-271-1/+10