index
:
~wtay/gst-plugins-base
0.10
0.10.36
0.11
0.11-data
0.11-fdo
1.0
1.2
1.4
abi-unbreak
alsasink-ringbuffer
audio-duplex
audiosink-clock
bufferpool
bufferpool-0.11
burstcache
colorspace
colorspace2
d2see
dont-set-caps
download
duplex-audio
framestep
intlinks-query
master
master-fdo
memory-improvements
memory-improvements3
mikey
mulas4wl
multisocketsink-receive
new-video-caps
new-vorbis
ogg-index
oggdemux-fix
orc-0.5-bits
playbin2-groups
qnx-0.10.25
qnx-buffering
rawhide
release
rename-events
resampler
reset-time
rhel-7.0
rhel-7.2
rhel-7.3
rhel-7.x
ring_buffer_props
rtp-list
rtsp-client-connection
rtsp-connection
sa
ste-base-0.10.25
ste-base-rtp-0.10.25
temp
tiled
timestamp-audiosrc
tp-vision
video-scaler
video-scaler-old
wim-fdo/0.11-fdo
work
GStreamer base plugins hacking
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
audioresample
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-17
audioresample: corrected buffer duration calculation to account for nonzero i...
Leo Singer
1
-2
/
+2
2010-12-17
audioresample: changed num_gap_samples, num_nongap_samples from guint32 to gu...
Leo Singer
1
-2
/
+2
2010-12-17
audioresample: push half a history length, instead of a full history length, ...
Leo Singer
1
-4
/
+8
2010-12-17
audioresample: renamed count_gap, count_nongap to more descriptive num_gap_sa...
Leo Singer
2
-25
/
+25
2010-12-17
audioresample: replaced void* with gpointer
Leo Singer
1
-1
/
+1
2010-12-17
audioresample: initial filter transient discarded; unit tests passing
Leo Singer
1
-18
/
+17
2010-12-17
Revert "Revert "audioresample: Add GAP flag support""
Leo Singer
5
-52
/
+172
2010-12-13
audioresample: relax discont checking slightly
Mark Nauwelaerts
1
-1
/
+3
2010-12-13
audioresample: provide as much valid output ts and offset as valid input
Mark Nauwelaerts
2
-47
/
+56
2010-10-13
various: add a missing G_PARAM_STATIC_STRINGS flag to object properties
Stefan Kost
1
-2
/
+3
2010-09-15
Revert "audioresample: Add GAP flag support"
Sebastian Dröge
5
-173
/
+52
2010-09-15
audioresample: Add GAP flag support
Leo Singer
5
-52
/
+173
2010-06-08
Fix build if orc is not installed
Tim-Philipp Müller
2
-5
/
+23
2010-06-07
audioresample: convert from liboil to orc
David Schleef
2
-26
/
+15
2009-11-10
audioresample: Update speex resampler to latest GIT
Sebastian Dröge
9
-723
/
+799
2009-10-06
audioresample: fix printf variable type
Robert Swain
1
-2
/
+3
2009-08-26
audioresample: Fix drain processing
Sebastian Dröge
1
-1
/
+1
2009-08-26
audioresample: On the first buffer we need discont handling
Sebastian Dröge
1
-2
/
+2
2009-08-26
audioresample: Fix buffer overflow when pushing the drain
Kipp Cannon
1
-6
/
+8
2009-08-26
audioresample: Fix timestamp drift
Kipp Cannon
2
-208
/
+236
2009-08-08
gst: Remove dead assignments and resulting unused variables
Edward Hervey
1
-14
/
+1
2009-08-06
audioresample: Take the output offsets from the input if possible
Kipp Cannon
1
-7
/
+30
2009-05-22
Run liboil benchmark multiple times
David Schleef
1
-20
/
+13
2009-05-19
audioresample: Don't drain remaining buffers after a flush.
Edward Hervey
1
-0
/
+4
2009-05-01
audioresample: Fix buffer size transformations
Jan Schmidt
1
-17
/
+17
2009-04-21
audioresample: Fix unused variable in compilation with --disable-gst-debug
René Stadler
1
-4
/
+3
2009-04-01
audioresample: fix negotiation so that upstream can actually fixate to downst...
Tim-Philipp Müller
1
-5
/
+25
2009-03-05
audioresample: add missing break in event handling, remove dead code
Stefan Kost
1
-4
/
+2
2009-02-15
audioresample: Add locking to protect the resampling context
Sebastian Dröge
1
-0
/
+4
2009-02-04
audioresample: Add a proper deprecation comment and also drop G_PARAM_CONSTRUCT.
Stefan Kost
1
-2
/
+8
2009-02-04
audioresample: Only pull in liboil if its actualy used.
Stefan Kost
2
-4
/
+13
2009-02-02
Allow to configure the resampler function for integer to skip the benchmarkin...
Stefan Kost
1
-4
/
+15
2009-01-23
Rename files and types from speexresample to audioresample
Sebastian Dröge
27
-2247
/
+4656
2008-11-27
Remove audioresample files.
Sebastian Dröge
2
-25
/
+4
2008-11-14
gst/audioresample/gstaudioresample.c: Guard against a NULL dereference I some...
Jan Schmidt
1
-1
/
+2
2008-10-30
gst/audioresample/gstaudioresample.c: Return the result of parent_class->even...
Stefan Kost
1
-3
/
+1
2008-10-28
gst/audioresample/gstaudioresample.c: Fixate the rate to the nearest supporte...
Sebastian Dröge
1
-0
/
+20
2008-10-16
Don't install static libs for plugins. Fixes #550851 for base.
Stefan Kost
1
-0
/
+2
2008-07-10
Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...
Stefan Kost
1
-6
/
+4
2008-05-14
gst/audioresample/gstaudioresample.c: Revert previous change which made baset...
Tim-Philipp Müller
1
-0
/
+4
2008-05-08
gst/audioresample/gstaudioresample.c: Let audioresample use the buffer alloca...
Sjoerd Simons
1
-4
/
+0
2008-03-22
Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...
Sebastian Dröge
1
-3
/
+3
2008-03-03
Correct all relevant warnings found by the sparse semantic code analyzer. Thi...
Sebastian Dröge
1
-1
/
+1
2007-11-23
gst/audioresample/gstaudioresample.c: Implement latency query.
Sebastian Dröge
1
-0
/
+78
2007-04-27
ext/theora/theoradec.c: Calculate buffer duration correctly to generate a per...
Julien Moutte
1
-3
/
+1
2007-04-21
gst/audioresample/gstaudioresample.c: Make more functions static, just becaus...
Tim-Philipp Müller
1
-9
/
+9
2007-04-16
ext/pango/gstclockoverlay.c: Fix unused variable warning if HAVE_LOCALTIME_R ...
Vincent Torri
1
-1
/
+1
2007-03-15
gst/audioresample/gstaudioresample.c: Don't trigger discontinuities for very ...
Michael Smith
1
-16
/
+34
2007-03-14
gst/audioresample/gstaudioresample.c: Handle discontinuous streams.
Julien Moutte
2
-9
/
+48
2007-03-14
gst/audioresample/: Since I really am not interested in a debug line for each...
Thomas Vander Stichele
2
-2
/
+6
[next]