index
:
~arun/gst-plugins-good
master
osxaudio
Unnamed repository; edit this file 'description' to name the repository.
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-03
add a .pc file so other modules can use good plugins in tests
Thomas Vander Stichele
1
-0
/
+9
2006-04-01
configure.ac: clean up, use AS_VERSION and AS_NANO
Thomas Vander Stichele
1
-0
/
+22
2006-03-30
ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32
Sébastien Moutte
1
-0
/
+27
2006-03-30
better/unified long descriptions
Wim Taymans
1
-0
/
+114
2006-03-29
ext/dv/gstdvdemux.*: Seek in READY patch. Only works for pull based mode.
Michael Dominic K
1
-0
/
+12
2006-03-27
ext/gdk_pixbuf/gstgdkpixbuf.c: Fix two crashers: don't unref the same caps tw...
Tim-Philipp Müller
1
-0
/
+7
2006-03-27
ext/speex/gstspeexenc.*: Don't leak adapter.
Wim Taymans
1
-0
/
+11
2006-03-26
gst/id3demux/gstid3demux.c: Create source pad without leaking.
Tim-Philipp Müller
1
-0
/
+5
2006-03-24
ext/flac/: Spifify a bit.
Wim Taymans
1
-0
/
+10
2006-03-24
gst/avi/gstavidemux.c: this patch combines the global init_frames with the st...
Wim Taymans
1
-0
/
+10
2006-03-24
gst/: use DEBUG_FUNCPTR for collectpads
Stefan Kost
1
-0
/
+8
2006-03-24
ext/jpeg/gstjpegenc.c: Don't crash when encoding images where the number of r...
Tim-Philipp Müller
1
-0
/
+6
2006-03-23
More state change function fixes.
Tim-Philipp Müller
1
-0
/
+8
2006-03-23
ext/esd/esdsink.*: Fix esd choppy playback by configuring audiosink correctly...
Wim Taymans
1
-0
/
+10
2006-03-23
ext/libpng/gstpngdec.c: Make state change function thread-safe.
Tim-Philipp Müller
1
-0
/
+5
2006-03-23
gst/wavparse/gstwavparse.c: Don't try to read beyond the end of the file just...
Tim-Philipp Müller
1
-0
/
+7
2006-03-23
gst/wavparse/gstwavparse.*: Delay source pad creation until we have the first...
Tim-Philipp Müller
1
-0
/
+11
2006-03-22
mention fixed bug number in the changelog
Jan Schmidt
1
-1
/
+1
2006-03-22
gst/: Don't attempt typefinding on too-short buffers that have been completel...
Jan Schmidt
1
-0
/
+10
2006-03-21
ext/esd/esdsink.c: Some cleanups.
Wim Taymans
1
-0
/
+9
2006-03-21
gst/rtsp/gstrtspsrc.c: the OPTIONS request result is optional so don't fail o...
Wim Taymans
1
-0
/
+6
2006-03-21
gst/: gcc 4.1 unreferenced pointer fixes.
Edward Hervey
1
-0
/
+9
2006-03-21
gst/wavparse/gstwavparse.c: Fix block alignment calculation. Alignment should...
Tommi Myöhänen
1
-0
/
+8
2006-03-20
gst/matroska/ebml-write.c: Ensure that we set correct caps on buffers that ar...
Jan Schmidt
1
-0
/
+6
2006-03-20
gst/goom/: Free filter data when cleaning up. (Fixes: #334995)
Jan Schmidt
1
-0
/
+6
2006-03-17
configure.ac: Don't compile udp and rtsp plugins on win32 (mingw) or other sy...
Tim-Philipp Müller
1
-0
/
+6
2006-03-16
Change bus reset handler so it reports useful information such as whether the...
Zaheer Abbas Merali
1
-0
/
+8
2006-03-16
gst/id3demux/id3v2frames.c: We only care about gain and peak data for the mas...
Tim-Philipp Müller
1
-0
/
+6
2006-03-16
gst/id3demux/id3v2frames.c: Read replay gain tags (#323721).
Tim-Philipp Müller
1
-0
/
+7
2006-03-15
configure.ac: Bump requirements to gst-plugins-base CVS because of buggy gst_...
Tim-Philipp Müller
1
-0
/
+6
2006-03-15
Fixed one of the caps in the code from mulaw to alaw.
Philippe Kalaf
1
-0
/
+5
2006-03-15
gst/apetag/gsttagdemux.c: Ensure that we set caps on the buffers we pass.
Jan Schmidt
1
-0
/
+12
2006-03-15
Fix memleak with gst_static_pad_template_get().
Edward Hervey
1
-0
/
+41
2006-03-14
configure.ac: Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(...
Tim-Philipp Müller
1
-0
/
+12
2006-03-14
gst/avi/gstavidemux.c: Catch short reads, like they might happen with truncat...
Tim-Philipp Müller
1
-0
/
+6
2006-03-14
gst/avi/gstavidemux.c: Fix DIB image inversion for pictures with a depth != 8...
Tim-Philipp Müller
1
-0
/
+6
2006-03-14
ext/jpeg/gstjpegdec.*: Fix durations on outgoing buffers after seeking in MJP...
Tim-Philipp Müller
1
-0
/
+8
2006-03-13
gst/wavparse/gstwavparse.c: Implement seek in READY (re-fixes #327658)
Wim Taymans
1
-0
/
+6
2006-03-13
close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.
Wim Taymans
1
-0
/
+39
2006-03-09
ext/dv/gstdvdemux.c: Handle events in push mode better, can now do non-flushi...
Wim Taymans
1
-0
/
+7
2006-03-07
gst/udp/gstdynudpsink.c: Applied patch from Kai Vehmanen, fixes #333624.
Wim Taymans
1
-0
/
+5
2006-03-06
ext/libpng/gstpngdec.c: Implement paletted and grayscale png files handling. ...
Julien Moutte
1
-0
/
+6
2006-03-06
ext/speex/gstspeexenc.c: fix a tag list assert follow gst-plugins-base/ext/og...
Thomas Vander Stichele
1
-0
/
+9
2006-03-04
gst/id3demux/: Use new typefind helper functions here as well, and do typefin...
Tim-Philipp Müller
1
-0
/
+8
2006-03-04
sys/sunaudio/: Remove unused variables, breaks build from CVS
Benjamin Pineau
1
-0
/
+10
2006-03-03
docs/plugins/: Added wavparse docs.
Wim Taymans
1
-0
/
+19
2006-03-03
gst/avi/gstavidemux.*: If we have an index, use a duration based on the index...
Tim-Philipp Müller
1
-0
/
+11
2006-03-03
docs/plugins/: Added smoke and jpeg to the docs.
Wim Taymans
1
-0
/
+22
2006-03-03
docs/plugins/: Added videobalance and videoflip to the docs.
Wim Taymans
1
-0
/
+32
2006-03-02
configure.ac: Bump requirements to current core and -base CVS (core for new t...
Tim-Philipp Müller
1
-0
/
+15
[next]