index
:
~wtay/gst-plugins-base
0.10
0.10.36
0.11
0.11-data
0.11-fdo
1.0
1.2
1.4
abi-unbreak
alsasink-ringbuffer
audio-duplex
audiosink-clock
bufferpool
bufferpool-0.11
burstcache
colorspace
colorspace2
d2see
dont-set-caps
download
duplex-audio
framestep
intlinks-query
master
master-fdo
memory-improvements
memory-improvements3
mikey
mulas4wl
multisocketsink-receive
new-video-caps
new-vorbis
ogg-index
oggdemux-fix
orc-0.5-bits
playbin2-groups
qnx-0.10.25
qnx-buffering
rawhide
release
rename-events
resampler
reset-time
rhel-7.0
rhel-7.2
rhel-7.3
rhel-7.x
ring_buffer_props
rtp-list
rtsp-client-connection
rtsp-connection
sa
ste-base-0.10.25
ste-base-rtp-0.10.25
temp
tiled
timestamp-audiosrc
tp-vision
video-scaler
video-scaler-old
wim-fdo/0.11-fdo
work
GStreamer base plugins hacking
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2005-06-02
Added net stuff, version net lib.
Wim Taymans
5
-10
/
+25
2005-06-02
examples/seeking/seek.c: Updated seek example.
Wim Taymans
3
-24
/
+59
2005-06-02
pkgconfig/: Add gst/tag to the -L list.
Andy Wingo
4
-9
/
+39
2005-06-02
gst/: Bufferalloc changes.
Wim Taymans
1
-12
/
+16
2005-06-02
Cleanups and buffer alloc.
Wim Taymans
13
-113
/
+162
2005-05-31
gst-libs/gst/audio/gstringbuffer.c: Don't try to call the delay method when t...
Wim Taymans
2
-0
/
+9
2005-05-31
ext/alsa/gstalsasink.c: Get actual segment size and buffer size after opening...
Wim Taymans
2
-8
/
+14
2005-05-30
ext/ogg/gstoggdemux.c: Also FLUSH upstream, makes the loop function exit faster.
Wim Taymans
3
-6
/
+39
2005-05-26
ext/ogg/gstoggdemux.c: Clear chains in READY
Wim Taymans
2
-8
/
+47
2005-05-25
gst-libs/gst/audio/: Various small cleanups.
Wim Taymans
5
-13
/
+38
2005-05-25
gst/playback/: Some playbin cleanups mostly refcounting sloppyness.
Wim Taymans
6
-167
/
+247
2005-05-25
ext/ogg/gstoggdemux.c: Work with streaming input.
Ronald S. Bultje
2
-0
/
+11
2005-05-25
gst/ffmpegcolorspace/gstffmpegcolorspace.c: No need to take the STREAM lock a...
Wim Taymans
2
-7
/
+8
2005-05-25
ext/: Remove STREAM locks as they are taken in core now.
Wim Taymans
4
-89
/
+85
2005-05-25
ext/gnomevfs/gstgnomevfssrc.c: Fix memleaks, GST_BUFFER_DATA() is not freed.
Wim Taymans
2
-11
/
+15
2005-05-25
ext/alsa/gstalsasink.c: Open non-blocking, set to blocking mode afterwards to...
Wim Taymans
2
-2
/
+16
2005-05-23
gst-libs/gst/audio/gstringbuffer.c: This can't be good.
Ronald S. Bultje
2
-2
/
+8
2005-05-23
gst/audioconvert/gstaudioconvert.c: Implement instant setup switching.
Ronald S. Bultje
2
-63
/
+87
2005-05-20
remove these until they are built again
Thomas Vander Stichele
1
-2
/
+0
2005-05-19
make buildbot happy
Thomas Vander Stichele
1
-6
/
+9
2005-05-19
gst/playback/gstplaybasebin.c: Fix missing unlock.
Ronald S. Bultje
3
-1
/
+14
2005-05-19
examples/Makefile.am: fix buildbot (make distcheck)
Zaheer Abbas Merali
3
-2
/
+9
2005-05-19
gst/playback/gstplaybin.c: Remove some wrong code. Doesn't work yet.
Ronald S. Bultje
2
-9
/
+18
2005-05-19
gst-libs/gst/net/: Added buffer subclass to store extra to/from addresses for...
Wim Taymans
9
-0
/
+548
2005-05-18
gst-libs/gst/gconf/gconf.c: Don't lock an unassigned variable.
Ronald S. Bultje
2
-3
/
+8
2005-05-18
gst/playback/gstplaybasebin.c: Increase buffer for video, decrease buffer for...
Ronald S. Bultje
3
-3
/
+12
2005-05-18
gst/ffmpegcolorspace/gstffmpegcolorspace.c: Enable buffer alloc passthrough i...
Wim Taymans
2
-1
/
+16
2005-05-17
Leak fixes in oggdemux.
Wim Taymans
5
-97
/
+232
2005-05-17
make compiler happy
Thomas Vander Stichele
3
-0
/
+7
2005-05-17
sys/: Port xvimagesink to new MiniObject.
Wim Taymans
4
-84
/
+148
2005-05-17
gst/: Fix passthrough in ffmpegcolorspace.
Wim Taymans
3
-3
/
+23
2005-05-16
gst/playback/gststreaminfo.c: Port from GstData to GstMiniObject.
David Schleef
2
-1
/
+6
2005-05-16
Port from GstData to GstMiniObject.
David Schleef
18
-87
/
+203
2005-05-12
gst/playback/gstplaybasebin.*: Post buffer-fullness on the bus.
Ronald S. Bultje
3
-28
/
+19
2005-05-12
gst/playback/: Move setup_output_pads into a virtual function, remove group-s...
Ronald S. Bultje
5
-99
/
+33
2005-05-12
gst/playback/: Rough port of playbin. Needs some more work, but is mostly don...
Ronald S. Bultje
8
-901
/
+671
2005-05-12
ext/ogg/gstoggdemux.c: Do no-more-pads (needed for autoplugging).
Ronald S. Bultje
2
-0
/
+6
2005-05-11
ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a message to the ...
Andy Wingo
3
-9
/
+28
2005-05-09
gst/volume/Makefile.am: gst/volume/demo.c gst/volume/gstvolume.h
Andy Wingo
6
-220
/
+126
2005-05-09
Make caps writable before writing to it.
Wim Taymans
3
-7
/
+27
2005-05-09
gst/videorate/gstvideorate.c: Better negotiation.
Wim Taymans
2
-48
/
+60
2005-05-09
gst/videorate/gstvideorate.c: Port videorate, do a better job at negotiation ...
Wim Taymans
2
-100
/
+180
2005-05-09
configure.ac: Disable libvisual
Jan Schmidt
8
-8
/
+20
2005-05-09
Port to new query API.
Wim Taymans
16
-425
/
+534
2005-05-09
ext/: ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek) (gst_ogg_demux_read_...
Andy Wingo
12
-88
/
+130
2005-05-09
configure.ac: Require liboil.
David Schleef
5
-66
/
+56
2005-05-06
gst/ffmpegcolorspace/gstffmpegcolorspace.c: Well, unreffing a buffer right be...
Wim Taymans
2
-2
/
+17
2005-05-06
adding two more plugins to base
Christian Schaller
1
-0
/
+5
2005-05-06
fix pc.in file for gstreamer-libs
Christian Schaller
2
-1
/
+5
2005-05-06
Fixed negotiation wrt _peer_get_caps()
Wim Taymans
8
-164
/
+96
[next]