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
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-12
gst/filter/: Improve debugging a bit.
Sebastian Dröge
1
-0
/
+6
2007-08-12
gst/filter/: Reset the residue in BaseTransform::start to get a clean residue...
Sebastian Dröge
1
-0
/
+9
2007-08-11
Changelog surgery
Sebastian Dröge
1
-1
/
+1
2007-08-11
gst/filter/: Fix processing with buffer sizes that are larger than the filter...
Sebastian Dröge
1
-0
/
+7
2007-08-10
gst/rtpmanager/: Remove complicated async queue and replace with more simple ...
Wim Taymans
1
-0
/
+38
2007-08-10
gst/filter/gstbpwsinc.c: Fix a segfault with more than one channel and don't ...
Sebastian Dröge
1
-0
/
+6
2007-08-10
gst/filter/gstbpwsinc.*: Add support for a bandreject mode and allow specifyi...
Sebastian Dröge
1
-0
/
+12
2007-08-10
gst/filter/gstbpwsinc.*: Apply the same changes to the bandpass filter:
Sebastian Dröge
1
-0
/
+23
2007-08-10
gst/filter/gstlpwsinc.*: Specify the actual filter length instead of a weird ...
Sebastian Dröge
1
-0
/
+11
2007-08-10
gst/filter/gstlpwsinc.*: Allow choosing between hamming and blackman window. ...
Sebastian Dröge
1
-0
/
+11
2007-08-10
gst/filter/gstlpwsinc.*: Add a highpass mode.
Sebastian Dröge
1
-0
/
+9
2007-08-10
gst/filter/gstlpwsinc.c: Fix processing if the input has more than one channel.
Sebastian Dröge
1
-0
/
+6
2007-08-09
gst/filter/gstbpwsinc.c: "this" is a C++ keyword, use "self" instead.
Sebastian Dröge
1
-0
/
+10
2007-08-09
gst/filter/gstlpwsinc.*: Add double support, replace "this" with "self" as th...
Sebastian Dröge
1
-0
/
+20
2007-08-09
Port the stereo element to GStreamer 0.10.
Sebastian Dröge
1
-0
/
+11
2007-08-09
po/: Added Portuguese (Brazilian) translation.
Thomas Vander Stichele
1
-0
/
+8
2007-08-09
po/: Updated translations.
Thomas Vander Stichele
1
-0
/
+6
2007-08-08
gst/filter/: Use GstAudioFilter as base class and don't leak the memory of th...
Sebastian Dröge
1
-0
/
+14
2007-08-08
Add connection speed property to libmms. Fixes #464678.
Josep Torre Valles
1
-0
/
+10
2007-08-07
gst/real/gstrealvideodec.*: Remove some old unused vars.
Wim Taymans
1
-0
/
+8
2007-08-07
gst/real/gstrealaudiodec.c: Small cleanups.
Wim Taymans
1
-0
/
+10
2007-07-30
po/POTFILES.skip: Add POTFILES.skip with list of source files that aren't dis...
Tim-Philipp Müller
1
-0
/
+8
2007-07-30
gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of <stdint.h> (...
Ian Munro
1
-0
/
+15
2007-07-26
gst/real/gstrealaudiodec.c: Use the proper context variable when setting the ...
Edward Hervey
1
-0
/
+7
2007-07-25
gst/real/Makefile.am: And dist the new header file too.
Tim-Philipp Müller
1
-0
/
+5
2007-07-25
gst/real/gstreal.h: Add missing header file.
Tim-Philipp Müller
1
-0
/
+5
2007-07-25
gst/flv/: Handle not linked pads, try to make it reusable, more safety checks.
Julien Moutte
1
-0
/
+13
2007-07-25
ext/timidity/gsttimidity.*: Don't initialize timidity in plugin_init for simi...
Stefan Kost
1
-1
/
+7
2007-07-24
ext/timidity/gstwildmidi.*: Don't initialize wildmidi in plugin_init as it al...
Stefan Kost
1
-0
/
+8
2007-07-24
gst/real/: Improved search algorithm for location of real .so files.
Edward Hervey
1
-0
/
+15
2007-07-24
Use the new buffer clipping function from gstaudio here and require gst-plugi...
Sebastian Dröge
1
-0
/
+7
2007-07-23
configure.ac: Sync liboil check with plugins-base.
Stefan Kost
1
-0
/
+5
2007-07-20
gst/equalizer/: Better algorith for the center frequencies. Subtract band fil...
Stefan Kost
1
-0
/
+17
2007-07-20
ext/dirac/Makefile.am: Also include stdlib here.
Stefan Kost
1
-0
/
+5
2007-07-19
tests/check/elements/.cvsignore: Fix the buildbot with the cvsignore it wants.
Jan Schmidt
1
-0
/
+5
2007-07-19
Adds a first draft of an FLV demuxer.
Julien Moutte
1
-0
/
+25
2007-07-19
tests/check/Makefile.am: tests/check/elements/timidity.c (GST_START_TEST, tim...
Stefan Kost
1
-0
/
+7
2007-07-18
ext/soundtouch/gstpitch.cc: If we receive a new segment event, don't try to p...
Michael Smith
1
-0
/
+8
2007-07-18
gst/bayer/gstbayer2rgb.c: Add basic docs. Use glibs mem routines.
Stefan Kost
1
-0
/
+6
2007-07-18
gst/multifile/gstmultifilesrc.c: Add example to the docs. Fix buffer-offset-e...
Stefan Kost
1
-0
/
+5
2007-07-18
ext/jack/gstjackaudiosink.c: Add stdlib include here too.
Stefan Kost
1
-1
/
+7
2007-07-18
Add stdlib include (free, atoi, exit).
Stefan Kost
1
-0
/
+15
2007-07-16
ext/faad/gstfaad.c: Fix buffer clipping to correctly clip to the segment stop.
Sebastian Dröge
1
-0
/
+5
2007-07-14
gst/modplug/gstmodplug.cc: add several missing supported mime-types to the mo...
Hans de Goede
1
-0
/
+8
2007-07-13
Remove bogus check for libcheck, since we check for gstreamer-check and it pu...
Jan Schmidt
1
-0
/
+9
2007-07-12
configure.ac: Use pkg-config to locate check.
Stefan Kost
1
-0
/
+5
2007-07-11
gst/: Fix build against core CVS.
Tim-Philipp Müller
1
-0
/
+6
2007-07-09
REQUIREMENTS: Sync with changes in -ugly.
Stefan Kost
1
-0
/
+5
2007-07-08
REQUIREMENTS: Add download location of libamrwb.
Tim-Philipp Müller
1
-0
/
+5
2007-07-06
docs/plugins/inspect/: Add missing inspect files. Fixes build (#454313).
Tim-Philipp Müller
1
-0
/
+16
[next]