Brian West
|
05b1b35121
|
remove debugging
|
2013-06-17 17:51:34 -05:00 |
|
Anthony Minessale
|
bf61038a93
|
remove cid flip from pickup
|
2013-06-17 10:57:19 -05:00 |
|
Anthony Minessale
|
50e1f58d5b
|
add deflect parsing support for mod_loopback and fix unloop bug
|
2013-06-17 10:44:43 -05:00 |
|
Jeff Lenk
|
72fcefe6ed
|
vs2010 reswig
|
2013-06-14 11:42:58 -05:00 |
|
Chris Rienzo
|
dce5bbf88e
|
mod_rayo: some fixes for punchblock 2.0 compatibility
|
2013-06-13 15:29:49 -04:00 |
|
William King
|
0ee24a531f
|
Fix missing return statement.
|
2013-06-13 10:07:56 -07:00 |
|
Chris Rienzo
|
9b6cc17cf9
|
mod_rayo: updates for 0.2 of spec
|
2013-06-13 11:23:57 -04:00 |
|
William King
|
f94b73f0d7
|
New compiler warning(error). Unused assignment before the pointer is reassigned.
|
2013-06-12 21:39:14 -07:00 |
|
William King
|
fef983f614
|
If the addr pointer is NULL, better to check first before using it.
|
2013-06-12 21:23:52 -07:00 |
|
William King
|
4fddabe543
|
oops
|
2013-06-12 21:17:04 -07:00 |
|
William King
|
3d13776af2
|
DO NOT PULL TO MASTER. Fix typo when setting the video recv port. Bug does not exist in master due to the refactor.
|
2013-06-12 18:33:45 -07:00 |
|
William King
|
ac9bfb194b
|
Fix minor typo so that the metadata album field can be set.
|
2013-06-12 17:17:40 -07:00 |
|
William King
|
3815a5a170
|
Make sure to cleanup event if there was a failure that caused it not to be fired.
|
2013-06-12 17:01:56 -07:00 |
|
William King
|
5f1e9d93f2
|
On the off chance the if statement takes the false branch, let's not leak the memory. again.
|
2013-06-12 16:46:21 -07:00 |
|
William King
|
c53ffe7102
|
On the off chance the if statement takes the false branch, let's not leak the memory
|
2013-06-12 16:42:00 -07:00 |
|
Chris Rienzo
|
74313a6866
|
mod_http_cache: fixed wrong string to sign when referencing AWS S3 object with subdirectory
|
2013-06-12 09:39:09 -04:00 |
|
Anthony Minessale
|
f2db9b56be
|
FS-5500 --resolve
|
2013-06-11 11:38:39 -05:00 |
|
Brian West
|
658c4d732d
|
Skip to next file when you hup the stream
|
2013-06-07 12:29:13 -05:00 |
|
Travis Cross
|
9b611f0175
|
Spelling fix
|
2013-06-07 07:26:29 +00:00 |
|
William King
|
66652ec198
|
how...?
|
2013-06-07 07:26:28 +00:00 |
|
William King
|
b214f20768
|
Since there isn't neutral ground, on the rtmp state callback we actually have to force the write lock of the session, but we only need a try lock on removing the session from the rsession->session_hash. This removes a deadlock caused when we had to enforce with locks that the rsession couldn't be destroyed if the FS session was in the middle of a hangup.
|
2013-06-07 07:26:28 +00:00 |
|
William King
|
ce9bf959e9
|
Seems the session wasn't coming to the hangup in a locked state.
|
2013-06-07 07:26:27 +00:00 |
|
William King
|
1ff548f24c
|
Seems having a read lock still prevents a write lock to be taken, even if the thread that is trying to get the write lock currently has the read lock.
|
2013-06-07 07:26:27 +00:00 |
|
William King
|
8d370ff6e6
|
Include the write lock since we're changing the tech_pvt
|
2013-06-07 07:26:26 +00:00 |
|
Jeff Lenk
|
0929e12630
|
FS-5290 --resolve
|
2013-06-07 07:26:17 +00:00 |
|
Jeff Lenk
|
55ff737e57
|
FS-5290 --resolve
|
2013-06-07 07:26:16 +00:00 |
|
Jeff Lenk
|
ec44f6aec0
|
FS-5167
|
2013-06-07 07:26:11 +00:00 |
|
Brian West
|
ed0ae1e669
|
FS-5255 --resolve
|
2013-06-07 07:26:03 +00:00 |
|
Travis Cross
|
0367a6ffa0
|
Whitespace cleanup to previous commit
|
2013-06-07 07:00:13 +00:00 |
|
William King
|
80013452dc
|
Previous commit was incorrect. This would correctly handle the memory loss case.
|
2013-06-06 23:54:55 -07:00 |
|
William King
|
63ebf3c9c2
|
Was causing a very small leak on naptr lookups. Upon review just happened to be a typo missing a bang.
|
2013-06-06 23:54:42 -07:00 |
|
William King
|
b424ad303d
|
FS-5440: don't assert on bad input rtmp data
|
2013-06-07 05:42:44 +00:00 |
|
Anthony Minessale
|
537f14b049
|
FS-5444 --resolve
|
2013-06-07 05:42:43 +00:00 |
|
Giovanni Maruzzelli
|
e8d3712d56
|
test 2, please ignore
|
2013-06-07 05:19:02 +00:00 |
|
root
|
a2c44f171b
|
test, please ignore
|
2013-06-07 05:18:58 +00:00 |
|
Seven Du
|
dca41d07d6
|
update to mp4v2-2.0.0
It seems I cannot contact the original author
it seems has a bug which even cannot compile with mp4v2-trunk-479
This patch allow it to compile
|
2013-06-07 04:57:44 +00:00 |
|
Seven Du
|
2d7d64e855
|
fix show module as json
|
2013-06-07 04:53:17 +00:00 |
|
Chris Rienzo
|
ef785c6e9b
|
Added mod_rayo (XMPP 3PCC http://xmpp.org/extensions/xep-0327.html). Used by Adhearsion as its native call control protocol. Currently beta testing.
|
2013-06-07 01:08:09 +00:00 |
|
Chris Rienzo
|
5feca50770
|
Added mod_ssml (speech synthesis markup language) ssml:// and tts:// file formats.
|
2013-06-07 01:08:08 +00:00 |
|
Chris Rienzo
|
644cf2b11c
|
mod_http_cache: fix example config
|
2013-06-07 01:08:08 +00:00 |
|
Chris Rienzo
|
d56f409bf0
|
mod_http_cache: a couple more unit test cases
|
2013-06-07 01:08:07 +00:00 |
|
Chris Rienzo
|
802dd96233
|
mod_http_cache: remove unnecessary memset() now that switch_b64_encode() is fixed
|
2013-06-07 01:08:07 +00:00 |
|
Chris Rienzo
|
168b691d89
|
mod_http_cache: fix unit test now that switch_b64_encode is fixed
|
2013-06-07 01:08:07 +00:00 |
|
Chris Rienzo
|
f867a2fcb8
|
mod_http_cache: forgot to add write to http_cache:// format
|
2013-06-07 01:08:06 +00:00 |
|
Chris Rienzo
|
9283d90fcd
|
mod_http_cache: added write file format
|
2013-06-07 01:08:06 +00:00 |
|
Chris Rienzo
|
7fcdf4a0c0
|
mod_http_cache: added native Amazon S3 support
|
2013-06-07 01:08:05 +00:00 |
|
Chris Rienzo
|
6a64490889
|
FS-5193 --resolve input timers added to mod_pocketsphinx.
|
2013-06-07 01:08:05 +00:00 |
|
Anthony Minessale
|
32171aa94c
|
add mod_b64
|
2013-06-07 00:51:35 +00:00 |
|
Anthony Minessale
|
102377ebf9
|
FS-5493 --resolve
|
2013-06-06 12:59:08 -05:00 |
|
Raymond Chandler
|
f0853c6eca
|
add number translation module
|
2013-06-06 19:15:17 +00:00 |
|