index
:
gst-plugins-bad
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
master
LV2 for GStreamer (SoC 2009)
dave@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-12
vdpau: blacklist for generic states test, and demote to GST_RANK_NONE
Tim-Philipp Müller
2
-5
/
+14
2009-08-10
Remove execute flags from source files
Tim-Philipp Müller
10
-0
/
+0
2009-08-10
dshowsrcwrapper: can list more than 1 device
Julien Isorce
2
-6
/
+4
2009-08-10
dshowaudiosrc: handles device-name property
Julien Isorce
1
-0
/
+11
2009-08-10
dshowsrcwrapper: add a helper function to check a media type
Julien Isorce
4
-39
/
+30
2009-08-10
dshowvideosrc: can use other video sizes and framerates than the defaults
Julien Isorce
2
-25
/
+172
2009-08-10
directsoundsrc: LF and indent
Julien Isorce
1
-544
/
+635
2009-08-09
directdrawsink: Fix crash when exposing in GST_STATE_READY
Julien Isorce
1
-4
/
+6
2009-07-31
directdraw: Fix indention
Sebastian Dröge
1
-20
/
+17
2009-07-31
directdraw: Implement GstNavigation interface
Руслан Ижбулатов
2
-4
/
+196
2009-07-29
directsoundsrc: Add DirectSound source plugin
Joni Valtanen
5
-2
/
+768
2009-07-27
dshowsrcwrapper: remove use of IGstDshowInterface
Julien Isorce
12
-369
/
+44
2009-07-22
dshowsrcwrapper: update Makefile.am for source file renames as well
Tim-Philipp Müller
1
-2
/
+2
2009-07-22
dshowaudiosrc: do not remove a range of length 0
Julien Isorce
1
-1
/
+3
2009-07-22
dshowaudiosrc: converts code to C++
Julien Isorce
1
-92
/
+70
2009-07-22
dshowvideosrc: converts code to C++
Julien Isorce
1
-89
/
+72
2009-07-21
start refactoring of dshowsrcwrapper
Julien Isorce
13
-64
/
+814
2009-07-16
Increased the length of time for tuning in gstdvbsrc.c.
Austin Lund
1
-1
/
+3
2009-07-16
oss4: Attempt to fix a compiler warning
Jan Schmidt
1
-4
/
+3
2009-07-15
vdpau: Fix a compiler warning about uninitialised variable use.
Jan Schmidt
1
-3
/
+2
2009-07-15
oss4: Enhancements to the mixer and audio output
Garrett D'Amore
4
-239
/
+270
2009-06-23
VDPAU: Move I420/YV12 to the front of the caps. Add debug.
Jan Schmidt
2
-10
/
+13
2009-06-20
VDPAU: Add some debug statements
Jan Schmidt
2
-0
/
+18
2009-06-20
VDPAU: Fix build flags to pull in gst-plugins-base libs
Jan Schmidt
1
-2
/
+2
2009-06-20
VDPAU: Refactor the error path to a common output, and fix a leak.
Jan Schmidt
1
-16
/
+24
2009-06-20
VDPAU: Fix up caps in vdpaumpegdec. Remove extra semicolon
Jan Schmidt
1
-4
/
+3
2009-06-20
VDPAU: Enhance the configure tests
Jan Schmidt
1
-2
/
+3
2009-06-20
vdpaumpegdec: use fixed src caps
Carl-Anton Ingmarsson
1
-0
/
+1
2009-06-20
vdpaumpegdec: drop all frames before a GOP when we seek
Carl-Anton Ingmarsson
2
-1
/
+26
2009-06-20
vdpaumpegdec: small cleanup
Carl-Anton Ingmarsson
1
-4
/
+3
2009-06-20
vdpau: s/IS_VDPAU/IS_VDP
Carl-Anton Ingmarsson
7
-13
/
+13
2009-06-20
vdpaumpegdec: send newsegment event if only the rate has been updated
Carl-Anton Ingmarsson
1
-3
/
+11
2009-06-20
vdpaumpegdec: use mutex to protect mpeg_dec->seeking from concurrent access
Carl-Anton Ingmarsson
2
-1
/
+16
2009-06-20
vdpaumpegdec: use gst_pad_get_parent for threadsafety
Carl-Anton Ingmarsson
1
-23
/
+41
2009-06-20
vdpaumpegdec: further work on seeking
Carl-Anton Ingmarsson
1
-34
/
+27
2009-06-20
vdpaumpegdec: small cleanups
Carl-Anton Ingmarsson
2
-29
/
+32
2009-06-20
vdpaumpegdec: set GST_BUFFER_FLAG_DELTA_UNIT on non I_FRAME's
Carl-Anton Ingmarsson
1
-0
/
+8
2009-06-20
vdpaumpegdec: rename gstvdpmpegdecoder.[ch] to gstvdpmpegdec.[ch]
Carl-Anton Ingmarsson
4
-4
/
+4
2009-06-20
vdpaumpegdec: rename GstVdpMpegDecoder to GstVdpMpegDec
Carl-Anton Ingmarsson
3
-94
/
+90
2009-06-20
vdpaumpegdec: pass buffer size directly to gst_vdp_mpeg_decoder_decode
Carl-Anton Ingmarsson
2
-5
/
+4
2009-06-20
vdpaumpegdec: small cleanup
Carl-Anton Ingmarsson
1
-1
/
+2
2009-06-20
vdpaumpegdec: calculate byterate from the size of the incoming data
Carl-Anton Ingmarsson
2
-12
/
+38
2009-06-20
vdpaumpegdec: print frame_nr in debug print
Carl-Anton Ingmarsson
1
-2
/
+4
2009-06-20
vdpaumpegdec: interlaced fixes
Carl-Anton Ingmarsson
1
-1
/
+3
2009-06-20
vdpaumpegdec: only set base duration once
Carl-Anton Ingmarsson
1
-7
/
+7
2009-06-20
vdpaumpegdec: don't send the EVENT_NEWSEGMENT downstream if we're seeking
Carl-Anton Ingmarsson
1
-1
/
+8
2009-06-20
vdpaumpegdec: implement seeking
Carl-Anton Ingmarsson
2
-8
/
+166
2009-06-20
vdpaumpegdec: change a GST_DEBUG to GST_WARNING
Carl-Anton Ingmarsson
1
-1
/
+1
2009-06-20
vdpaumpegdec: remove unused broken_gop field
Carl-Anton Ingmarsson
2
-5
/
+0
2009-06-20
vdpaumpegdec: add new gst_vdp_mpeg_decoder_flush for flushing the decoder
Carl-Anton Ingmarsson
1
-15
/
+22
[next]