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
path:
root
/
ext
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-17
Fix property index when setting preset.
HEAD
master
Dave Robillard
1
-1
/
+1
2009-08-17
LV2 preset support.
Dave Robillard
2
-16
/
+171
2009-08-15
Merge branch 'fdo' into lv2
Dave Robillard
1
-12
/
+21
2009-08-14
More tolerate port group support, plugin cleanup.
Dave Robillard
1
-43
/
+93
2009-08-12
mimenc: USE GST_WRITE_*_LE macros
Olivier Crête
1
-9
/
+9
2009-08-12
mimenc: Refuse to go playing in paused-mode without clock
Olivier Crête
1
-3
/
+12
2009-08-12
Merge branch 'fdo' into lv2
Dave Robillard
2
-4
/
+60
2009-08-12
Make mono warning visible in public documentation.
Dave Robillard
1
-5
/
+9
2009-08-12
Multi-channel support with channel positions.
Dave Robillard
3
-6
/
+134
2009-08-11
kateenc: error out if category has not been set and check for obviously wrong...
Tim-Philipp Müller
1
-3
/
+59
2009-08-10
Add documentation for LV2 element.
Dave Robillard
1
-0
/
+13
2009-08-10
Fix typo in LADSPA element documentation.
Dave Robillard
1
-1
/
+1
2009-08-10
spc: fix typo in Makefile.am and build the right plugin (spc not gme)
Tim-Philipp Müller
1
-1
/
+1
2009-08-09
Merge branch 'fdo' into lv2
Dave Robillard
28
-1396
/
+892
2009-08-08
spc: Lower rank to SECONDARY to make the gme plugin the default
Sebastian Dröge
1
-1
/
+1
2009-08-08
spc: Add the OpenSPC spc plugin again
Sebastian Dröge
6
-0
/
+1074
2009-08-08
kate: some minor clean-ups
Tim-Philipp Müller
2
-10
/
+13
2009-08-07
gmedec: Use GstAdapter instead of many buffer joins
Sebastian Dröge
3
-23
/
+19
2009-08-07
gmedec: Add caps for all supported file formats to the srcpad template
Sebastian Dröge
1
-2
/
+7
2009-08-07
gme: Don't add empty string tags
Sebastian Dröge
1
-7
/
+7
2009-08-07
gme: Fix caps name again
Sebastian Dröge
1
-1
/
+1
2009-08-07
gme: Rename everything from SPC to GME
Sebastian Dröge
2
-154
/
+152
2009-08-07
spc: Really remove old SPC code
Sebastian Dröge
5
-1080
/
+0
2009-08-07
gme: Use gme for tags and duration parsing
Sebastian Dröge
5
-501
/
+45
2009-08-07
spc: Rename SPC plugin to GME
Sebastian Dröge
6
-5
/
+1085
2009-08-06
spcdec: Forward all unknown src events upstream and don't restrict to SPC
Sebastian Dröge
1
-2
/
+4
2009-08-04
spc: Make the SPC plugin work with the latest libgme release
Sebastian Dröge
1
-1
/
+2
2009-08-04
spc: Use the portable libgme instead of x86-only OpenSPC library
Michael Pyne
2
-40
/
+52
2009-07-27
amrwbenc: Fix compilation
Sebastian Dröge
1
-1
/
+1
2009-07-27
amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb ...
Iago Toral
12
-1329
/
+54
2009-07-25
kate: break up macros into multiple lines
Tim-Philipp Müller
1
-4
/
+15
2009-07-25
kate: use GST_ELEMENT_ERROR for error reporting
Vincent Penquerc'h
7
-39
/
+55
2009-07-24
musepackdec: Implement SEEKING query
Sebastian Dröge
1
-0
/
+13
2009-07-22
mimdec: Lock element before unlocking
Olivier Crête
1
-1
/
+2
2009-07-22
mimdec: Fix leaks
Olivier Crête
1
-6
/
+4
2009-07-22
mimenc: Use gst_pad_new_from_static_template
Olivier Crête
1
-6
/
+2
2009-07-22
mimenc: Unref clockid
Olivier Crête
1
-0
/
+2
2009-07-22
mimdec: Don't overwrite valid timestamps
Olivier Crête
1
-1
/
+5
2009-07-22
Revert "mimdec: Ignore the timestamps inside the buffers"
Olivier Crête
2
-2
/
+97
2009-07-22
Merge branch 'fdo' into lv2
Dave Robillard
30
-138
/
+5676
2009-07-22
mimenc: Ignore errors pushing out new segments
Olivier Crête
1
-12
/
+4
2009-07-22
docs: add docs for ladspa and update plugin docs
Stefan Kost
1
-1
/
+10
2009-07-21
make: remove whitespace after trailing backslash
Stefan Kost
1
-1
/
+1
2009-07-21
kate: fix time conversion from DVD style timestamps.
Vincent Penquerc'h
1
-1
/
+1
2009-07-21
kate: use new GST_TAG_SUBITLE_CODEC tag instead of GST_TAG_CODEC
Tim-Philipp Müller
1
-2
/
+2
2009-07-21
katedec: only put primary language tag in GST_TAG_LANGUAGE
Tim-Philipp Müller
2
-11
/
+20
2009-07-21
katedec: add comment why we dont' support application/x-kate here for now
Tim-Philipp Müller
1
-0
/
+4
2009-07-21
katedec: create SPU format images from suitable background images
Vincent Penquerc'h
6
-584
/
+990
2009-07-20
kate: fix some minor memory leaks
ogg.k.ogg.k
2
-3
/
+12
2009-07-20
metadata: don't dereference the pointer before the validity check
Stefan Kost
1
-1
/
+3
[next]