summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gst/rtp/: Add mappings for multichannel support. Does not completely just wor...Wim Taymans2008-10-285-3/+388
* gst/goom/: Add license headers in all source files. Remove filter.c fromStefan Kost2008-10-2844-144/+887
* gst/rtp/gstrtpL16pay.c: Implement getcaps in rtpL16pay. Fixes #556484.Olivier Crete2008-10-272-5/+67
* gst/rtp/gstrtpL16depay.c: Check if clock-rate and channels are valid.Wim Taymans2008-10-2748-456/+586
* gst/matroska/matroska-demux.c: Forward unknown events upstream.Wim Taymans2008-10-272-3/+10
* tests/check/elements/icydemux.c: Add some refcount checkWim Taymans2008-10-274-2/+23
* ext/esd/esdmon.c: Add doc blob.Stefan Kost2008-10-272-1/+24
* docs/plugins/: Add the docs of the new elements.Stefan Kost2008-10-278-99/+193
* gst/autodetect/: Fix "Since" tags in the documentation.Sebastian Dröge2008-10-273-2/+10
* ext/soup/gstsouphttpsrc.c: Add support for souphttpsrc to act as a live sourc...Sjoerd Simons2008-10-272-3/+22
* gst/autodetect/: Implement src plugins. Little code/string cleanup in the sinks.Stefan Kost2008-10-279-23/+1041
* gst/matroska/matroska-mux.c: Fix a memory leak when pads are requested but th...Peter Kjellerstedt2008-10-272-10/+21
* gst/udp/gstudpnetutils.h: Define the correct WINVER so getaddinfo() can be us...Sebastian Dröge2008-10-272-0/+11
* gst/udp/: Fix "argument type mismatch" compiler warnings on Windows.Sebastian Dröge2008-10-274-2/+26
* gst/equalizer/gstiirequalizer.c: Don't calculate the filter coefficients for ...Sebastian Dröge2008-10-272-0/+7
* configure.ac: Back to development -> 0.10.11.1Jan Schmidt2008-10-262-1/+6
* gst-plugins-good.doap: Fix version number of 0.10.11 release in doap fileJan Schmidt2008-10-262-1/+6
* Release 0.10.11Jan Schmidt2008-10-2472-1048/+1139
* Update .po filesJan Schmidt2008-10-2431-1941/+3051
* configure.ac: Commit 0.10.10.4 pre-releaseJan Schmidt2008-10-242-1/+6
* gst/avi/gstavimux.c: Fix VPRP chunk setup in avimux.Mark Nauwelaerts2008-10-212-4/+12
* gst/videobox/gstvideobox.c: support dynamically changing properties in videoboxWim Taymans2008-10-213-28/+26
* configure.ac: 0.10.10.3 pre-releaseJan Schmidt2008-10-162-1/+6
* tests/check/Makefile.am: Don't run the states test on pulsesrc and pulsesinkJan Schmidt2008-10-162-1/+6
* configure.ac: Commit 0.10.10.2 pre-release bump that actually went out on 200...Jan Schmidt2008-10-162-1/+7
* gst/avi/gstavidemux.c: Skip entries for streams that don't have a output pad ...Edward Hervey2008-10-152-0/+13
* gst/qtdemux/qtdemux.c: Remove previous wrong commitEdward Hervey2008-10-153-1/+10