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
2006-07-23
Add libopenspc-based SPC decoder element (#348220).
Chris Lee
4
-1
/
+425
2006-07-18
ext/wavpack/gstwavpackdec.c: Fix caps after previous change to byte order end...
Tim-Philipp Müller
3
-2
/
+43
2006-07-18
ext/wavpack/gstwavpackdec.*: Output audio in native byte order (which is also...
Tim-Philipp Müller
2
-32
/
+38
2006-07-18
ext/wavpack/gstwavpackdec.*: More clean-ups: remove most of the disfunctional...
Tim-Philipp Müller
2
-278
/
+151
2006-07-18
configure.ac: Check for wavpack version and define WAVPACK_OLD_API if necessary.
Sebastian Dröge
9
-264
/
+761
2006-07-16
ext/faad/gstfaad.c: Don't crash on small buffers.
Wim Taymans
1
-4
/
+13
2006-07-15
ext/ivorbis/vorbisfile.c: Reset adapter.
Stefan Kost
1
-0
/
+5
2006-07-13
Port mpeg2enc to 0.10 (#343184).
Mark Nauwelaerts
11
-299
/
+855
2006-07-07
ext/neon/gstneonhttpsrc.*: Remove unlock function. start/stop will do everyth...
Lutz Mueller
2
-212
/
+126
2006-06-23
Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...
Tim-Philipp Müller
6
-6
/
+6
2006-06-19
configure.ac: Fix check so that future libneon API changes won't break the bu...
Tim-Philipp Müller
1
-3
/
+10
2006-06-14
ext/soundtouch/: Make pitch element controllable via GstController interface ...
Wouter Paesen
2
-6
/
+11
2006-06-14
ext/wavpack/gstwavpackenc.*: Use bitrate property solely for bitrates and add...
Sebastian Dröge
2
-49
/
+52
2006-06-12
ex/: #define red green
Tim-Philipp Müller
1
-0
/
+1
2006-06-12
ext/libmms/gstmms.c: Set caps on outgoing buffers.
Tim-Philipp Müller
1
-0
/
+2
2006-06-11
autogen.sh: require am17
Thomas Vander Stichele
1
-1
/
+1
2006-06-10
ext/wavpack/: Add wavpack encoder element (#343131).
Sebastian Dröge
7
-6
/
+1411
2006-06-09
configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343...
Tim-Philipp Müller
2
-2
/
+2
2006-06-02
ext/theora/theoradec.c: Theora 4:4:4 pixel format support.
Michael Smith
1
-14
/
+81
2006-06-01
Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
Stefan Kost
39
-69
/
+69
2006-05-31
ext/faad/gstfaad.h: Forgot to commit the header file too.
Edward Hervey
1
-0
/
+3
2006-05-31
ext/faad/gstfaad.c: Added GstSegment to control segments.
Edward Hervey
1
-6
/
+86
2006-05-28
ext/bz2/: Use gst_type_find_helper_* functions for typefinding; use correct c...
Lutz Müller
2
-81
/
+40
2006-05-19
ext/alsaspdif/alsaspdifsink.*: Use sampling rate from set_caps. Comment out s...
Michael Smith
2
-6
/
+23
2006-05-18
ext/Makefile.am: Fix distcheck?
Michael Smith
1
-0
/
+1
2006-05-18
Add an alsa plugin to output IEC958 frames over S/PDIF
Michael Smith
4
-0
/
+929
2006-05-17
ext/faad/gstfaad.c: Remove unused caps cruft from chain function altogether.
Tim-Philipp Müller
1
-14
/
+6
2006-05-17
ext/faad/gstfaad.c: There's no guarantee that caps was set to something, and ...
Edward Hervey
1
-2
/
+2
2006-05-13
ext/faad/gstfaad.*: If we encounter a decoding error, don't error out immedia...
Young-Ho Cha
2
-2
/
+16
2006-05-12
ext/xvid/gstxvidenc.c: Compile fixes.
Wim Taymans
1
-1
/
+1
2006-05-12
ext/xvid/: xvid plugin to support more capabilities of XviD codec.
Mark Nauwelaerts
6
-404
/
+1447
2006-05-06
Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...
Maciej Katafiasz
9
-33
/
+40
2006-05-05
ext/sdl/sdlaudiosink.c: Use (NULL) instead of just NULL in GST_ELEMENT_ERROR ...
Tim-Philipp Müller
1
-3
/
+3
2006-05-03
ext/musicbrainz/Makefile.am: Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/ta...
Tim-Philipp Müller
1
-1
/
+1
2006-05-03
Everybody loves docs - add docs for musicbrainz plugin.
Tim-Philipp Müller
2
-0
/
+44
2006-05-03
ext/Makefile.am: Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
Tim-Philipp Müller
1
-0
/
+1
2006-05-03
ext/Makefile.am: Forgot to commit this one.
Tim-Philipp Müller
1
-4
/
+4
2006-05-03
Port MusicBrainz TRM plugin (#336898).
James Doc Livingston
3
-261
/
+209
2006-05-03
ext/faad/gstfaad.c: Fix #334748: use fake_codec_data if the first bytes of th...
Michael Smith
1
-6
/
+43
2006-05-01
moved to good. Closes #336110
Thomas Vander Stichele
6
-901
/
+0
2006-04-30
small cleanups
Thomas Vander Stichele
2
-4
/
+3
2006-04-30
fix docs
Thomas Vander Stichele
1
-1
/
+1
2006-04-29
ext/taglib/gsttaglib.cc: Post an error message on the bus in the (extremely u...
Tim-Philipp Müller
1
-3
/
+16
2006-04-29
ext/taglib/: Split the actual ID3v2 tag rendering code into its own subclass.
Tim-Philipp Müller
5
-315
/
+469
2006-04-29
ext/neon/gstneonhttpsrc.*: added iradio-mode support as in gnomevfssrc to ena...
Sébastien Moutte
2
-8
/
+226
2006-04-28
pedantic cleanups
Thomas Vander Stichele
2
-100
/
+104
2006-04-28
ext/faad/gstfaad.*: If we run into a decoding error, try re-opening the decod...
Tim-Philipp Müller
2
-93
/
+161
2006-04-25
Define GstElementDetails as const and also static (when defined as global)
Stefan Kost
42
-60
/
+76
2006-04-20
ext/musepack/gstmusepackdec.c: Add support for segment seeks.
Tim-Philipp Müller
1
-4
/
+37
2006-04-17
ext/theora/theoradec.*: Apply fix from j^ for API change in libtheoradec.
Michael Smith
2
-52
/
+195
[next]