index
:
~wjt/gst-plugins-bad
0.10
0.11
1.0
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
hlssink-fixes
master
🔫
wjt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-17
decklink: reindent
David Schleef
4
-79
/
+75
2012-03-17
decklinksrc: handle flow return properly and provide better message
blake tregre
1
-4
/
+12
2012-03-17
decklink: Add property probing
David Schleef
4
-18
/
+161
2012-03-17
element-templates: chain query/event functions
David Schleef
2
-3
/
+25
2012-03-17
inter: Add channel property
David Schleef
11
-73
/
+236
2012-03-17
gst-element-maker: fix -template-video caps string
Tim-Philipp Müller
2
-20
/
+20
2012-03-17
gst-element-maker: add video pad template and use it in videofilter class
Tim-Philipp Müller
3
-1
/
+67
2012-03-17
gst-element-maker: add {src,sink}pad-template, since many base classes create...
Tim-Philipp Müller
3
-1
/
+39
2012-03-17
tools: add videofilter template for gst-element-maker
Tim-Philipp Müller
1
-0
/
+78
2012-03-17
opencv: fix configure check and build with opencv 2.1
Tim-Philipp Müller
6
-11
/
+32
2012-03-16
don't pass random pointers to pull_range
Wim Taymans
11
-10
/
+29
2012-03-16
facedetect: initialize some arbitrary variable that gcc-4.6 can track properly
Stefan Sauer
1
-4
/
+4
2012-03-16
opencv: cosmetic code changes
Stefan Sauer
1
-38
/
+48
2012-03-16
opencv: use opencv prefix from pkgconfig to lookup datafiles
Stefan Sauer
3
-5
/
+10
2012-03-16
rsndvdsrc: post a message with title number and durations
Vincent Penquerc'h
1
-0
/
+50
2012-03-16
faceoverlay: remove blank line in gtk-doc comment
Stefan Sauer
1
-1
/
+0
2012-03-16
facedetect: skip detection for unavailable detectors
Stefan Sauer
1
-0
/
+3
2012-03-15
facedetect: move the detector to an own method to hide the ugly ifdefs
Stefan Sauer
1
-29
/
+18
2012-03-15
facedetect: always send facedetect message
Stefan Sauer
1
-53
/
+46
2012-03-15
faceoverlay: code cleanups
Stefan Sauer
1
-9
/
+6
2012-03-15
faceoverlay: don't access message fields directly
Stefan Sauer
1
-4
/
+7
2012-03-15
facedetect: don't skip faces
Stefan Sauer
1
-45
/
+44
2012-03-15
update for bufferpool changes
Wim Taymans
2
-2
/
+2
2012-03-15
update for allocation query changes
Wim Taymans
2
-36
/
+41
2012-03-15
rsvgoverlay: cosmetic change
Tim-Philipp Müller
1
-3
/
+5
2012-03-15
faceoverlay: clear overlay if the face disappears
Tim-Philipp Müller
1
-2
/
+7
2012-03-15
faceoverlay: add some locking for properties, free previous location when it ...
Tim-Philipp Müller
1
-2
/
+32
2012-03-15
faceoverlay: don't make rsvgoverlay reload the SVG for every single frame
Tim-Philipp Müller
2
-3
/
+12
2012-03-15
faceoverlay: move face handling into own function and handle 0 face count
Tim-Philipp Müller
1
-48
/
+58
2012-03-15
faceoverlay: fix pad templates
Tim-Philipp Müller
1
-9
/
+2
2012-03-15
rsvgoverlay: fix crash due to double adapter unref
Tim-Philipp Müller
1
-2
/
+3
2012-03-15
faceoverlay: fix weird pad creation code
Tim-Philipp Müller
2
-108
/
+57
2012-03-15
faceoverlay: minor cosmetic changes
Tim-Philipp Müller
1
-40
/
+2
2012-03-15
update for bufferpool api change
Wim Taymans
1
-1
/
+1
2012-03-15
update for memory api changes
Wim Taymans
13
-16
/
+20
2012-03-15
.gitignore: ignore more test binaries and stamp files
Tim-Philipp Müller
2
-0
/
+2
2012-03-15
opencv: make build with opencv 2.3.1 as in debian sid
Tim-Philipp Müller
3
-6
/
+10
2012-03-14
take padding into account
Wim Taymans
2
-8
/
+11
2012-03-14
mpeg2enc: also clear initialized mutex and cond
Mark Nauwelaerts
1
-0
/
+2
2012-03-14
flite: adjust to some modified caps related API changes
Mark Nauwelaerts
1
-3
/
+3
2012-03-14
winscreencap: Integrate into autotools build system
Dmitry Ketov
2
-6
/
+39
2012-03-13
inter: fix warnings when gst-inspecting interaudio{src,sink}
Tim-Philipp Müller
2
-1
/
+4
2012-03-13
waylandsink: Fix warnings, proper structuring, dead code removal, adding doc ...
Sreerenj Balachandran
2
-103
/
+64
2012-03-13
configure.ac: move spc plugin to NON_PORTED list(Fix build error)
Sreerenj Balachandran
1
-1
/
+1
2012-03-13
use gst_caps_merge instead of gst_caps_union
Wim Taymans
1
-6
/
+3
2012-03-12
geometrictransform: make sure gt->map not freed twice
Oleksij Rempel (Alexey Fisher)
1
-2
/
+4
2012-03-12
opusdec: fix for caps api change
Wim Taymans
1
-2
/
+2
2012-03-12
configure.ac: bump GLib requirement to 2.31.14
Sreerenj Balachandran
1
-1
/
+1
2012-03-12
hlsdemux: add floating point segment duration support
Gil Pedersen
3
-21
/
+51
2012-03-12
fix for caps _normalize changes
Wim Taymans
3
-10
/
+9
[prev]
[next]