summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gst/matroska/matroska-demux.*: Allow an infinite number of stream inside Matr...Sebastian Dröge2008-08-023-51/+90
* gst/matroska/: Fix indention everywhere. A broken indent version has added ne...Sebastian Dröge2008-08-025-266/+74
* gst/matroska/matroska-demux.c: If no Tracks are found error out instead of tr...Sebastian Dröge2008-08-022-2/+9
* gst/matroska/matroska-demux.c: Fix demuxing of raw integer audio. The samples...Sebastian Dröge2008-08-022-1/+7
* gst/matroska/matroska-mux.c: Add more raw YUV formats to the list of supporte...Sebastian Dröge2008-08-022-1/+7
* gst/matroska/matroska-mux.c: Add support for muxing raw float audio now that ...Sebastian Dröge2008-08-022-8/+42
* gst/matroska/matroska-mux.c: Add locking to the global array of used track UI...Sebastian Dröge2008-08-022-27/+27
* ext/flac/gstflacdec.c: Always post the audio-codec tag, not only if other tag...Sebastian Dröge2008-08-022-9/+19
* configure.ac: Back to development -> 0.10.9.1Jan Schmidt2008-08-012-1/+6
* add missing gstreamer plugins to spec fileChristian Schaller2008-08-011-5/+2
* Release 0.10.9Jan Schmidt2008-07-3174-393/+799
* Update .po filesJan Schmidt2008-07-3129-1797/+1730
* ext/soup/gstsouphttpsrc.c: Don't throw an error when soup completes a msg wit...Jan Schmidt2008-07-313-3/+13
* configure.ac: 0.10.8.4 pre-releaseJan Schmidt2008-07-282-1/+6
* gst/qtdemux/qtdemux.c: Fix segment-stop regression.Edward Hervey2008-07-252-1/+78
* configure.ac: 0.10.8.3 pre-releaseJan Schmidt2008-07-244-2/+427
* gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately...Michael Smith2008-07-238-13/+52
* gst/debug/gsttaginject.*: Sent tags in _transform_ip() instead of _start(). F...Stefan Kost2008-07-224-12/+24
* configure.ac: 0.10.8.2 pre-releaseJan Schmidt2008-07-192-1/+6
* ext/Makefile.am: Finish hooking up pulseaudio plugin to the build.Jan Schmidt2008-07-193-2/+21
* po/: Add new lithunian translation, and add french to the LINGUAS file.Jan Schmidt2008-07-193-1/+398
* ext/soup/gstsouphttpsrc.c: Fix Soup HTTP source seeking.Wouter Cloetens2008-07-193-1/+17
* Move replaygain and interleave plugins from -bad.Jan Schmidt2008-07-1912-130/+402
* gst/qtdemux/qtdemux.c: Revert ISO base media spec based pixel-aspect-ratio ca...Mark Nauwelaerts2008-07-182-32/+7
* sys/osxvideo/osxvideosink.m: Fix minor build issues on macosx.Edward Hervey2008-07-172-2/+8
* Only use -Wno-attributes (which is there to work around a bug in the taglib 1...Tim-Philipp Müller2008-07-173-2/+18
* sys/v4l2/gstv4l2src.c: Avoid compiler warning by initialising variable to NUL...Benoit Fouet2008-07-172-2/+8
* gst/debug/gsttaginject.c: Don't pass NULL taglists to gst_tag_list_is_empty().Sebastian Dröge2008-07-142-1/+6
* tests/check/elements/: Don't use declarations after statements.Sebastian Dröge2008-07-144-13/+117
* ext/jpeg/gstjpegdec.c: Align documentation with reality.Mark Nauwelaerts2008-07-142-2/+6
* gst/udp/gstudpnetutils.c: EAI_ADDRFAMILY was obsoleted in BSD at some point. ...Sebastian Dröge2008-07-142-0/+12
* gst/avi/gstavidemux.c: Fix build of avidemux on big endian architectures.Alessandro Decina2008-07-143-3/+10
* gst/qtdemux/qtdemux.c: Correctly distinguish 8bit vs 16bit raw audio. Fixes ...Thiago Sousa Santos2008-07-102-2/+9
* gst/qtdemux/qtdemux.c: Set pixel-aspect-ratio in caps using display width and...Mark Nauwelaerts2008-07-082-0/+39
* configure.ac: Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include ...Sebastian Dröge2008-07-082-1/+7
* 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