summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-05-11configure.ac: Add prototype Dirac support.David Schleef6-1/+300
2004-05-11gst/auparse/gstauparse.c: Hack around spider. Remove me some day please.Ronald S. Bultje1-0/+7
2004-05-11gst/auparse/gstauparse.c: Fix for some uninitialized variables in previous pa...Ronald S. Bultje1-0/+6
2004-05-10gst/auparse/gstauparse.c: eee (32, 64) only unsupported formats are ADPCM/CCI...Stéphane Loeuillet2-1/+9
2004-05-10ext/vorbis/: Added a raw vorbis encoder to be used with the oggmuxer.Wim Taymans1-0/+29
2004-05-10someone ported wavparse to riff-lib, remove it from TODOStéphane Loeuillet1-2/+0
2004-05-10ext/ogg/: Added an ogg muxer.Wim Taymans1-0/+18
2004-05-10ext/theora/theoraenc.c: Mark the last packet with an EOS flag which is not re...Wim Taymans1-0/+11
2004-05-10ext/tarkin/gsttarkindec.c: "Filter/Video/Decoder" => "Codec/Decoder/Video"Stéphane Loeuillet2-2/+2
2004-05-10ext/theora/theoradec.c: "Filter/Decoder/Video" => "Codec/Decoder/Video"Stéphane Loeuillet1-1/+1
2004-05-10Return the result of the parent state change callJan Schmidt1-0/+5
2004-05-10ext/a52dec/gsta52dec.c: mark audio/a52, audio/ac3 as deprecated in a commentStéphane Loeuillet1-0/+3
2004-05-09gst/law/alaw-decode.c: put audio/x-alaw on pads, instead of audio/x-mulawStéphane Loeuillet1-0/+2
2004-05-09gst/law/alaw.c: alawdec should be registered with type ALAWDEC, not ALAWENCStéphane Loeuillet1-0/+4
2004-05-09ext/alsa/gstalsasrc.c: don't use a fixed buffer size when writing variable le...Benjamin Otte1-0/+6
2004-05-09ext/gnomevfs/gstgnomevfssink.c: Run glib's default signal handler (??) in RUN...Ronald S. Bultje1-0/+9
2004-05-09gst-libs/gst/riff/: Fix for unaligned RIFF files (i.e. where all the chunks t...Ronald S. Bultje3-0/+46
2004-05-09ext/: \1/Codec, (fixes #142193)Benjamin Otte12-11/+34
2004-05-09ext/alsa/: Fix alsa oddness in mixer after the combination of using mixer in ...Ronald S. Bultje1-0/+8
2004-05-09gst/wavparse/gstwavparse.c: make PAUSED=>READY=>PAUSED=READY work by not dest...Benjamin Otte1-0/+7
2004-05-09ext/alsa/gstalsasink.c: allow discont events before caps negoBenjamin Otte1-0/+5
2004-05-08ext/vorbis/vorbisdec.c: don't leak eventsBenjamin Otte1-0/+5
2004-05-08gst/level/gstlevel.*: figure out if we're initialized directly instead of kee...Benjamin Otte1-0/+11
2004-05-08Rewrote wavparse to use riff-read instead of doing bytestream stuff by hand.Iain Holmes4-12/+54
2004-05-08ext/faad/gstfaad.c: HACK to correct signed char assumption in faad.h.David Schleef2-1/+7
2004-05-07sys/v4l2/gstv4l2src.c: Ronald S. Bultje3-0/+6
2004-05-07fix a number of memleaksColin Walters1-0/+8
2004-05-07ext/dv/gstdvdec.c: Fix caps nego and pad templates. RGB mode caps should work...Jan Schmidt1-0/+16
2004-05-07ext/alsa/: Make alsasink/src a subclass of alsamixer so that mixer stuff show...Ronald S. Bultje1-0/+12
2004-05-07cvs commit: warning: file 'ChangeLog' seems to still contain conflict indicatorsBenjamin Otte1-1/+0
2004-05-07ext/lame/gstlame.c: simplifyBenjamin Otte1-0/+10
2004-05-06ext/theora/theoraenc.c: Also encode the first frame, cleanup some code.Wim Taymans1-0/+7
2004-05-06ext/mpeg2enc/gstmpeg2enc.cc: Forward events first before deciding that negoti...Wim Taymans2-0/+12
2004-05-06gst/wavenc/gstwavenc.c: First process the events before deciding that negotia...Wim Taymans1-0/+6
2004-05-06ext/theora/: Added a theora encoder, grouped the encoder and decoder into the...Wim Taymans1-0/+13
2004-05-05ext/jpeg/gstjpegenc.c: fix DURATION on outgoing buffersThomas Vander Stichele1-0/+12
2004-05-05ext/mpeg2dec/gstmpeg2dec.*: removed the static pad template so that we can ad...Wim Taymans1-0/+10
2004-05-04configure.ac: check for kdemacros.h, too (should fix #141821)Benjamin Otte2-1/+9
2004-05-04ext/mpeg2enc/gstmpeg2enc.cc: call the parent dispose function to avoid segfau...Wim Taymans2-0/+7
2004-05-04sys/: clean up debugging caps also recreate xvimage when format has changedThomas Vander Stichele1-0/+9
2004-05-04ext/libvisual/: use a GstAdapter to correctly adapt buffer sizes - allows usi...Benjamin Otte1-0/+10
2004-05-03default value (-1) was out of boundStéphane Loeuillet1-1/+1
2004-05-03query v4lsrc device for fps (which works for webcams)Thomas Vander Stichele1-0/+13
2004-05-03don't trust lame_init to set good values as defaultsStéphane Loeuillet1-0/+5
2004-05-03ext/divx/gstdivxenc.c: fix range since -1 is the defaultThomas Vander Stichele8-8/+31
2004-05-03updated translationsThomas Vander Stichele9-301/+228
2004-05-03gst/audioconvert/gstaudioconvert.c: refactor/comment codeThomas Vander Stichele1-0/+5
2004-05-02gst/asfdemux/: Add tagging support to demuxer, split out registration in its ...Ronald S. Bultje1-0/+16
2004-05-01gst/matroska/: Basic tag reading support.Ronald S. Bultje1-0/+7
2004-05-01fix the spec fileStéphane Loeuillet1-4/+4