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/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
*
ext/libpng/gstpngdec.*: Handle more than one frame if the content is framed, ...
Tim-Philipp Müller
2006-04-11
3
-12
/
+110
*
sys/oss/: - the user-visible error strings were in the wrong category
Thomas Vander Stichele
2006-04-10
5
-81
/
+105
*
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
3
-2
/
+16
*
ext/annodex/gstcmmlenc.c: Use copies of header buffers for caps to avoid circ...
Michael Smith
2006-04-10
4
-7
/
+29
*
gst/matroska/matroska-demux.c: Use static pad templates with ANY caps for aud...
Tim-Philipp Müller
2006-04-10
2
-301
/
+183
*
ext/annodex/gstcmmlutils.c: Use g_list_delete_link () instead of g_list_remov...
Michael Smith
2006-04-10
3
-1
/
+7
*
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
2
-22
/
+38
*
gst/qtdemux/qtdemux.c: force mono 8000 Hz on AMR samples.
Wim Taymans
2006-04-10
1
-1
/
+5
*
ext/neon/gstneonhttpsrc.c: remove atoll by using g_ascii_strtoull (atoll is n...
Sébastien Moutte
2006-04-09
1
-0
/
+121
*
gst/level/gstlevel.c: use G_GINT64_CONSTANT for INT64 constants
Sébastien Moutte
2006-04-09
4
-12
/
+19
*
gst/matroska/ebml-read.c: Even better would be if we actually did the right t...
Tim-Philipp Müller
2006-04-09
2
-1
/
+7
*
gst/matroska/ebml-read.c: Can't just replace 1LL with 1L here just because MS...
Tim-Philipp Müller
2006-04-09
2
-1
/
+9
*
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost
2006-04-08
8
-9
/
+9
*
Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
Stefan Kost
2006-04-08
65
-64
/
+135
*
Fix more broken GObject macros
Stefan Kost
2006-04-08
3
-4
/
+14
*
Fix broken GObject macros
Stefan Kost
2006-04-08
2
-4
/
+6
*
Fix broken GObject macros
Stefan Kost
2006-04-08
9
-19
/
+33
*
gst/qtdemux/qtdemux.c: Don't make rounding errors in timestamp/duration calcu...
Wim Taymans
2006-04-08
1
-130
/
+141
*
ext/flac/gstflacdec.c: Don't try to seek beyond the end of the file (would oc...
Tim-Philipp Müller
2006-04-08
2
-0
/
+16
*
ext/flac/gstflacdec.*: If the stream header doesn't contain the total number ...
Tim-Philipp Müller
2006-04-07
3
-5
/
+208
*
Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to 25fps
Zaheer Abbas Merali
2006-04-07
1
-5
/
+6
*
tests/icles/ximagesrc-test.c: Actually assert that pipeline goes to playing
Zaheer Abbas Merali
2006-04-07
1
-0
/
+6
*
sys/ximagesrc/ximagesrc.c: Fix typo, C++ style comments and other small cleanups
Zaheer Abbas Merali
2006-04-07
1
-9
/
+14
*
gst/avi/gstavidemux.c: Don't unref the GstPadTemplate returned by gst_element...
Edward Hervey
2006-04-07
2
-1
/
+6
*
gst/qtdemux/qtdemux.c: Added full edit list support.
Wim Taymans
2006-04-06
2
-208
/
+578
*
Unify the long descriptions in the plugin details (#337263).
j^
2006-04-06
6
-28
/
+25
*
sys/sunaudio/gstsunaudiosink.*: Use spec->segsize and spec->segtotal in the p...
Brian Cameron
2006-04-06
3
-31
/
+27
*
configure.ac: Bump core requirements to CVS for gst_pad_query_peer_duration()...
Tim-Philipp Müller
2006-04-06
2
-1
/
+7
*
ext/speex/: Fix seeking and duration queries (#337033); clean up and refactor...
Tim-Philipp Müller
2006-04-05
5
-289
/
+490
*
ext/raw1394/gstdv1394src.c: distinguish between device not found and could no...
Thomas Vander Stichele
2006-04-05
2
-4
/
+26
*
gst/qtdemux/qtdemux.c: Use duration as segment stop position if none is expli...
Wim Taymans
2006-04-05
2
-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
*
ignore more
Thomas Vander Stichele
2006-04-03
1
-0
/
+2
*
fix dist
Thomas Vander Stichele
2006-04-03
1
-1
/
+3
*
add a .pc file so other modules can use good plugins in tests
Thomas Vander Stichele
2006-04-03
6
-1
/
+53
*
add taglib checks and docs
Thomas Vander Stichele
2006-04-01
5
-4
/
+450
*
disable use of AS_LIBTOOL_TAGS, it doesn't work correctly
Thomas Vander Stichele
2006-04-01
3
-2
/
+7
*
adding inspect files
Thomas Vander Stichele
2006-04-01
47
-143
/
+384
*
5 second timeout
Thomas Vander Stichele
2006-04-01
1
-2
/
+2
*
rename test
Thomas Vander Stichele
2006-04-01
3
-2
/
+3
*
rework build; add translations for v4l2
Thomas Vander Stichele
2006-04-01
8
-8
/
+8
*
configure.ac: clean up, use AS_VERSION and AS_NANO
Thomas Vander Stichele
2006-04-01
18
-85
/
+103
*
Add tests and fix PAR caps issue to ximagesrc
Zaheer Abbas Merali
2006-03-31
4
-7
/
+87
*
sys/ximagesrc/ximagesrc.c: Add docs to ximagesrc
Zaheer Abbas Merali
2006-03-31
1
-0
/
+25
*
sys/ximagesrc/: Fix ximagesrc so a) the cursor doesnt trail and b) there are ...
Zaheer Abbas Merali
2006-03-31
5
-42
/
+94
[next]