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
path:
root
/
gst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gst/auparse/gstauparse.*: Rewrite auparse to suck a little bit less: make sou...
Tim-Philipp Müller
2006-04-26
2
-254
/
+566
*
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
2006-04-25
6
-6
/
+8
*
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
2006-04-25
83
-157
/
+424
*
gst/matroska/: Handle case where the TrackType ebml chunk does not come befor...
Tim-Philipp Müller
2006-04-25
4
-31
/
+159
*
gst/rtp/: It's codec_data, not codec_info.
Wim Taymans
2006-04-25
2
-14
/
+14
*
gst/matroska/matroska-demux.c: Handle codec_data for VfW compatibility codec ...
Mark Nauwelaerts
2006-04-25
2
-34
/
+64
*
gst/matroska/matroska-mux.c: Fix timestamping of B-frames, use signed integer...
Josef Zlomek
2006-04-25
1
-4
/
+12
*
gst/matroska/matroska-demux.c: Fix a bad conversion using gst_guint64_to_gdou...
Sébastien Moutte
2006-04-23
1
-3
/
+4
*
gst/matroska/matroska-demux.c: Use gst_guint64_to_gdouble for conversions
Sébastien Moutte
2006-04-22
1
-2
/
+3
*
gst/avi/gstavidemux.c: When splitting audio chunks, the block alignment is no...
Fabrizio Gennari
2006-04-21
1
-1
/
+8
*
gst/debug/progressreport.c: Add 'format' property to force querying to a part...
Tim-Philipp Müller
2006-04-21
1
-82
/
+138
*
Add icydemux, and tests.
Michael Smith
2006-04-21
3
-0
/
+678
*
gst/avi/gstavidemux.c: Fix index creation when we have to scan the file to cr...
Fabrizio Gennari
2006-04-20
1
-60
/
+56
*
gst/matroska/: Set DISCONT flag on first buffer after a discontinuity.
Tim-Philipp Müller
2006-04-20
3
-31
/
+82
*
gst/matroska/matroska-demux.c: Handle end of segment properly when set; don't...
Mark Nauwelaerts
2006-04-20
1
-8
/
+12
*
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
1
-17
/
+19
*
gst/wavenc/gstwavenc.*: Set caps on first outgoing buffer, so that it doesn't...
Tim-Philipp Müller
2006-04-19
2
-269
/
+222
*
gst/qtdemux/qtdemux.c: For VBR audio, don't try to calculate the samples_per_...
Wim Taymans
2006-04-19
1
-3
/
+6
*
gst/id3demux/id3tags.c: (Fixes #338713)
Alex Lancaster
2006-04-17
1
-0
/
+1
*
reverting rtp patches to fix freeze break on -base as explained on the list
Thomas Vander Stichele
2006-04-13
26
-81
/
+309
*
gst/rtp/: Fix GObject macros.
Tim-Philipp Müller
2006-04-13
24
-55
/
+49
*
gst/rtp/: Ported mulaw and alaw payloaders to use new base class
Philippe Kalaf
2006-04-13
10
-258
/
+540
*
gst/rtp/gstrtpmp4vdepay.c: Don't leak memory allocated by gst_buffer_new_and_...
Tim-Philipp Müller
2006-04-11
1
-2
/
+2
*
gst/qtdemux/qtdemux.c: Fix parsing of newer stsd chunks again.
Wim Taymans
2006-04-10
1
-1
/
+3
*
gst/matroska/ebml-read.c: Don't try to modify read-only data.
Tim-Philipp Müller
2006-04-10
2
-2
/
+7
*
gst/matroska/matroska-demux.c: Use static pad templates with ANY caps for aud...
Tim-Philipp Müller
2006-04-10
1
-301
/
+167
*
gst/qtdemux/qtdemux.c: Fix framerate calculation.
Wim Taymans
2006-04-10
1
-4
/
+11
*
gst/avi/gstavidemux.c: Fix some crashers with empty chunks. (Fixes #337749)
Ryan Lortie (desrt)
2006-04-10
1
-22
/
+29
*
gst/qtdemux/qtdemux.c: force mono 8000 Hz on AMR samples.
Wim Taymans
2006-04-10
1
-1
/
+5
*
gst/level/gstlevel.c: use G_GINT64_CONSTANT for INT64 constants
Sébastien Moutte
2006-04-09
2
-2
/
+6
*
gst/matroska/ebml-read.c: Even better would be if we actually did the right t...
Tim-Philipp Müller
2006-04-09
1
-1
/
+1
*
gst/matroska/ebml-read.c: Can't just replace 1LL with 1L here just because MS...
Tim-Philipp Müller
2006-04-09
1
-1
/
+1
*
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost
2006-04-08
4
-4
/
+4
*
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost
2006-04-08
43
-43
/
+43
*
Fix more broken GObject macros
Stefan Kost
2006-04-08
1
-2
/
+4
*
Fix broken GObject macros
Stefan Kost
2006-04-08
2
-2
/
+2
*
gst/qtdemux/qtdemux.c: Don't make rounding errors in timestamp/duration calcu...
Wim Taymans
2006-04-08
1
-130
/
+141
*
gst/avi/gstavidemux.c: Don't unref the GstPadTemplate returned by gst_element...
Edward Hervey
2006-04-07
1
-1
/
+0
*
gst/qtdemux/qtdemux.c: Added full edit list support.
Wim Taymans
2006-04-06
1
-208
/
+578
*
Unify the long descriptions in the plugin details (#337263).
j^
2006-04-06
4
-15
/
+13
*
gst/qtdemux/qtdemux.c: Use duration as segment stop position if none is expli...
Wim Taymans
2006-04-05
1
-10
/
+24
*
gst/qtdemux/qtdemux.c: More cleanups, added comments.
Wim Taymans
2006-04-04
1
-142
/
+237
*
gst/qtdemux/qtdemux.*: Handle stss boxes so we can mark and find keyframes.
Wim Taymans
2006-04-04
2
-127
/
+322
*
rework build; add translations for v4l2
Thomas Vander Stichele
2006-04-01
4
-4
/
+4
*
configure.ac: clean up, use AS_VERSION and AS_NANO
Thomas Vander Stichele
2006-04-01
1
-1
/
+1
*
ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32
Sébastien Moutte
2006-03-30
12
-19
/
+45
*
better/unified long descriptions
Wim Taymans
2006-03-30
65
-270
/
+249
*
gst/id3demux/gstid3demux.c: Create source pad without leaking.
Tim-Philipp Müller
2006-03-26
1
-3
/
+1
*
gst/avi/gstavidemux.c: this patch combines the global init_frames with the st...
Wim Taymans
2006-03-24
1
-30
/
+38
[next]