index
:
delta/gstreamer-plugins-bad.git
0.10
0.11
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
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
baserock/1.4
baserock/1.6
baserock/1.6.3
baserock/morph/1.2
discontinued-for-monorepo
master
gitlab.freedesktop.org: gstreamer/gst-plugins-bad.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
vdpauvideopostprocess: set new framerate on output caps instead of input caps
Carl-Anton Ingmarsson
2010-09-06
1
-15
/
+15
*
vdpauh264dec: parse "pixel-aspect-ratio" from stream
Carl-Anton Ingmarsson
2010-09-05
1
-0
/
+29
*
vdpau: remove non working unused code from GstBaseVideoDecoder
Carl-Anton Ingmarsson
2010-09-05
2
-184
/
+21
*
vdpau: GstBaseVideoDecoder set default par to 1/1
Carl-Anton Ingmarsson
2010-09-05
1
-6
/
+18
*
vdpau: remove gst_base_video_decoder_get_current_frame
Carl-Anton Ingmarsson
2010-09-05
10
-63
/
+51
*
vdpau: rework GstBaseVideoDecoder timestamping
Carl-Anton Ingmarsson
2010-09-05
4
-175
/
+97
*
vdpau: fix invalid unref
Carl-Anton Ingmarsson
2010-09-05
1
-1
/
+1
*
vdpaumpeg4dec: fix typo in default_non_intra_quant_matrix
Carl-Anton Ingmarsson
2010-08-09
1
-1
/
+1
*
vdpau: add mpeg4 part2 decoder
Carl-Anton Ingmarsson
2010-08-09
8
-2
/
+1374
*
dvbsrc: align actual default values for properties with defaults in param spec
Tim-Philipp Müller
2010-08-06
2
-46
/
+65
*
vdpau: fix destruction of GstVdpDevice when it failed to open
Carl-Anton Ingmarsson
2010-08-06
2
-6
/
+4
*
vdpausink: use separate mutex for device locking
Carl-Anton Ingmarsson
2010-08-06
2
-7
/
+22
*
dshowvideosink: close our own window when changing the window id
Andoni Morales Alastruey
2010-08-06
1
-3
/
+10
*
dshowvideosink: allow changing window ID whilst in PLAYING state
Raimo Jarvi
2010-08-06
1
-1
/
+17
*
vdpau: set back plugin ranks to GST_RANK_NONE
Carl-Anton Ingmarsson
2010-08-02
1
-3
/
+3
*
vdpau: slightly fix GstBaseVideoDecoder timestamping
Carl-Anton Ingmarsson
2010-08-02
4
-58
/
+68
*
vdpau: init debug category in gst_vdp_video_buffer_get_type
Carl-Anton Ingmarsson
2010-08-02
1
-0
/
+2
*
vdpau: add error reporting to device creation
Carl-Anton Ingmarsson
2010-07-30
6
-99
/
+102
*
vdpau: fix small typo in GstBaseVideoDecoder
Carl-Anton Ingmarsson
2010-07-30
1
-1
/
+1
*
vdpau: use gst_vdp_yuv_to_video_caps in GstVdpVideoSrcPad to transform set caps
Carl-Anton Ingmarsson
2010-07-30
1
-10
/
+4
*
vdpau: rename gst_vdp_video_buffer_parse_yuv_caps and move it to gstvdputils.h
Carl-Anton Ingmarsson
2010-07-30
5
-71
/
+82
*
vdpau: GstVdpOutputSrcPad use gst_pad_alloc when outputting video/x-raw-rgb
Carl-Anton Ingmarsson
2010-07-30
1
-4
/
+27
*
vdpau: properly remove "chroma-type" field from transformed caps
Carl-Anton Ingmarsson
2010-07-30
1
-1
/
+1
*
vdpauvideopostprocess: use GstVdp[Video|Output]BufferPool to cache our buffers
Carl-Anton Ingmarsson
2010-07-30
4
-156
/
+107
*
vdpausink: use GstVdpOutputBufferPool to alloc our buffers
Carl-Anton Ingmarsson
2010-07-30
2
-53
/
+39
*
vdpau: use GstVdpVideoBufferPool in GstVdpVideoSrcPad
Carl-Anton Ingmarsson
2010-07-30
1
-58
/
+34
*
vdpau: add GstVdpOutputBufferPool
Carl-Anton Ingmarsson
2010-07-30
7
-12
/
+216
*
vdpau: add GstVdpVideoBufferPool
Carl-Anton Ingmarsson
2010-07-30
7
-15
/
+220
*
vdpau: add GstVdpBufferPool base class
Carl-Anton Ingmarsson
2010-07-30
5
-0
/
+581
*
vdpau: remove GstVdpOutputSrcPad "template-caps" property
Carl-Anton Ingmarsson
2010-07-30
4
-50
/
+21
*
vdpau: remove GstVdpOutputSrcPad code to retrieve the device from downstream
Carl-Anton Ingmarsson
2010-07-30
2
-154
/
+101
*
vdpau: cleanup GstVdpDecoder opening of it's GstVdpDevice
Carl-Anton Ingmarsson
2010-07-30
6
-156
/
+135
*
vdpau: fix GstBaseVideoDecoder returning wrong GstStateChangeReturn
Carl-Anton Ingmarsson
2010-07-30
1
-2
/
+4
*
vdpaumpegdec: remove unneeded setting of buffer flags
Carl-Anton Ingmarsson
2010-07-30
1
-12
/
+0
*
dshowvideosrc: don't make a range if min==max
Andoni Morales
2010-07-29
1
-8
/
+28
*
vdpau: dist new header file
Tim-Philipp Müller
2010-07-27
1
-1
/
+2
*
dshowvideosink: Improvements contributed from the Moovida projet.
Julien Moutte
2010-07-23
3
-124
/
+417
*
vdpau: add gst_vdp_decoder_render and gst_vdp_decoder_init_decoder
Carl-Anton Ingmarsson
2010-07-23
4
-206
/
+186
*
vdpauh264dec: try to calculate framerate if we don't get one from upstream
Carl-Anton Ingmarsson
2010-07-19
2
-1
/
+21
*
vdpau: fix segfault when vdpau device could not be created
Thijs Vermeir
2010-07-19
1
-0
/
+1
*
vdpauh264dec: fix problem when encountering GST_NAL_AU_DELIMITER
Carl-Anton Ingmarsson
2010-07-18
1
-7
/
+1
*
wasapisrc: Use new gst_audio_clock_new_full()
Sebastian Dröge
2010-07-16
1
-0
/
+6
*
vdpauh264dec: calculate width and height from bitstream info
Carl-Anton Ingmarsson
2010-07-15
1
-4
/
+18
*
vdpauh264dec: fix usage of g_bit_storage
Carl-Anton Ingmarsson
2010-07-15
1
-1
/
+1
*
vdpaumpegdec: rename zigzag matrix
Carl-Anton Ingmarsson
2010-07-14
1
-8
/
+9
*
vdpauh264dec: use g_bit_storage instead of log2
Carl-Anton Ingmarsson
2010-07-14
1
-10
/
+1
*
winks: fix compilation by using the right function
David Hoyt
2010-07-08
1
-1
/
+1
*
dshowdecwrapper: reset flow return state tracker after flush to avoid spurious
Michael Smith
2010-07-07
1
-0
/
+3
*
dshowvideosink: Update renderer aspect ratio after force-aspect-ratio propert...
Philippe Normand
2010-07-07
2
-2
/
+13
*
dshowaudiodec: Fix compilation error
Andoni Morales Alastruey
2010-07-06
1
-1
/
+1
[next]