summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/wavparse/gstwavparse.c: add ATRAC3 to STATIC CAPS to fix a warningStéphane Loeuillet2004-10-062-2/+3
* gst/wavparse/Makefile.am gst/wavparse/riff.h gst/wavparse/wavparse.vcproj rif...Stéphane Loeuillet2004-10-063-444/+1
* gst/wavparse/gstwavparse.h remove duplicated defines for audio codec codes gs...Stéphane Loeuillet2004-10-062-41/+3
* gst/flx/gstflxdec.c: Actually _do_ negotiation. Pass gdouble as arg instead o...Wim Taymans2004-10-061-1/+5
* gst/avi/gstavidemux.c: Prevent overwrite of size member. Makes audio sound cr...Ronald S. Bultje2004-10-051-5/+6
* gst/avi/gstavidemux.c: There was something wrong with the index massaging.Ronald S. Bultje2004-10-041-2/+2
* gst/avi/gstavidemux.c: Fix seeking in some files. All this code is no longer ...Ronald S. Bultje2004-10-041-52/+3
* gst/avi/gstavidemux.c: Improve allocation, cutting and sorting of the index. ...Ronald S. Bultje2004-10-041-84/+132
* gstwavparse.c: it did not build in system with Glib < 2.4 because it used the...Ramon Garcia Fernandez2004-10-021-0/+4
* gst-libs/gst/riff/riff-media.c: Add wing commander format mimetype/fourccs.Ronald S. Bultje2004-10-021-6/+9
* gst-libs/gst/riff/riff-media.c: Add DIB fourcc (raw, palettized 8-bit RGB).Ronald S. Bultje2004-10-022-2/+24
* gst/wavparse/gstwavparse.*: Added some more debugging info.Wim Taymans2004-10-012-13/+71
* gst/wavparse/gstwavparse.c: Throw error if we didn't recognize the stream. Fi...Ronald S. Bultje2004-10-011-4/+6
* gst/wavparse/gstwavparse.c: Fix memleak.Ronald S. Bultje2004-10-011-1/+3
* ext/dvdread/dvdreadsrc.c: Fix. Don't do one big huge loop around the whole DV...Ronald S. Bultje2004-10-011-50/+77
* ext/flac/gstflacdec.c: Only return true if we actually filled something in. P...Ronald S. Bultje2004-09-293-124/+455
* gst/debug/gstnavigationtest.*: make navigationtest display button-press and b...Benjamin Otte2004-09-262-35/+116
* Forgot to commit thisIain Holmes2004-09-261-1/+1
* Company's wisdom:Iain Holmes2004-09-261-2/+2
* ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje2004-09-234-76/+24
* gst/asfdemux/gstasfdemux.c: Prevent infinite loops. More correct error report...Ronald S. Bultje2004-09-221-0/+1
* gst/wavenc/gstwavenc.*: Added newmedia support to wavencZaheer Abbas Merali2004-09-192-1/+14
* gst/avi/gstavidemux.c: Just hardcode for raw audio then. AVI audio sucks.Ronald S. Bultje2004-09-151-5/+3
* use audio/x-ttafile and audio/x-tta for tta instead of audio/x-tta and audio/...Arwed v. Merkatz2004-09-152-10/+7
* gst/avi/gstavidemux.c: Try to fix a/v sync issues.Ronald S. Bultje2004-09-151-6/+21
* configure.ac: remove NASM check, since we don't use it. Update dirac check t...David Schleef2004-09-151-39/+74
* gst/avi/gstavidemux.*: Fix for compressed audio (mp3) timestamp generation. H...Ronald S. Bultje2004-09-152-3/+13
* gst/qtdemux/qtdemux.c: Don't crash by dividing by zero (see sample movie in #...Ronald S. Bultje2004-09-131-4/+8
* gst/qtdemux/qtdemux.c: Don't touch non-existing data (fixes crash on file in ...Ronald S. Bultje2004-09-131-4/+6
* Fixes: #151879, #151881, #151882, #151883, #151884, #151886, #151887, #152102...David Schleef2004-09-121-3/+2
* Write meta-seek information (seek heads).Arwed v. Merkatz2004-09-092-1/+70
* Write multiple blocks/frames per cluster.Arwed v. Merkatz2004-09-092-10/+43
* gst/videomixer/videomixer.c: Copy timestamps from the master pad to the outpu...Wim Taymans2004-09-071-0/+4
* Create cue entries for audio only files.Arwed v. Merkatz2004-09-011-4/+17
* Write track and segment UIDs, write muxing date, write TRACKDEFAULTDURATION f...Arwed v. Merkatz2004-09-015-9/+77
* ext/alsa/: Re-commit ALSA switches.Ronald S. Bultje2004-08-312-3/+5
* Mux video/x-divx and video/x-xvid in VFW compatibility mode so it actually worksArwed v. Merkatz2004-08-272-4/+46
* Handle EOS correctly.Arwed v. Merkatz2004-08-271-2/+6
* Fix byte order reversion for writing ebml floats.Arwed v. Merkatz2004-08-263-12/+65
* Interpret BLOCKDURATION and set buffer duration accordingly, enable demuxing ...Arwed v. Merkatz2004-08-252-30/+54
* Send vorbis headers at the beginning of a stream, fixes bug #141554.Arwed v. Merkatz2004-08-251-0/+25
* gst/udp/gstudpsrc.*: Don't call gst_pad_push in a get function. Fixes #150449Jan Schmidt2004-08-192-2/+20
* ext/pango/gsttextoverlay.c: Add copyright block and fix plugin license fieldDavid Schleef2004-08-113-3/+3
* cleanups, debugging and memleak fixesThomas Vander Stichele2004-08-091-2/+12
* gst/multipart/multipartmux.c: whoops, last checkin broke normal buildBenjamin Otte2004-08-031-1/+1
* compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friendsBenjamin Otte2004-08-033-10/+5
* gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer): fix debugging logJohan Dahlin2004-08-021-1/+1
* gst/videomixer/Makefile.am: Fix things that should have been fixed in the las...David Schleef2004-07-301-4/+4
* gst/multipart/Makefile.am: Fix things that should have been fixed in the last...David Schleef2004-07-301-4/+4
* fix install locationThomas Vander Stichele2004-07-302-8/+2