index
:
~reynaldo/gst-plugins-bad
0.10
android
gaze
opencv
Unnamed repository; edit this file 'description' to name the repository.
reynaldo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
dtmf
/
gstrtpdtmfsrc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-28
various: fix pad template ref leaks
Vincent Penquerc'h
1
-2
/
+2
2011-11-09
dtmf: fix compiler warning for uninitialized values
Thijs Vermeir
1
-3
/
+4
2011-11-08
dtmfsrc: Reject start/stop requests that come out of order
Olivier Crête
1
-3
/
+15
2011-11-08
dtmf: Post messages when starting to send/receive DTMF
Olivier Crête
1
-3
/
+47
2011-08-24
dtmf: Add more debug
Olivier Crête
1
-7
/
+12
2011-08-24
dtmf: Max event type is 15
Olivier Crête
1
-1
/
+1
2011-08-24
rtpdtmfsrc: Correctly recognize the end of a buffer
Olivier Crête
1
-2
/
+3
2011-08-24
rtpdtmfsrc: Make sure rtpdtmfsrc timestamps don't overlap
Olivier Crête
1
-2
/
+7
2011-08-24
rtpdtmfsrc: Put the inter digit interval at the end, not at the start
Olivier Crête
1
-3
/
+13
2011-08-24
rtpdtmfsrc: Start at the last_stop from the start event if there was one
Olivier Crête
1
-9
/
+27
2011-08-24
rtpdtmfsrc: Respect ptime from the caps
Olivier Crête
1
-26
/
+22
2011-08-24
rtpdtmfsrc: Just error out if there is no clock
Olivier Crête
1
-14
/
+21
2011-04-13
dtmf: Move duplicate #defines into a common include
Olivier Crête
1
-9
/
+0
2011-04-12
dtmf: Remove leftover MAEMO_BROKEN defines
Olivier Crête
1
-14
/
+3
2010-10-19
various (gst): add missing G_PARAM_STATIC_STRINGS flags
Stefan Kost
1
-9
/
+14
2010-06-02
dtmf: Remove rtpdtmfmux stream-lock code
Olivier Crête
1
-22
/
+0
2010-03-22
Add -Wredundant-decls flag
Benjamin Otte
1
-4
/
+0
2010-03-18
gst_element_class_set_details => gst_element_class_set_details_simple
Benjamin Otte
1
-8
/
+3
2009-08-12
dtmf: Use GSlice for internal event structures
Olivier Crête
1
-8
/
+8
2009-08-12
rtpdtmfsrc: Cleanup events on finalize
Tim-Philipp Müller
1
-4
/
+5
2009-08-12
rtpdtmfsrc: Cleanup events on finalize
Tim-Philipp Müller
1
-3
/
+14
2009-02-25
docs: various doc fixes
Stefan Kost
1
-1
/
+0
2009-02-21
Document rtpdtmfdepay a bit
Olivier Crête
1
-0
/
+1
2009-02-21
Fix up documentation blobs SGML
Olivier Crête
1
-13
/
+1
2009-02-21
Re-indent to Gst style
Olivier Crête
1
-68
/
+61
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Missing format directive
Laurent Glayal
1
-1
/
+1
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Clarify the documentation of the "event-type" fie...
Olivier Crête
1
-1
/
+3
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Take the clock-rate from the caps in rtpdtmfsrc
Olivier Crete
1
-2
/
+16
2009-02-21
[MOVED FROM GST-P-FARSIGHT] encoding name has to be upper-case
Olivier Crete
1
-2
/
+2
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Fix typos
Youness Alaoui
1
-2
/
+2
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Search&Replace oops
Olivier Crete
1
-1
/
+1
2009-02-21
[MOVED FROM GST-P-FARSIGHT] events dont yet belong in the caps
Olivier Crete
1
-1
/
+2
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Add patch to make it work with maemo dsp sources ...
Olivier Crete
1
-0
/
+8
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Oops, set to no preroll when playing->paused too
Olivier Crete
1
-0
/
+3
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Complete port to basesrc
Olivier Crete
1
-67
/
+74
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Add caps negotiation function
Olivier Crete
1
-38
/
+117
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Make interval and packet_redundancy into uint
Olivier Crete
1
-4
/
+4
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Make the rtp dtmf src use basesrc
Olivier Crete
1
-254
/
+235
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Add another fix for a possible race condition
Youness Alaoui
1
-2
/
+8
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Properly do the locking to avoid race conditions ...
Olivier Crete
1
-12
/
+20
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Fixes the deadlock when pausing the dtmfsrc and r...
Youness Alaoui
1
-4
/
+13
2009-02-21
[MOVED FROM GST-P-FARSIGHT] ClockID when waiting for buffer is now unschedule...
Youness Alaoui
1
-36
/
+50
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Cleaned up the code a bit, no use of GST_* and re...
Youness Alaoui
1
-15
/
+28
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Fix overly long lines and tabs
Olivier Crete
1
-23
/
+30
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Ported the event queue work from dtmfsrc to rtpdt...
Youness Alaoui
1
-92
/
+189
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Added dtmfsrc, a DTMF Tone Generator, and made it...
Youness Alaoui
1
-17
/
+2
2009-02-21
[MOVED FROM GST-P-FARSIGHT] Moved rtpdtmf to dtmf directory
Youness Alaoui
1
-0
/
+872