summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't use declarations after statements and variable length arrays.Sebastian Dröge2008-07-0810-17/+30
* sys/v4l2/v4l2src_calls.c: Try progressive video if interlaced fails. Fixes bu...Daniel Drake2008-07-072-9/+51
* gst/rtp/gstrtpspeexdepay.*: Revert last change: Only the jitterbuffer is able...Sebastian Dröge2008-07-073-10/+10
* gst/rtp/gstrtpvrawdepay.c: Include stdlib.h for atoi().Stefan Kost2008-07-073-1/+10
* gst/rtp/gstrtpspeexdepay.*: Take timestamp from the RTP packet as a first ste...Tomasz Grobelny2008-07-073-1/+21
* gst/udp/gstudpsrc.c: Fix parsing of udp:// URIs containing IPv6 addresses.Tero Saarni2008-07-052-1/+9
* ext/gdk_pixbuf/gstgdkpixbuf.c: Do not leak incoming buffers.Mark Nauwelaerts2008-07-042-0/+7
* configure.ac: Fix build of the RTP plugin with mingw32 by linking to ws2_32 f...Damien Lespiau2008-07-032-1/+9
* gst/matroska/matroska-demux.c: Handle position and duration query in DEFAULT ...Sebastian Dröge2008-07-022-32/+82
* gst/matroska/ebml-read.c: Use NAN constant instead of 0.0/0.0 if possible. NA...Sebastian Dröge2008-07-022-1/+18
* gst/matroska/matroska-demux.*: Don't set the segment duration to the duration...Sebastian Dröge2008-07-023-3/+14
* gst/matroska/matroska-demux.c: If no Tracks element is found until the first ...Sebastian Dröge2008-07-022-3/+75
* gst/matroska/matroska-demux.c: Resync non-subtitle tracks too if a too large ...Sebastian Dröge2008-07-023-2/+6
* gst/rtp/: Add raw video pay and depayloaders, see RFC4175.Wim Taymans2008-07-017-2/+1278
* ext/libpng/gstpngdec.c: Don't return GST_FLOW_ERROR when buffer_alloc fails -...Jan Schmidt2008-06-302-3/+8
* gst/avi/avi-ids.h: Add vprp chunk related structures.Mark Nauwelaerts2008-06-295-3/+286
* tests/check/elements/avimux.c: Adjust avimux unit test according to increased...Mark Nauwelaerts2008-06-282-1/+6
* gst/qtdemux/qtdemux.c: Add Dirac stream typeDavid Schleef2008-06-272-0/+8
* gst/avi/gstavimux.*: Add 8 bytes to current streamheader to make for a comple...Mark Nauwelaerts2008-06-273-29/+51
* sys/v4l2/v4l2_calls.c: Don't include unused gstv4l2xoverlay.h. Fixes build in...Tim-Philipp Müller2008-06-262-0/+8
* ext/dv/gstdv.c: Fix compilation.Wim Taymans2008-06-262-2/+5
* ext/dv/gstdv.c: Marking rank of dvdec as GST_RANK_MARGINAL since it's the slo...Edward Hervey2008-06-262-10/+9
* gst/udp/gstudpsrc.c: Call getsockname() after the call to bind() to get updat...Sebastian Dröge2008-06-252-0/+40
* tests/check/pipelines/wavpack.c: Remove workaround for a bug in identity that...Sebastian Dröge2008-06-252-10/+11
* ext/soup/gstsouphttpsrc.c: Fix HTTP auth support with user/password passed vi...Jason Donenfeld2008-06-252-2/+39
* configure.ac: Depend on released versions of core and -base.Tim-Philipp Müller2008-06-242-2/+7
* gst/matroska/matroska-demux.c: Fix buggy format strings in macros. (makes it ...Julien Moutte2008-06-232-4/+11
* gst/: Added debug.Thomas Vander Stichele2008-06-203-2/+13
* switch v4l2src from experimental to normal build. Fixes #536831Christian Schaller2008-06-203-1/+5
* gst/rtp/gstrtpg726pay.c: Remove unused variable so that we can compile again.Wim Taymans2008-06-192-1/+5
* gst/rtp/gstrtpg726pay.c: No need to check for audio/G723 and audio/32KADPCM h...Peter Kjellerstedt2008-06-192-13/+7
* ext/wavpack/gstwavpackparse.c: Use G_GINT64_CONSTANT, this fixes the duration...Sebastian Dröge2008-06-192-4/+63
* gst/matroska/: Fix demuxing of WavPack files. Muxing is still broken.Sebastian Dröge2008-06-193-37/+135
* gst/matroska/: Add a "vfunc" to the track context for postprocessing frames a...Sebastian Dröge2008-06-193-40/+141
* gst/matroska/matroska-demux.c: If a gap of more than 1/2 second is found in o...Sebastian Dröge2008-06-192-9/+35
* gst/matroska/matroska-demux.c: Update FIXME/TODOs and only ignore EOS at the ...Sebastian Dröge2008-06-182-16/+12
* gst/rtp/gstrtpg726pay.c: Fix caps, See #538891.Wim Taymans2008-06-182-4/+7
* gst/matroska/matroska-demux.c: Improve debug output everywhere and fix the EO...Sebastian Dröge2008-06-186-574/+799
* gst/rtp/: Added G726 pay/depayloaders. Fixes #538891.mersad2008-06-187-0/+517
* gst/rtsp/URLS: Some more urls.Wim Taymans2008-06-174-2/+19
* ext/libmng/: Somewhat port mngenc and mngdec to 0.10. Does not work yet and h...Wim Taymans2008-06-177-251/+164
* gst/matroska/matroska-demux.c: When comparing index elements with the same ti...Sebastian Dröge2008-06-162-0/+13
* gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_attached_file)Tim-Philipp Müller2008-06-162-5/+8
* gst/matroska/: Parse Attachments and post them as GST_TAG_IMAGE if we detect ...Sebastian Dröge2008-06-167-15/+254
* ext/speex/gstspeexenc.c: Add mode property.Wim Taymans2008-06-162-42/+133
* gst/matroska/ebml-read.c: Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERRO...Sebastian Dröge2008-06-162-1/+8
* gst/matroska/: Use a GArray for storing the Cue (i.e. seek) information, stor...Sebastian Dröge2008-06-154-69/+150
* gst/matroska/matroska-mux.*: Don't write another SeekHead which indexes all C...Sebastian Dröge2008-06-153-64/+11
* gst/matroska/ebml-read.c: Prevent unaligned memory access when reading floats.Sebastian Dröge2008-06-152-20/+17
* gst/matroska/: Make sure that every Tags element is only parsed once and it's...Sebastian Dröge2008-06-155-1/+51