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
...
*
gst/wavparse/gstwavparse.*: reverted patch #337625 for the price of 1 hour sleep
Stefan Kost
2006-04-26
3
-450
/
+173
*
gst/wavparse/gstwavparse.*: correct partial implementation of push mode (from...
Stefan Kost
2006-04-26
3
-95
/
+144
*
ext/esd/esdsink.c: Fix compile problem by defining ESD_MAX_WRITE_SIZE if it i...
Wim Taymans
2006-04-26
2
-0
/
+11
*
gst/auparse/gstauparse.*: Rewrite auparse to suck a little bit less: make sou...
Tim-Philipp Müller
2006-04-26
3
-254
/
+586
*
sys/osxaudio/: Port of osxaudiosink to 0.10
Zaheer Abbas Merali
2006-04-26
6
-674
/
+413
*
ext/esd/esdsink.c: Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE...
Wim Taymans
2006-04-26
2
-7
/
+11
*
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
2006-04-25
12
-14
/
+17
*
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
2006-04-25
124
-197
/
+613
*
ext/jpeg/gstjpegdec.c: Source pad has fixed caps. If we don't set this, bad t...
Tim-Philipp Müller
2006-04-25
2
-0
/
+7
*
gst/matroska/: Handle case where the TrackType ebml chunk does not come befor...
Tim-Philipp Müller
2006-04-25
5
-31
/
+174
*
gst/rtp/: It's codec_data, not codec_info.
Wim Taymans
2006-04-25
3
-14
/
+20
*
gst/matroska/matroska-demux.c: Handle codec_data for VfW compatibility codec ...
Mark Nauwelaerts
2006-04-25
3
-34
/
+76
*
gst/matroska/matroska-mux.c: Fix timestamping of B-frames, use signed integer...
Josef Zlomek
2006-04-25
2
-4
/
+22
*
just make it compile with --disable-gst-debug.
Edgard Lima
2006-04-24
2
-0
/
+7
*
gst/matroska/matroska-demux.c: Fix a bad conversion using gst_guint64_to_gdou...
Sébastien Moutte
2006-04-23
2
-3
/
+14
*
gst/matroska/matroska-demux.c: Use gst_guint64_to_gdouble for conversions
Sébastien Moutte
2006-04-22
4
-2
/
+146
*
gst/avi/gstavidemux.c: When splitting audio chunks, the block alignment is no...
Fabrizio Gennari
2006-04-21
2
-1
/
+18
*
ext/raw1394/gstdv1394src.c: Use scale functions
Wim Taymans
2006-04-21
2
-2
/
+12
*
ext/dv/gstdv.c: Fix build.
Tim-Philipp Müller
2006-04-21
2
-1
/
+7
*
gst/debug/progressreport.c: Add 'format' property to force querying to a part...
Tim-Philipp Müller
2006-04-21
2
-82
/
+147
*
ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at best, on big en...
Andy Wingo
2006-04-21
2
-2
/
+17
*
Add icydemux, and tests.
Michael Smith
2006-04-21
7
-1
/
+915
*
ext/flac/gstflacdec.c: Post SEGMENT_DONE message in TIME format.
Tim-Philipp Müller
2006-04-20
2
-1
/
+12
*
Added a couple of ifdefs to make it compile with other kernels.
Edgard Lima
2006-04-20
1
-4
/
+13
*
gst/avi/gstavidemux.c: Fix index creation when we have to scan the file to cr...
Fabrizio Gennari
2006-04-20
2
-60
/
+67
*
ext/flac/gstflacdec.c: Add support for segment seeks (fixes #338290). Also de...
Tim-Philipp Müller
2006-04-20
2
-24
/
+54
*
gst/matroska/: Set DISCONT flag on first buffer after a discontinuity.
Tim-Philipp Müller
2006-04-20
4
-31
/
+97
*
gst/matroska/matroska-demux.c: Handle end of segment properly when set; don't...
Mark Nauwelaerts
2006-04-20
2
-8
/
+22
*
gst/qtdemux/qtdemux.c: Never treat video streams as an audio stream.
j^
2006-04-20
1
-2
/
+7
*
gst/matroska/matroska-demux.c: Make mpeg2 aac audio work: create artificial p...
Tim-Philipp Müller
2006-04-20
2
-17
/
+27
*
gst/wavenc/gstwavenc.*: Set caps on first outgoing buffer, so that it doesn't...
Tim-Philipp Müller
2006-04-19
3
-269
/
+236
*
gst/qtdemux/qtdemux.c: For VBR audio, don't try to calculate the samples_per_...
Wim Taymans
2006-04-19
1
-3
/
+6
*
ext/gdk_pixbuf/gstgdkpixbuf.c: Leave JPEG decoding to our jpegdec plugin. gdk...
Tim-Philipp Müller
2006-04-18
2
-1
/
+10
*
ext/gdk_pixbuf/gstgdkpixbuf.*: Make work with packetised/framed input (e.g. p...
Tim-Philipp Müller
2006-04-18
3
-25
/
+43
*
ext/gdk_pixbuf/gstgdkpixbuf.c: No need to special-case for Gdk-2.0 any longer...
Tim-Philipp Müller
2006-04-18
2
-25
/
+8
*
Rewrite a bit: use GstBaseSink::start and stop instead of a state change func...
Tim-Philipp Müller
2006-04-18
4
-292
/
+304
*
Add translatable error message for when we cannot connect to the sound server...
Tim-Philipp Müller
2006-04-18
4
-11
/
+27
*
sys/oss/gst-i18n-plugin.h: Remove bogus file that doesn't belong here.
Tim-Philipp Müller
2006-04-18
2
-37
/
+5
*
ext/shout2/gstshout2.*: Handle tags being received before the connection to t...
Philippe Valembois
2006-04-17
3
-11
/
+33
*
Just added a gtk-doc comment.
Edgard Lima
2006-04-17
1
-0
/
+21
*
ext/shout2/gstshout2.c: Don't crash in case the connection to the server fail...
Tim-Philipp Müller
2006-04-17
2
-3
/
+18
*
gst/id3demux/id3tags.c: (Fixes #338713)
Alex Lancaster
2006-04-17
2
-0
/
+7
*
Fixed some memory leaks.
Edgard Lima
2006-04-13
2
-5
/
+24
*
reverting rtp patches to fix freeze break on -base as explained on the list
Thomas Vander Stichele
2006-04-13
27
-125
/
+309
*
gst/rtp/: Fix GObject macros.
Tim-Philipp Müller
2006-04-13
25
-55
/
+77
*
gst/rtp/: Ported mulaw and alaw payloaders to use new base class
Philippe Kalaf
2006-04-13
11
-258
/
+556
*
Fix to work in read mode.
Edgard Lima
2006-04-12
1
-1
/
+0
*
ext/gdk_pixbuf/gstgdkpixbuf.c: Some cleanups.
Wim Taymans
2006-04-12
2
-68
/
+93
*
gst/rtp/gstrtpmp4vdepay.c: Don't leak memory allocated by gst_buffer_new_and_...
Tim-Philipp Müller
2006-04-11
2
-2
/
+8
*
fix version number macro
Christian Schaller
2006-04-11
1
-1
/
+1
[prev]
[next]