index
:
~adn770/gst-plugins-good
0.10
alpha
master
qtdemux-0.10
GStreamer plugins good hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-15
Release 0.10.30
Tim-Philipp Müller
1
-2
/
+182
2011-05-10
Release 0.10.29
Tim-Philipp Müller
1
-2
/
+5502
2011-03-08
Release 0.10.28
Tim-Philipp Müller
1
-2
/
+90
2011-01-21
Release 0.10.27
Tim-Philipp Müller
1
-2
/
+3294
2010-12-01
Release 0.10.26
Tim-Philipp Müller
1
-2
/
+2285
2010-09-02
Release 0.10.25
Tim-Philipp Müller
1
-2
/
+964
2010-07-15
Release 0.10.24
Tim-Philipp Müller
1
-2
/
+1811
2010-05-30
Release 0.10.23
Tim-Philipp Müller
1
-2
/
+2172
2010-04-28
Release 0.10.22
Tim-Philipp Müller
1
-2
/
+2443
2010-03-09
Release 0.10.21
Tim-Philipp Müller
1
-3
/
+127
2010-03-08
Release 0.10.20
Tim-Philipp Müller
1
-2
/
+193
2010-03-06
Release 0.10.19
Tim-Philipp Müller
1
-2
/
+1122
2010-02-10
Release 0.10.18
Tim-Philipp Müller
1
-2
/
+1974
2009-11-17
Release 0.10.17
Jan Schmidt
1
-0
/
+134
2009-11-09
0.10.16.2 pre-release
Jan Schmidt
1
-2
/
+2228
2009-08-29
Release 0.10.16
Tim-Philipp Müller
1
-11
/
+5719
2009-05-20
Release 0.10.15
Jan Schmidt
1
-0
/
+46
2009-05-16
0.10.14.3 pre-release
Jan Schmidt
1
-0
/
+2952
2009-05-12
0.10.14.2 pre-release
Jan Schmidt
1
-2
/
+2192
2009-02-19
Release 0.10.14
Jan Schmidt
1
-2757
/
+2804
2009-02-19
Update ChangeLog for 0.10.13.3
Jan Schmidt
1
-0
/
+81
2009-02-07
ChangeLog: Update ChangeLog for 0.10.13.2
Jan Schmidt
1
-17631
/
+30875
2009-01-20
sys/v4l2/gstv4l2src.c: Fix error code (the message string also needs love, bu...
Tim-Philipp Müller
1
-0
/
+5
2009-01-19
gst/videocrop/gstvideocrop.c: Add 8bit grayscale support to videocrop plugin....
Luotao Fu
1
-0
/
+8
2009-01-19
gst/audiofx/audioreverb.c: Set the default value in the instance init function.
Sebastian Dröge
1
-0
/
+5
2009-01-19
Add an echo/reverb filter to the audiofx plugin, with configurable echo delay...
Sebastian Dröge
1
-0
/
+23
2009-01-19
gst/spectrum/gstspectrum.*: Implement a simple compensation algorithm for rou...
Sebastian Dröge
1
-0
/
+9
2009-01-15
sys/osxaudio/Makefile.am: Link against CoreServices (needed for osx 10.4) and...
Michael Smith
1
-0
/
+6
2009-01-15
gst/qtdemux/qtdemux.c: Catch invalid and commonly wrong playback rates in the...
Wim Taymans
1
-0
/
+6
2009-01-15
gst/spectrum/gstspectrum.c: Don't call gst_fft_f32_free() with NULL to preven...
Sebastian Dröge
1
-0
/
+6
2009-01-14
gst/spectrum/gstspectrum.*: Use correct types for frame/fft counters and some...
Sebastian Dröge
1
-0
/
+7
2009-01-14
ext/pulse/pulseprobe.c: Fix refcount loop, resulting in a thread leak. Fixes ...
Lennart Poettering
1
-0
/
+8
2009-01-14
gst/spectrum/: Post a spectrum message on the bus for every interval, even if...
Sebastian Dröge
1
-0
/
+17
2009-01-13
Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR fi...
Sebastian Dröge
1
-0
/
+56
2009-01-13
gst/qtdemux/qtdemux.c: Fix format string for guint64.
Thiago Sousa Santos
1
-0
/
+6
2009-01-13
sys/osxaudio/Makefile.am: osxaudio plugin now requires AudioUnit framework, s...
Michael Smith
1
-0
/
+6
2009-01-13
tests/examples/rtp/server-alsasrc-PCMA.c: Add some example code for printing ...
Wim Taymans
1
-0
/
+6
2009-01-13
gst/audiofx/: Use a custom mutex for protecting the instance fields instead o...
Sebastian Dröge
1
-0
/
+22
2009-01-11
gst/audiofx/: Implement a base class for generic audio FIR filters.
Sebastian Dröge
1
-0
/
+43
2009-01-08
gst/qtdemux/qtdemux.c: In push mode, error out if we get EOS before we've cre...
Michael Smith
1
-0
/
+8
2009-01-08
gst/matroska/: Some cleanups, refactoring and minor enhancements in caps hand...
Mark Nauwelaerts
1
-0
/
+14
2009-01-07
ext/pulse/pulsesink.*: Use a mutex to protect the current stream pointer, and...
Jan Schmidt
1
-0
/
+9
2009-01-07
sys/v4l2/gstv4l2src.c: Remove () from translateable string, so that it makes ...
Jan Schmidt
1
-0
/
+5
2009-01-07
gst/avi/gstavimux.c: Minor fix/cleanup in header field calculation.
Mark Nauwelaerts
1
-0
/
+5
2009-01-06
gst/matroska/matroska-mux.*: Remove internal taglist and fully use tagsetter ...
Mark Nauwelaerts
1
-0
/
+7
2009-01-06
gst/avi/gstavimux.*: Ensure header size invariance during subsequent rewrite ...
Mark Nauwelaerts
1
-0
/
+8
2009-01-05
ext/pulse/pulsesink.c: Don't wait for the pulse mainloop when destroying the ...
Sebastian Dröge
1
-0
/
+7
2009-01-05
sys/v4l2/gstv4l2src.c: Add support for grayscale v4l2 devices. Fixes bug #566...
Sascha Hauer
1
-0
/
+9
2009-01-05
gst/qtdemux/: Streamline tag handling and pass unparsed tags as binary blob i...
Mark Nauwelaerts
1
-0
/
+11
2009-01-05
gst/audiofx/: Implement a base class for IIR filters.
Sebastian Dröge
1
-0
/
+28
[next]