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-06-20
vdpaumpegdec: the B_FRAME decoding was completely wrong, fix it
Carl-Anton Ingmarsson
4
-118
/
+113
2009-06-20
vdpaumpegdec: set full_pel_forward_vector to 0 when pic_type == P_FRAME
Carl-Anton Ingmarsson
1
-1
/
+2
2009-06-20
vdpaumpegdec: drop frames if we haven't got an I_FRAME yet
Carl-Anton Ingmarsson
1
-5
/
+11
2009-06-20
vdpau: set vdpauvideoyuv and vdpauyuvvideo to GST_RANK_PRIMARY
Carl-Anton Ingmarsson
1
-2
/
+2
2009-06-20
vdpaumpegdec: destroy the VdpDecoder and reset the decoder on state change
Carl-Anton Ingmarsson
2
-27
/
+38
2009-06-20
vdpau: fix error where we forgot to pass a trailing NULL to g_object_new
Carl-Anton Ingmarsson
1
-1
/
+1
2009-06-20
vdpau: close display on finalize
Carl-Anton Ingmarsson
1
-0
/
+1
2009-06-20
vdpau: small fixes
Carl-Anton Ingmarsson
1
-2
/
+3
2009-06-20
vdpau: use g_once_init_enter instead of g_once
Carl-Anton Ingmarsson
1
-11
/
+7
2009-06-20
vdpaumpegdec: if available use incoming buffer timestamp as output timestamp
Carl-Anton Ingmarsson
2
-12
/
+13
2009-06-20
vdpaumpegdec: clear the adapter when we reset the decoder
Carl-Anton Ingmarsson
1
-0
/
+2
2009-06-20
vdpau: fixup renaming
Carl-Anton Ingmarsson
10
-65
/
+63
2009-06-20
vdpaumpegdec: reset decoder on GST_EVENT_FLUSH_STOP
Carl-Anton Ingmarsson
1
-0
/
+28
2009-06-20
vdpaumpegdec: reset decoder when we get a discont buffer
Carl-Anton Ingmarsson
1
-0
/
+27
2009-06-20
vdpaumpegdec: add "MPEG_PACKET_EXT_PICTURE_CODING" debug statement
Carl-Anton Ingmarsson
1
-0
/
+1
2009-06-20
vdpaumpegdec: handle broken_gop field
Carl-Anton Ingmarsson
4
-11
/
+22
2009-06-20
vdpaumpegdec: convert all manual parsing to use read_bits instead
Carl-Anton Ingmarsson
1
-11
/
+16
2009-06-20
vdpaumpegdec: remove unneded gst_buffer_ref and the accompanying gst_buffer_u...
Carl-Anton Ingmarsson
1
-3
/
+0
2009-06-20
vdpaumpegdec: fixup error where we set forward_reference instead of backward_...
Carl-Anton Ingmarsson
1
-1
/
+1
2009-06-20
vdpaumpegdec: handle multiple B_FRAMEs in a row
Carl-Anton Ingmarsson
3
-38
/
+51
2009-06-20
vdpaumpegdec: more B_FRAME work
Carl-Anton Ingmarsson
1
-9
/
+8
2009-06-20
vdpaumpegdec: inital support at handling B_FRAMES
Carl-Anton Ingmarsson
2
-0
/
+47
2009-06-20
vdpaumpegdec: fixup GstFlowReturn propagation a bit
Carl-Anton Ingmarsson
1
-5
/
+5
2009-06-20
vdpaumpegdec: parse PICTURE_CODING_EXTENSION alternate_scan bit
Carl-Anton Ingmarsson
3
-0
/
+3
2009-06-20
vdpaumpegdec: fixup quantmatrix extension parsing
Carl-Anton Ingmarsson
2
-13
/
+12
2009-06-20
vdpaumpegdec: correct some default values
Carl-Anton Ingmarsson
1
-2
/
+6
2009-06-20
vdpaumpegdecoder: remove unused slice field
Carl-Anton Ingmarsson
1
-1
/
+0
2009-06-20
vdpau: rename "video/vdpau-video" caps to "video/x-vdpau-video"
Carl-Anton Ingmarsson
2
-2
/
+2
2009-06-20
vdpau: remove "silent" property from GstVdpDecoder
Carl-Anton Ingmarsson
2
-15
/
+1
2009-06-20
vdpau: don't set element details in GstVdpDecoder
Carl-Anton Ingmarsson
1
-6
/
+0
2009-06-20
vdpaumpegdecoder: rename to "vdpaumpegdec"
Carl-Anton Ingmarsson
2
-6
/
+6
2009-06-20
vdpaumpegdecoder: remove unnecesary want_slice field
Carl-Anton Ingmarsson
2
-18
/
+7
2009-06-20
vdpau: small cosmetical fix
Carl-Anton Ingmarsson
1
-4
/
+4
2009-06-20
vdpau: rename all files and objects from Vdpau to Vdp
Carl-Anton Ingmarsson
14
-294
/
+289
2009-06-20
vdpau: decode slices when we get the next picture header. MPEG2 now kindof wo...
Carl-Anton Ingmarsson
1
-4
/
+4
2009-06-20
vdpau: small improvement to mpeg decoder
Carl-Anton Ingmarsson
3
-9
/
+23
2009-06-20
vdpau: remove unused "silent" properties
Carl-Anton Ingmarsson
7
-54
/
+3
2009-06-20
vdpau: implement GstVdpauVideoBuffer -> I420 conversion
Carl-Anton Ingmarsson
2
-19
/
+64
2009-06-20
vdpau: move definition of the VdpChromaType array and the VdpauFormats to gst...
Carl-Anton Ingmarsson
3
-91
/
+55
2009-06-20
vdpau: small fix
Carl-Anton Ingmarsson
1
-1
/
+3
2009-06-20
vdpau: add new GstVdpauYUVVideo element
Carl-Anton Ingmarsson
7
-2
/
+617
2009-06-20
vdpau: VideoYUV unref buffer in chain so that we don't leak them MpegDecoder ...
Carl-Anton Ingmarsson
2
-4
/
+30
2009-06-20
vdpau: remove some unneded includes
Carl-Anton Ingmarsson
2
-3
/
+0
2009-06-20
vdpau: move plugin definition to a new gstvdpau.c file fix up debug categories
Carl-Anton Ingmarsson
5
-38
/
+35
2009-06-20
vdpau: add new GstVdpauVideoYUV element
Carl-Anton Ingmarsson
9
-306
/
+721
2009-06-20
vdpau: small indent fix
Carl-Anton Ingmarsson
1
-2
/
+2
2009-06-20
vdpau: remove obosolete FIXME and some debug prints from gstvdpaudevice.c
Carl-Anton Ingmarsson
1
-3
/
+0
2009-06-20
vdpau: commit rename of gst-vdpau-device.h to gstvdpaudevice.h
Carl-Anton Ingmarsson
1
-0
/
+0
2009-06-20
vdpau: remove gst-vdpau-device.c
Carl-Anton Ingmarsson
1
-267
/
+0
2009-06-20
vdpau: rename gst-vdpau-device.[ch] to gstvdpaudevice.[ch]
Carl-Anton Ingmarsson
3
-3
/
+270
[prev]
[next]