index
:
gst-plugins-bad
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
master
LV2 for GStreamer (SoC 2009)
dave@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2005-01-29
gst/rtp/gstrtpgsmenc.c: Use the src template for creating the src pad (#162330).
Ronald S. Bultje
1
-0
/
+5
2005-01-29
Update to 1.1 API (#165446).
Ronald S. Bultje
1
-0
/
+19
2005-01-28
ext/Makefile.am: Unbreak buildbot.
Ronald S. Bultje
1
-0
/
+5
2005-01-28
ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output to reflect a...
Andy Wingo
1
-0
/
+6
2005-01-28
gst/playback/gststreamselector.*: Be more selective when we're redoing caps n...
Ronald S. Bultje
1
-0
/
+8
2005-01-28
Add support for AMR-NB (mobile phone audio format; #155163, #163286).
Ronald S. Bultje
1
-0
/
+27
2005-01-27
gst/matroska/matroska-demux.c: Fix logic error in timing of subtitle stream s...
Ronald S. Bultje
1
-0
/
+8
2005-01-27
adding vietnamese translation
Thomas Vander Stichele
1
-0
/
+6
2005-01-27
gst/playback/gstdecodebin.c: Use realpad for signal.
Ronald S. Bultje
1
-0
/
+5
2005-01-27
ext/mad/gstid3demuxbin.c: Fix category so decodebin picks it up.
Ronald S. Bultje
1
-0
/
+5
2005-01-27
ext/mad/: Add id3demuxbin (which is a simple bin consisting of id3demux and t...
Ronald S. Bultje
1
-0
/
+17
2005-01-27
Allow seeks on audio pad, make mad forward those (#164826).
Ronald S. Bultje
1
-0
/
+10
2005-01-27
gst/asfdemux/gstasfdemux.*: Improve metadata display, e.g. if the metadata co...
Ronald S. Bultje
1
-0
/
+11
2005-01-26
tools/gst-launch-ext-m.m: Fix AVI/ASF pipelines (#165340).
Ronald S. Bultje
1
-0
/
+5
2005-01-26
ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix build fail...
Amaury Jacquot
1
-0
/
+4
2005-01-26
Check environment variables GST_ID3V2_TAG_ENCODING,
Tim-Philipp Müller
1
-0
/
+19
2005-01-25
ext/mad/gstmad.c: - on half framerate, compute the rate in advance so the com...
Benjamin Otte
1
-0
/
+12
2005-01-25
gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
Jan Schmidt
1
-0
/
+7
2005-01-25
gst/playback/gstplaybasebin.c: Notify delayed stream-info availability.
Ronald S. Bultje
1
-0
/
+5
2005-01-25
ext/a52dec/gsta52dec.c: Add some debug output. Check that a discont has a val...
Jan Schmidt
1
-0
/
+60
2005-01-25
gst-libs/gst/riff/riff-media.c: Add extradata to huffyuv (fixes #165013).
Ronald S. Bultje
1
-0
/
+9
2005-01-25
gst/effectv/gstquark.c: Memory free'ing location fix (#164708).
Ronald S. Bultje
1
-0
/
+8
2005-01-25
gst/playback/gstplaybasebin.c: Don't block for streams.
Ronald S. Bultje
1
-0
/
+11
2005-01-25
sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile for #ifndef HA...
Andy Wingo
1
-0
/
+5
2005-01-24
Apply patch from Jeffrey C. Ollie. Fixes rate (now always 8kHz) and adds time...
Maciej Katafiasz
1
-0
/
+11
2005-01-24
gst-libs/gst/riff/riff-media.c: Audio can be <8000Hz.
Ronald S. Bultje
1
-0
/
+6
2005-01-22
gst/playback/gstplaybasebin.c: Explicit state change to workaround refcount b...
Ronald S. Bultje
1
-0
/
+5
2005-01-22
gst/avi/gstavimux.c: Fix...
Ronald S. Bultje
1
-0
/
+6
2005-01-19
gst-libs/gst/riff/riff-read.*: Add _peek version (req'ed in CDXA).
Ronald S. Bultje
1
-0
/
+12
2005-01-19
ext/alsa/gstalsasink.c: Safety guard.
Ronald S. Bultje
1
-0
/
+5
2005-01-19
gst/avi/gstavimux.c: Fix padding...
Ronald S. Bultje
1
-0
/
+5
2005-01-19
gst/matroska/ebml-read.c: Allow for 0-sized buffers. Fixes length query probl...
Ronald S. Bultje
1
-0
/
+6
2005-01-19
Fix row strides for I420 (fixes #163159)
Tim-Philipp Müller
1
-0
/
+6
2005-01-19
gst/mpegstream/gstmpegparse.c: MPEG2 has a useful rate property, so we can ac...
Ronald S. Bultje
1
-0
/
+6
2005-01-19
gst-libs/gst/riff/riff-media.c: Add intel-h263.
Ronald S. Bultje
1
-0
/
+7
2005-01-19
ext/mad/gstmad.c: Fail if caps negotiation fails. Should fix #162184, and sho...
Ronald S. Bultje
1
-0
/
+16
2005-01-18
gst/playback/gststreaminfo.c: Elements may already be destroyed when this fun...
Ronald S. Bultje
1
-0
/
+5
2005-01-18
gst/qtdemux/qtdemux.c: More memory leak fixes (#149162).
Ronald S. Bultje
1
-0
/
+6
2005-01-17
gst/qtdemux/qtdemux.c: Fix two memleaks.
Ronald S. Bultje
1
-0
/
+6
2005-01-17
ext/faad/gstfaad.c: Argh...
Ronald S. Bultje
1
-0
/
+5
2005-01-17
ext/faad/gstfaad.c: Fix off-by-one bug. Fixes warnings during playback of sin...
Ronald S. Bultje
1
-0
/
+6
2005-01-17
Fix compile warnings on Solaris 10 buildbot
Tim-Philipp Müller
1
-0
/
+5
2005-01-17
Don't read beyond the last cell in a chapter (fixes invalid memory access)
Tim-Philipp Müller
1
-0
/
+6
2005-01-17
Use NULL for an empty GList instead of g_list_alloc(); fix memory leaks; s/LC...
Tim-Philipp Müller
1
-0
/
+8
2005-01-17
gst/ffmpegcolorspace/gstffmpegcodecmap.c: Fix BGRA32 caps (#164209).
Ronald S. Bultje
1
-0
/
+8
2005-01-17
gst/ffmpegcolorspace/gstffmpegcodecmap.c: alpha_mask can be RGBA/ABGR. Fixes ...
Ronald S. Bultje
1
-0
/
+8
2005-01-17
ext/mpeg2dec/gstmpeg2dec.*: Crop if decoding size is not the actual image siz...
Ronald S. Bultje
1
-0
/
+9
2005-01-17
gst/typefind/gsttypefindfunctions.c: Add libsndfile typefind functions (#1633...
Ronald S. Bultje
1
-0
/
+8
2005-01-17
tools/gst-launch-ext-m.m: Add .aac, fix .m1v/.m2v (#163891).
Ronald S. Bultje
1
-0
/
+5
2005-01-17
ext/alsa/gstalsaclock.c: Sanity check, don't wait endlessly since the clock m...
Ronald S. Bultje
1
-0
/
+6
[next]