index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext/mad/gstid3tag.c: Add guard against invalid utf-8 conversions in mad. Just...
Benjamin Otte
2004-01-07
1
-0
/
+5
*
sys/oss/gstosssink.c: Fix for bug shown by poisoning
Benjamin Otte
2004-01-06
2
-2
/
+7
*
sys/v4l/: Fix for removed bufferpools.
Ronald S. Bultje
2004-01-06
1
-0
/
+9
*
ext/dv/gstdvdec.c: Fix caps negotiation.
Jan Schmidt
2004-01-06
2
-1
/
+28
*
ext/shout/gstshout.c: fix for new caps system.
Ronald S. Bultje
2004-01-06
2
-2
/
+23
*
ifdef out ARGB type when it isn't available in xvidcore 1.0.0beta2
Jan Schmidt
2004-01-06
1
-0
/
+9
*
gst/mpegstream/gstmpegparse.c: When we have received a new SCR right in the f...
Ronald S. Bultje
2004-01-06
1
-0
/
+7
*
Set the buffer-frames on the int2floats caps
Iain Holmes
2004-01-06
1
-0
/
+9
*
gst/mpegstream/gstmpegdemux.c: Add pad to element *after* setting functions s...
Ronald S. Bultje
2004-01-05
1
-0
/
+9
*
Fix the fixate functions to handle new prototype:
David Schleef
2004-01-04
2
-2
/
+12
*
sys/ximage/ximagesink.*: assorted fixes to make (re)embedding work
Benjamin Otte
2004-01-04
1
-0
/
+12
*
gst-libs/gst/xoverlay/xoverlay.*: Add optional "desired size" signal and quer...
Benjamin Otte
2004-01-04
1
-0
/
+8
*
Oops
Ronald S. Bultje
2004-01-04
1
-1
/
+1
*
gst/matroska/matroska-demux.c: Fix EBML-laced block parsing. Diffs are relati...
Ronald S. Bultje
2004-01-04
4
-6
/
+54
*
gst/wavenc/gstwavenc.c: Fix indenting, fix pad creation.
Ronald S. Bultje
2004-01-04
2
-7
/
+14
*
ext/xvid/gstxviddec.c: Implement src_getcaps() so proper size caps is negotia...
Ronald S. Bultje
2004-01-04
1
-0
/
+7
*
ext/flac/gstflacdec.c: Finish flac decoder on EOS. See #116178.
Ronald S. Bultje
2004-01-03
2
-2
/
+6
*
gst/matroska/: Add getcaps() function to fix capsnego...
Ronald S. Bultje
2004-01-03
3
-191
/
+29
*
gst/mpegstream/: Fix more integer overflows. Again, see #126967.
Ronald S. Bultje
2004-01-03
1
-0
/
+7
*
ext/mpeg2dec/gstmpeg2dec.c: Add support for mpeg2dec-0.4.0 (released two week...
Ronald S. Bultje
2004-01-03
1
-0
/
+25
*
Update xvid plugin to latest xvid (1.0.0-beta3) API.
Ronald S. Bultje
2004-01-03
1
-15
/
+24
*
gst/rtp/rtp-packet.c: Add sys/types.h include, since OS X doesn't define in_a...
Ronald S. Bultje
2004-01-03
2
-0
/
+8
*
Oops, failed to add this file during previous OS X stuff commit
Ronald S. Bultje
2004-01-03
1
-0
/
+2
*
ext/alsa/gstalsamixer.c: Correct logic of dispose function (see #129306).
Ronald S. Bultje
2004-01-03
1
-0
/
+7
*
gst/mpegstream/: and also fix integer overflows at high PTS values (see #1269...
Ronald S. Bultje
2004-01-03
1
-0
/
+9
*
ext/: OS X fixes (see #126628).
Ronald S. Bultje
2004-01-03
4
-7
/
+13
*
Change sink pad template caps to "video/quicktime"
David Schleef
2004-01-03
1
-1
/
+1
*
ext/alsa/gstalsasrc.c: Remove bogus "src" request pad.
David Schleef
2004-01-03
1
-0
/
+9
*
sys/: Move interface libs from LDFLAGS to LIBADD, fix relocation errors after...
Ronald S. Bultje
2004-01-02
1
-0
/
+8
*
ext/ffmpeg/gstffmpegenc.c: Negotiation fixes.
David Schleef
2004-01-02
1
-0
/
+10
*
sys/v4l/: Fix pad template stuff.
Ronald S. Bultje
2004-01-02
1
-0
/
+7
*
gst/matroska/: fix signed integer reading/writing.
Ronald S. Bultje
2004-01-02
3
-6
/
+23
*
ext/alsa/README: Remove outdated document
Benjamin Otte
2004-01-02
1
-0
/
+5
*
src pad was being created twice - oops.
Jan Schmidt
2004-01-02
2
-1
/
+6
*
sys/ximage/ximagesink.c: Comment out internal resize. It doesn't handle the r...
Ronald S. Bultje
2004-01-02
1
-0
/
+8
*
ext/mpeg2enc/gstmpeg2enc.cc: fix const/nonconst compile issue.
Ronald S. Bultje
2004-01-02
1
-0
/
+5
*
Add fixate function and test for bad caps
David Schleef
2004-01-02
1
-0
/
+6
*
Fix some regressions caused by caps conversion
David Schleef
2004-01-02
1
-8
/
+9
*
Negotiation fixes
David Schleef
2004-01-02
2
-17
/
+12
*
Convert elements to use gst_pad_use_explicit_caps() where appropriate.
David Schleef
2004-01-02
11
-79
/
+82
*
configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1...
Ronald S. Bultje
2004-01-01
5
-6
/
+171
*
Change gst_pad_proxy_link() to gst_pad_try_set_caps()
David Schleef
2003-12-31
2
-1
/
+7
*
Negotiation fixes.
David Schleef
2003-12-31
3
-68
/
+126
*
ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of signed.
Colin Walters
2003-12-30
2
-1
/
+6
*
Fix warning about discarding const qualifier
Jan Schmidt
2003-12-29
1
-0
/
+5
*
Changelog update
Jeremy Simon
2003-12-27
1
-0
/
+9
*
Fix warnings
Jeremy Simon
2003-12-27
1
-1
/
+1
*
ext/alsa/gstalsa.c: Don't send ALSA debugging to stderr.
Benjamin Otte
2003-12-27
1
-0
/
+7
*
sys/xvimage/xvimagesink.c: Free XVAdapterInfo correctly.
Benjamin Otte
2003-12-27
1
-0
/
+5
*
ext/mad/gstid3tag.c: Make id3tag use correct caps nego.
Benjamin Otte
2003-12-27
1
-0
/
+6
[next]