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
Commit message (
Expand
)
Author
Age
Files
Lines
*
srtpenc: fix failure return values from create_session()
Tim-Philipp Müller
2015-05-13
1
-2
/
+2
*
srtpenc: fix over unlocking
Miguel París Díaz
2015-05-13
1
-2
/
+0
*
h263parse: fix custom picture format (CPFMT) parsing
Lyon Wang
2015-05-13
1
-20
/
+37
*
compositor: fix rectangle obscure test to clamp against the output frame size
Matthew Waters
2015-05-13
2
-21
/
+43
*
glvideomixer: implement par handling
Matthew Waters
2015-05-13
1
-16
/
+50
*
glvideomixer: don't upload the vertex data every frame
Matthew Waters
2015-05-13
1
-0
/
+2
*
gluploadelement: Remove uneeded header and defines
Nicolas Dufresne
2015-05-12
1
-10
/
+0
*
gltestsrc: Use default get_caps implementation
Nicolas Dufresne
2015-05-11
1
-20
/
+0
*
glmixer: Implement GstVideoAggregator::find_best_format()
Sebastian Dröge
2015-05-11
1
-1
/
+21
*
gl: demote upload/convert/download elements to none
Matthew Waters
2015-05-11
1
-3
/
+3
*
gl: expose internal glvideomixerelement\
Matthew Waters
2015-05-11
1
-0
/
+5
*
gl: expose internal glimagesinkelement
Matthew Waters
2015-05-11
1
-0
/
+5
*
avfvideosrc: fix unconditional buffer queue unlock
Ilya Konstantinov
2015-05-11
1
-2
/
+2
*
decklink: Rename mode 2048p to 1556p
Heinrich Fink
2015-05-11
2
-9
/
+9
*
decklink: Use correct frame rate for mode 2160p50
Heinrich Fink
2015-05-11
1
-1
/
+1
*
decklink: Rename mode 3184p to 2160p
Heinrich Fink
2015-05-11
2
-25
/
+25
*
po: update POTFILES.skip and POTFILES.in
Piotr Drąg
2015-05-10
2
-0
/
+4
*
removesilence: remove gst_remove_silence_reset()
Luis de Bethencourt
2015-05-08
1
-14
/
+0
*
vtdec: We shouldn't manually check reconfigure flag on pads but instead imple...
Sebastian Dröge
2015-05-08
1
-0
/
+3
*
Update references to decodebin
Luis de Bethencourt
2015-05-08
7
-8
/
+8
*
removesilence: update example launch line
Luis de Bethencourt
2015-05-08
1
-1
/
+1
*
dtlssrtpdec: Don't merge RTP and RTCP streams that were just split by srtpdec
Sebastian Dröge
2015-05-07
2
-72
/
+31
*
Revert "Revert "glimagesink: add pixel-aspect-ratio property on the bin""
Sebastian Dröge
2015-05-06
1
-1
/
+5
*
Revert "Revert "glimagesink: forward ALL the properties on the bin""
Sebastian Dröge
2015-05-06
1
-8
/
+93
*
Revert "Revert "glimagesink: implement as a bin""
Sebastian Dröge
2015-05-06
3
-116
/
+119
*
Revert "gl: readd glupload/download onto element pads"
Sebastian Dröge
2015-05-06
13
-362
/
+190
*
Revert "Revert "glvideomixer: implement with glmixerbin""
Sebastian Dröge
2015-05-06
3
-52
/
+264
*
srtpdec: Actually set the caps on the srcpad instead of just calling the defa...
Sebastian Dröge
2015-05-06
1
-4
/
+4
*
adaptivedemux: only update stream position if query success
Jimmy Ohn
2015-05-05
1
-14
/
+3
*
decklink: Disable decklink plugin on Android
Sebastian Dröge
2015-05-05
1
-1
/
+4
*
glsyncmeta: fixup size declaration
Matthew Waters
2015-05-05
1
-1
/
+1
*
glimagesink: handle the local_context query
Matthew Waters
2015-05-04
1
-3
/
+31
*
androidmedia: Add suport for COLOR_FormatYV12
Matthieu Bouron
2015-05-04
2
-2
/
+6
*
androidmedia: Declare QOMX_COLOR_FORMATYVU420PackedSemiPlanar32mMultiView con...
Matthieu Bouron
2015-05-04
1
-0
/
+3
*
opusdepay: Set multistream=FALSE on the Opus caps
Sebastian Dröge
2015-05-04
1
-2
/
+4
*
opusheader: Do not include rate in caps if it is 0
Jose Antonio Santos Cadenas
2015-05-04
1
-1
/
+6
*
androidmedia: Fix slice-height for Tegra 3 devices
Matthieu Bouron
2015-05-04
1
-1
/
+1
*
androidmedia: Add support for COLOR_FormatYUV420Flexible
Edward Hervey
2015-05-04
2
-1
/
+4
*
androidmedia: Add suport for Intel color formats
Edward Hervey
2015-05-04
2
-0
/
+18
*
h264parse: Fix profile and level setting in caps
Sreerenj Balachandran
2015-05-04
1
-11
/
+127
*
glcolorconvert: Improve passthrough check when no conversion is needed.
Jan Schmidt
2015-05-04
2
-1
/
+44
*
wrappercamerabinsrc: handle when source creation fail
Thiago Santos
2015-05-01
1
-3
/
+8
*
wrappercamerabinsrc: fix element linking order
Thiago Santos
2015-05-01
1
-6
/
+3
*
tests: Add a check for the new compositor pad-is-obscured optimization
Nirbheek Chauhan
2015-05-01
2
-2
/
+215
*
compositor: Only map the frame from a buffer if it will be used
Nirbheek Chauhan
2015-05-01
1
-25
/
+24
*
compositor: use accessor macros for consistency
Nirbheek Chauhan
2015-05-01
1
-5
/
+5
*
compositor: Skip pads that are completely obscured by a higher zorder pad
Nirbheek Chauhan
2015-05-01
1
-0
/
+84
*
h265parse: Fix source caps to report cropped dimensions
Sreerenj Balachandran
2015-04-30
1
-3
/
+18
*
h265parse: Fix the memory freeing of stored VPS nals
Sreerenj Balachandran
2015-04-30
1
-1
/
+1
*
h265parse: Fix profile, tier and level setting in caps
Sreerenj Balachandran
2015-04-30
1
-8
/
+87
[next]