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-02-28
nsf: Don't write further than the limits of the table (size is 75, as defined...
Edward Hervey
1
-2
/
+3
2009-02-28
mxf: Don't use GLib 2.16 API unconditionally in the example
Sebastian Dröge
1
-0
/
+4
2009-02-27
videoanalyse: Fix brightness calculation to not only use the first rowstride
Andrzej Polatyński
1
-1
/
+1
2009-02-27
mpeg4videoparse: Use correct values for checking VO startcode.
Michael Smith
1
-2
/
+2
2009-02-27
xdgmime: Use empty caps for registering the typefinders with old core versions
Sebastian Dröge
1
-2
/
+17
2009-02-27
mpeg4videoparse: handle more formats
Wim Taymans
2
-103
/
+161
2009-02-27
Merge branch 'work'
Jan Schmidt
9
-13
/
+94
2009-02-27
docs: Ignore some more generated files
Jan Schmidt
1
-1
/
+2
2009-02-27
celtdec: Move define into the C file so it doesn't show up in the docs
Jan Schmidt
2
-2
/
+2
2009-02-27
docs: Enroll dirac plugin into the docs
Jan Schmidt
2
-0
/
+35
2009-02-27
dtsdec: Add some basic docs to the plugin
Jan Schmidt
4
-3
/
+38
2009-02-27
apexsink: Use a union to avoid type-punning strict aliasing compiler warning.
Jan Schmidt
1
-7
/
+17
2009-02-27
camerabin: rework signaling and tests
Stefan Kost
4
-7
/
+10
2009-02-27
baseparse: revert last change and properly fix
Stefan Kost
3
-12
/
+18
2009-02-27
qtwrapper: Only use _dump_mem() if requested.
Edward Hervey
1
-0
/
+2
2009-02-26
Add v210 format
David Schleef
1
-1
/
+8
2009-02-26
Fix incorrect "pixel_aspect_ratio" in caps
David Schleef
1
-3
/
+3
2009-02-26
mxf: Add example application to output the structural metadata tree into a Gt...
Sebastian Dröge
4
-0
/
+251
2009-02-26
gstrtpbin: Don't forward revc events to sender
Olivier Crête
1
-4
/
+0
2009-02-26
baseparse: remove checks for buffer==NULL
Stefan Kost
3
-27
/
+15
2009-02-25
build: Update shave init statement for changes in common. Bump common.
Jan Schmidt
2
-1
/
+1
2009-02-25
tests: add a timeout of 5 slightly above the default
Stefan Kost
1
-0
/
+1
2009-02-25
camerabin: increase timeout and lower video recording length
Stefan Kost
1
-11
/
+23
2009-02-25
Automatic update of common submodule
Jan Schmidt
1
-0
/
+0
2009-02-25
tests: blacklist dccp plugins.
Stefan Kost
1
-1
/
+1
2009-02-25
docs: various doc fixes
Stefan Kost
11
-154
/
+148
2009-02-25
mpegdemux: don't ignore GstFlowReturn values
Wim Taymans
1
-0
/
+6
2009-02-25
camerabin: update signal marshaller and docs
Stefan Kost
2
-16
/
+10
2009-02-25
docs: update docs to add camerabin and its figure
Stefan Kost
87
-371
/
+6609
2009-02-25
camerabin: get rid of // comment and explain
Stefan Kost
1
-2
/
+4
2009-02-25
camerabin: update check unit test
Stefan Kost
1
-37
/
+72
2009-02-25
camerabin: unblock correct pad in reset, support fakesink as view finder
Lasse Laukkanen
1
-4
/
+4
2009-02-24
Remove tests/examples/app as it was moved to -base a long time ago
Sebastian Dröge
8
-1239
/
+0
2009-02-24
Move examples directory to tests/examples as in every other GStreamer module
Sebastian Dröge
43
-16
/
+18
2009-02-24
dtsdec: Use new DCA functions/constants as not all distros package the compat...
Sebastian Dröge
3
-36
/
+74
2009-02-24
xdgmime: Add new typefinder based on xdgmime
Sebastian Dröge
19
-0
/
+4484
2009-02-24
dts: Prefer libdca over libdts as it's the successor
Sebastian Dröge
1
-4
/
+4
2009-02-23
qtwrapper: Fix build on macosx
Edward Hervey
1
-3
/
+3
2009-02-23
liveadder: Fix build on macosx
Edward Hervey
1
-1
/
+2
2009-02-23
camerabin: Add aspect ratio capsfilter for view finder
Lasse Laukkanen
2
-11
/
+120
2009-02-23
camerabin: Scale incoming frames if their size does not match requested size
Lasse Laukkanen
1
-20
/
+71
2009-02-23
photo iface: Add caps object to preparation API for requested and actual capt...
Lasse Laukkanen
2
-9
/
+19
2009-02-23
build: Add soundtouch's -lBPM to _LIBS, not _CFLAGS
Jan Schmidt
1
-1
/
+1
2009-02-22
dccp: Fix "non-void without return value" compilation issue.
Edward Hervey
1
-0
/
+2
2009-02-22
Detect libsoundtouch 1.4 and higher.
Jan Schmidt
3
-5
/
+18
2009-02-22
Use shave for the build output
Jan Schmidt
2
-3
/
+6
2009-02-22
camerabin: Fix compilation on Windows with Visual Studio
Andoni Morales
3
-4
/
+9
2009-02-22
Automatic update of common submodule
Jan Schmidt
1
-0
/
+0
2009-02-22
dfbvideosink: Don't use void * pointer arithmetic
Sebastian Dröge
1
-4
/
+4
2009-02-22
xvid: Fix compilation warning
Edward Hervey
1
-2
/
+2
[next]