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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-06-20
vdpau: change all references of "gst_vdpaudecoder*" to "gst_vdpau_decoder"
Carl-Anton Ingmarsson
2
-25
/
+25
2009-06-20
vdpau: make the decoder clean up after itself
Carl-Anton Ingmarsson
2
-2
/
+32
2009-06-20
vdpau: remove extra \ from Makefile.am
Carl-Anton Ingmarsson
1
-1
/
+1
2009-06-20
vdpau: add gstvdpaudevice for abstracting vdpau initalization
Carl-Anton Ingmarsson
7
-213
/
+392
2009-06-20
vdpau: remove comment
Carl-Anton Ingmarsson
1
-1
/
+0
2009-06-20
vdpau: MPEG1 decoding know gives recognizable output
Carl-Anton Ingmarsson
7
-61
/
+529
2009-06-20
vdpau: create VdpDecoder in set_caps add more functions for parsing mpeg
Carl-Anton Ingmarsson
6
-48
/
+276
2009-06-20
vdpau: store vdpau function pointers in a local structure
Carl-Anton Ingmarsson
4
-61
/
+43
2009-06-20
vdpau: extract mpeg2 profile from codec_data
Carl-Anton Ingmarsson
6
-12
/
+325
2009-06-20
vdpau: extract mpeg version
Carl-Anton Ingmarsson
4
-23
/
+40
2009-06-20
vdpau: add version specification to mpegdecoder caps
Carl-Anton Ingmarsson
3
-291
/
+1
2009-06-20
vdpau: focus on mpeg instead of h264
Carl-Anton Ingmarsson
3
-2
/
+292
2009-06-20
vdpau: rough try at implementing pushinf of YV12 buffers
Carl-Anton Ingmarsson
3
-3
/
+38
2009-06-20
vdpau: remove obsolete comment
Carl-Anton Ingmarsson
1
-4
/
+0
2009-06-20
vdpau: init vdpau in GST_STATE_CHANGE_NULL_TO_READY add gst_vdpaudecoder_push...
Carl-Anton Ingmarsson
3
-7
/
+35
2009-06-20
vdpau: add stubs for pushing VdpVideoSurfaces to the src pad
Carl-Anton Ingmarsson
2
-4
/
+19
2009-06-20
vdpau: update VdpauH264Decoder element description
Carl-Anton Ingmarsson
1
-2
/
+2
2009-06-20
vdpau: changle gstvdpaudecoder.c classification
Carl-Anton Ingmarsson
1
-1
/
+1
2009-06-20
vdpau: implement downstream caps negotiation
Carl-Anton Ingmarsson
6
-82
/
+577
2009-06-20
vdpau: small indentation fix
Carl-Anton Ingmarsson
1
-2
/
+1
2009-06-20
vdpau: add basic base class for vdpau decoders
Carl-Anton Ingmarsson
3
-6
/
+299
2009-06-20
add new vdpau directory
Carl-Anton Ingmarsson
3
-2
/
+29
2009-06-19
rtpbin: add support for buffer-list
Branko Subasic
7
-62
/
+500
2009-06-19
aacparse: ADIF: do not send bogus timestamps, leave to downstream (decoder)
Mark Nauwelaerts
1
-2
/
+6
2009-06-19
qtmux: only use (64-bit) extended (mdat) atom size if needed. Fixes #585319.
Mark Nauwelaerts
3
-21
/
+42
2009-06-19
qtmux: set default movie timescale to microsecond units
Mark Nauwelaerts
1
-1
/
+1
2009-06-19
qtmux: compress/optimize stsc writing
Mark Nauwelaerts
1
-0
/
+4
2009-06-19
qtmux: add 3GP style tagging (and refactor appropriately)
Mark Nauwelaerts
5
-151
/
+487
2009-06-19
qtmux (and variants): handle pixel-aspect-ratio. Fixes #584358.
Mark Nauwelaerts
4
-3
/
+55
2009-06-19
Fix previous commit so that things still work with debug logs enabled
Tim-Philipp Müller
2
-2
/
+3
[prev]
[next]