]> granicus.if.org Git - rtmpdump/log
rtmpdump
12 years agoRefill if HTTP_read indicated it needs more data
Martin Storsjo [Mon, 21 May 2012 15:17:32 +0000 (18:17 +0300)]
Refill if HTTP_read indicated it needs more data

HTTP_read wants to skip past the first payload byte, so
it actually needs to have at least 144 + 1 bytes buffered.

This also avoids relying on the magic 144 byte constant altogether,
which could easily break if servers include less reply headers.

12 years agoDon't require 144 bytes to be buffered before proceeding with HTTP_read
Martin Storsjo [Mon, 21 May 2012 15:17:31 +0000 (18:17 +0300)]
Don't require 144 bytes to be buffered before proceeding with HTTP_read

This makes the code more flexible, if servers were to use
smaller headers.

12 years agoBuffer more data before returning successfully from HTTP_read, if needed
Martin Storsjo [Mon, 21 May 2012 15:17:30 +0000 (18:17 +0300)]
Buffer more data before returning successfully from HTTP_read, if needed

This fixes issues if the http header and the payload data
are sent in separate packets (as they normally are), and the
buffer contains the full header but none of the payload.

12 years agoAdd null termination to buffers before using strstr
Martin Storsjo [Mon, 21 May 2012 15:17:29 +0000 (18:17 +0300)]
Add null termination to buffers before using strstr

12 years agoSupport rtmps in rtmpsrv
Martin Storsjo [Sun, 20 May 2012 20:37:35 +0000 (23:37 +0300)]
Support rtmps in rtmpsrv

12 years agoAdd functions for doing server side TLS initialization
Martin Storsjo [Tue, 30 Oct 2012 15:57:43 +0000 (08:57 -0700)]
Add functions for doing server side TLS initialization

12 years agoReplace hardcoded constants and comments with proper named constants
Martin Storsjo [Sun, 20 May 2012 20:36:58 +0000 (23:36 +0300)]
Replace hardcoded constants and comments with proper named constants

12 years agoAllocate the RTMP struct dynamically
Martin Storsjo [Sun, 20 May 2012 20:36:57 +0000 (23:36 +0300)]
Allocate the RTMP struct dynamically

This struct is over 1 MB in size, and doesn't fit on the stack
on OS X.

12 years agoCleanup prev commit
Howard Chu [Tue, 30 Oct 2012 15:50:34 +0000 (08:50 -0700)]
Cleanup prev commit

12 years agoHandle AMF_ECMA_ARRAY and AMF_STRICT_ARRAY objects
goggle1 [Tue, 30 Oct 2012 15:47:19 +0000 (08:47 -0700)]
Handle AMF_ECMA_ARRAY and AMF_STRICT_ARRAY objects

12 years agoFix socks support for SetupURL
Matthew Garrett [Sun, 8 Jul 2012 20:26:14 +0000 (16:26 -0400)]
Fix socks support for SetupURL

SetupURL assigns sockshost but never parses the data. This patch factors
the code out from SetupStream into a common function and adds it to
SetupURL.

12 years agoFix compat with PolarSSL >= 1.1.0
Howard Chu [Tue, 30 Oct 2012 15:41:49 +0000 (08:41 -0700)]
Fix compat with PolarSSL >= 1.1.0

12 years agoFix rare infinite loop on EOF
Howard Chu [Tue, 30 Oct 2012 15:28:15 +0000 (08:28 -0700)]
Fix rare infinite loop on EOF

reported by Matt Robison <rtmpdump@nerdoftheherd.com>

12 years agoFix bogus optarg refs in prev commit
Howard Chu [Tue, 30 Oct 2012 15:20:14 +0000 (08:20 -0700)]
Fix bogus optarg refs in prev commit

12 years agoMake rtmpgw handle full RTMP URLs with "-i"
Bastien Nocera [Thu, 19 Jul 2012 16:22:03 +0000 (17:22 +0100)]
Make rtmpgw handle full RTMP URLs with "-i"

or --url. Just as rtmpdump and librtmp already can.

12 years agoMake rtmpdump handle full RTMP URLs with "-i"
Bastien Nocera [Tue, 30 Oct 2012 15:16:36 +0000 (08:16 -0700)]
Make rtmpdump handle full RTMP URLs with "-i"

12 years agoAdd option --realtime (-R) to rtmpdump to disable the BUFX hack
Ulrik Dickow [Tue, 24 Jul 2012 15:17:26 +0000 (17:17 +0200)]
Add option --realtime (-R) to rtmpdump to disable the BUFX hack

12 years agoAdd .gitignore to ignore generated files
Ulrik Dickow [Thu, 26 Jul 2012 11:57:23 +0000 (04:57 -0700)]
Add .gitignore to ignore generated files

13 years agoCleanup prev commit, drop gcrypt support
Howard Chu [Fri, 9 Mar 2012 07:19:45 +0000 (23:19 -0800)]
Cleanup prev commit, drop gcrypt support

13 years agoAdd support for building with gnutls with nettle as backend
Martin Storsjo [Fri, 9 Mar 2012 07:10:11 +0000 (23:10 -0800)]
Add support for building with gnutls with nettle as backend

13 years agoFix upper bound check in AMF_GetProp
Josh Allmann [Fri, 24 Feb 2012 21:46:59 +0000 (13:46 -0800)]
Fix upper bound check in AMF_GetProp

13 years agoRemove extra object end tag in Connect reply
Joshua Allmann [Fri, 24 Feb 2012 21:44:29 +0000 (13:44 -0800)]
Remove extra object end tag in Connect reply

13 years agoSupport decoding AMF_XML_DOC
Antti Ajanki [Fri, 23 Dec 2011 01:54:10 +0000 (17:54 -0800)]
Support decoding AMF_XML_DOC

MF_XML_DOC data is an XML document which is encoded similarly to a
long string.

13 years agoFix log messages
Howard Chu [Tue, 15 Nov 2011 00:17:27 +0000 (16:17 -0800)]
Fix log messages

13 years agoFix mismatched format string conversions
Martin Storsjo [Tue, 15 Nov 2011 00:12:26 +0000 (16:12 -0800)]
Fix mismatched format string conversions

13 years agoTell gcc about log format strings
Martin Storsjo [Tue, 15 Nov 2011 00:11:13 +0000 (16:11 -0800)]
Tell gcc about log format strings

13 years agoFix missing log message parameter
Martin Storsjo [Tue, 15 Nov 2011 00:09:26 +0000 (16:09 -0800)]
Fix missing log message parameter

13 years agoCheck for malloc failure in prev commit
Howard Chu [Tue, 8 Nov 2011 10:14:21 +0000 (02:14 -0800)]
Check for malloc failure in prev commit

13 years agoCalculate tcUrl length
Howard Chu [Tue, 8 Nov 2011 10:13:14 +0000 (02:13 -0800)]
Calculate tcUrl length

13 years agoSpell Referer according to RFC1945
Howard Chu [Tue, 8 Nov 2011 10:05:01 +0000 (02:05 -0800)]
Spell Referer according to RFC1945

13 years agoIncrease tcUrl buffer size
Howard Chu [Tue, 8 Nov 2011 10:04:01 +0000 (02:04 -0800)]
Increase tcUrl buffer size

13 years agoFix getting swf hash with https URLs
Jeff Johnson [Mon, 7 Nov 2011 19:43:26 +0000 (11:43 -0800)]
Fix getting swf hash with https URLs

13 years agoFix bytes-received report
KSV [Mon, 7 Nov 2011 19:38:27 +0000 (11:38 -0800)]
Fix bytes-received report

13 years agofixed undefined behaviour due to union assignment
Kirill Zorin [Fri, 30 Sep 2011 17:38:23 +0000 (13:38 -0400)]
fixed undefined behaviour due to union assignment

13 years agoPolarSSL support now requires version 1.0.0.
Howard Chu [Sun, 25 Sep 2011 10:07:14 +0000 (03:07 -0700)]
PolarSSL support now requires version 1.0.0.

13 years agoAdd RD_NO_CONNECT return code for Connect failures
Howard Chu [Fri, 12 Aug 2011 01:02:10 +0000 (18:02 -0700)]
Add RD_NO_CONNECT return code for Connect failures

13 years agoFix AVreplace for usherToken
Howard Chu [Tue, 9 Aug 2011 21:44:14 +0000 (14:44 -0700)]
Fix AVreplace for usherToken

13 years agoFix <arpa/inet.h> include order
Howard Chu [Wed, 3 Aug 2011 18:46:07 +0000 (11:46 -0700)]
Fix <arpa/inet.h> include order

13 years agoUnexpected BW Response Fix
Chris Larsen [Tue, 2 Aug 2011 16:33:44 +0000 (12:33 -0400)]
Unexpected BW Response Fix

Bug: SendCheckBWResult sends an invalid bw response due to casting issues
from a double to an int.

13 years agoCleanup previous commit
Howard Chu [Sun, 31 Jul 2011 20:21:12 +0000 (13:21 -0700)]
Cleanup previous commit

13 years agoJustin.TV usherToken detection
KSV [Sun, 31 Jul 2011 19:33:46 +0000 (12:33 -0700)]
Justin.TV usherToken detection

13 years agoDarwin dylib updates
Scott D. Davilla [Fri, 29 Jul 2011 18:26:35 +0000 (11:26 -0700)]
Darwin dylib updates

Bring in line with current practice for Darwin dynamic libs

14 years agoPlug potential memleak
Howard Chu [Sat, 23 Jul 2011 01:06:27 +0000 (18:06 -0700)]
Plug potential memleak

Reported by Reijo Tomperi <aggro80@users.sourceforge.net>

14 years agoFix MDH_free() for PolarSSL
Howard Chu [Sat, 23 Jul 2011 01:04:05 +0000 (18:04 -0700)]
Fix MDH_free() for PolarSSL

Reported by Reijo Tomperi <aggro80@users.sourceforge.net>

14 years agoDon't try to close an already closed socket
Martin Storsjo [Fri, 15 Jul 2011 10:46:03 +0000 (13:46 +0300)]
Don't try to close an already closed socket

This could happen if WriteN() (called within SendBytesReceived())
failed.

14 years agoCheck the return value from RTMP_SendBytesReceived()
Martin Storsjo [Fri, 15 Jul 2011 10:46:02 +0000 (13:46 +0300)]
Check the return value from RTMP_SendBytesReceived()

This avoids double frees in RTMP_Close(), if the
RTMP_SendBytesReceived() call failed, which earlier led
to RTMP_ReadPacket() writing back an already freed buffer
(freed by RTMP_Close() within WriteN()) into m_vecChannelsIn.

14 years agoGenerate and install an import lib for the built DLL
Martin Storsjo [Sat, 30 Apr 2011 11:30:01 +0000 (14:30 +0300)]
Generate and install an import lib for the built DLL

14 years agoCreate the SODIR, too
Martin Storsjo [Sat, 30 Apr 2011 11:30:00 +0000 (14:30 +0300)]
Create the SODIR, too

When SYS=mingw, this differs from LIBDIR.

14 years agoRemove the generated pkg-config file on make clean
Martin Storsjo [Sat, 30 Apr 2011 11:29:58 +0000 (14:29 +0300)]
Remove the generated pkg-config file on make clean

14 years agoRegenerate HTML docs, minor tweaks
Howard Chu [Fri, 22 Jul 2011 00:31:14 +0000 (17:31 -0700)]
Regenerate HTML docs, minor tweaks

14 years agoSquashed commit of the following:
toine512 [Fri, 22 Jul 2011 00:10:13 +0000 (17:10 -0700)]
Squashed commit of the following:

commit 84b160fdc8e6aaff9b5b214d90e8f002cc4185dd
Author: toine512 <toine512@gmail.com>
Date:   Wed Jul 20 23:09:26 2011 +0200

    Updates man .. again

commit 717c562b844595f5b24da268a5f5203d921ebc89
Author: toine512 <toine512@gmail.com>
Date:   Wed Jul 20 21:00:44 2011 +0200

    More updates in man files, regenerating HTML files needed

commit 8196cf03b2ff7b9483166302bf79a0760fed2772
Author: toine512 <toine512@gmail.com>
Date:   Wed Jul 20 20:42:41 2011 +0200

    Updates ChangeLog

commit 7a6931cffd0ffd2d0997ffed2bd7609e9a043387
Author: toine512 <toine512@gmail.com>
Date:   Wed Jul 20 20:37:40 2011 +0200

    Updates man files, regenerating HTML files is needed

commit 1cb67af20bb4085b87123299956c6b4d2d2b1484
Author: toine512 <toine512@gmail.com>
Date:   Wed Jul 20 20:03:16 2011 +0200

    Implements Justin.tv support (NetStream.Authenticate.UsherToken)

14 years agov2.4 changes v2.4
Howard Chu [Tue, 12 Jul 2011 00:24:33 +0000 (17:24 -0700)]
v2.4 changes

14 years agoVersion bump
Howard Chu [Tue, 12 Jul 2011 00:22:43 +0000 (17:22 -0700)]
Version bump

14 years agoAdditional credit for RTMPE 9 keys
Howard Chu [Tue, 12 Jul 2011 00:19:25 +0000 (17:19 -0700)]
Additional credit for RTMPE 9 keys

14 years agoAdd LIB_RTMP macro
Howard Chu [Mon, 11 Jul 2011 23:41:28 +0000 (16:41 -0700)]
Add LIB_RTMP macro

Allows changing to static linking on the cmd line

14 years agoAdd RTMPE type 9 handshake signature
Howard Chu [Mon, 11 Jul 2011 23:12:39 +0000 (16:12 -0700)]
Add RTMPE type 9 handshake signature

14 years agoRevert "Drop back on the handshake version, avoid rtmpe 9"
Howard Chu [Mon, 11 Jul 2011 21:41:11 +0000 (14:41 -0700)]
Revert "Drop back on the handshake version, avoid rtmpe 9"

This reverts commit aa2825fbb1d1f70652d558a730baed28149ebbdd.

Conflicts:

librtmp/handshake.h

14 years agoadd -shared to mingw ldflags, fixes compilation error
Compn [Tue, 5 Jul 2011 13:48:23 +0000 (09:48 -0400)]
add -shared to mingw ldflags, fixes compilation error
patch by Martin Storsjo

14 years agoUse symbolic constants for packet types. From Peter Miller @ opensource.org.au
hyc [Thu, 7 Apr 2011 19:33:28 +0000 (19:33 +0000)]
Use symbolic constants for packet types. From Peter Miller @ opensource.org.au

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@568 400ebc74-4327-4243-bc38-086b20814532

14 years agoHandle multiple sessions at once (ugly)
hyc [Thu, 7 Apr 2011 19:11:13 +0000 (19:11 +0000)]
Handle multiple sessions at once (ugly)

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@567 400ebc74-4327-4243-bc38-086b20814532

14 years agoHandle Play.PublishNotify like Play.Start
hyc [Thu, 7 Apr 2011 19:07:31 +0000 (19:07 +0000)]
Handle Play.PublishNotify like Play.Start

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@566 400ebc74-4327-4243-bc38-086b20814532

14 years agoFix prev commit
hyc [Tue, 22 Mar 2011 15:13:18 +0000 (15:13 +0000)]
Fix prev commit

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@563 400ebc74-4327-4243-bc38-086b20814532

14 years agoDrop back on the handshake version, avoid rtmpe 9
hyc [Sat, 19 Mar 2011 23:32:53 +0000 (23:32 +0000)]
Drop back on the handshake version, avoid rtmpe 9

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@562 400ebc74-4327-4243-bc38-086b20814532

14 years agoFix rtmpt read hangs
hyc [Wed, 16 Mar 2011 12:11:21 +0000 (12:11 +0000)]
Fix rtmpt read hangs

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@561 400ebc74-4327-4243-bc38-086b20814532

14 years agoBump up play command buffer sizes
hyc [Mon, 14 Mar 2011 06:48:09 +0000 (06:48 +0000)]
Bump up play command buffer sizes

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@560 400ebc74-4327-4243-bc38-086b20814532

14 years agoFix typos in prev commit
hyc [Thu, 10 Mar 2011 14:33:32 +0000 (14:33 +0000)]
Fix typos in prev commit

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@559 400ebc74-4327-4243-bc38-086b20814532

14 years agoAdd Libs.private to pkgconfig for Windows
hyc [Thu, 10 Mar 2011 14:30:06 +0000 (14:30 +0000)]
Add Libs.private to pkgconfig for Windows

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@558 400ebc74-4327-4243-bc38-086b20814532

14 years agoFix FLV timestamps during resume
hyc [Fri, 25 Feb 2011 05:51:40 +0000 (05:51 +0000)]
Fix FLV timestamps during resume

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@557 400ebc74-4327-4243-bc38-086b20814532

14 years agoFix infinite loop on Error/Close
hyc [Fri, 24 Dec 2010 22:35:35 +0000 (22:35 +0000)]
Fix infinite loop on Error/Close

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@554 400ebc74-4327-4243-bc38-086b20814532

14 years agoTimeout fix from Antti Ajanki
hyc [Tue, 26 Oct 2010 23:51:10 +0000 (23:51 +0000)]
Timeout fix from Antti Ajanki

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@552 400ebc74-4327-4243-bc38-086b20814532

14 years agoLog error message for unsupported SWF Verification types
hyc [Fri, 8 Oct 2010 07:45:54 +0000 (07:45 +0000)]
Log error message for unsupported SWF Verification types

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@551 400ebc74-4327-4243-bc38-086b20814532

14 years agoLess case-sensitive check for Content-length: header
hyc [Fri, 13 Aug 2010 20:34:58 +0000 (20:34 +0000)]
Less case-sensitive check for Content-length: header

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@550 400ebc74-4327-4243-bc38-086b20814532

14 years agoSubstitute libdir in pkgconfig file
hyc [Fri, 13 Aug 2010 20:05:35 +0000 (20:05 +0000)]
Substitute libdir in pkgconfig file

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@549 400ebc74-4327-4243-bc38-086b20814532

14 years agoMore dynlib tweaks
hyc [Tue, 10 Aug 2010 06:41:50 +0000 (06:41 +0000)]
More dynlib tweaks

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@548 400ebc74-4327-4243-bc38-086b20814532

14 years agoFixes for Darwin - use dylib, not bundle for shared lib
hyc [Mon, 9 Aug 2010 21:46:31 +0000 (21:46 +0000)]
Fixes for Darwin - use dylib, not bundle for shared lib

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@547 400ebc74-4327-4243-bc38-086b20814532

15 years agoMacOSX/Darwin shared library flags
hyc [Mon, 12 Jul 2010 08:20:04 +0000 (08:20 +0000)]
MacOSX/Darwin shared library flags

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@546 400ebc74-4327-4243-bc38-086b20814532

15 years agoFix install target
hyc [Thu, 8 Jul 2010 11:11:47 +0000 (11:11 +0000)]
Fix install target

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@545 400ebc74-4327-4243-bc38-086b20814532

15 years agoDon't link explicitly against static library
hyc [Thu, 8 Jul 2010 10:38:33 +0000 (10:38 +0000)]
Don't link explicitly against static library

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@544 400ebc74-4327-4243-bc38-086b20814532

15 years agoUpdate XBOX/XBMC support
hyc [Mon, 5 Jul 2010 20:17:16 +0000 (20:17 +0000)]
Update XBOX/XBMC support

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@543 400ebc74-4327-4243-bc38-086b20814532

15 years agoRemove obsolete XBOX defs
hyc [Mon, 5 Jul 2010 20:16:55 +0000 (20:16 +0000)]
Remove obsolete XBOX defs

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@542 400ebc74-4327-4243-bc38-086b20814532

15 years agoHide strtime()
hyc [Mon, 5 Jul 2010 20:07:39 +0000 (20:07 +0000)]
Hide strtime()

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@541 400ebc74-4327-4243-bc38-086b20814532

15 years agoUpdate from prev commit
hyc [Sat, 3 Jul 2010 10:28:57 +0000 (10:28 +0000)]
Update from prev commit

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@539 400ebc74-4327-4243-bc38-086b20814532

15 years agoDocument the escape coding used for special characters in values
hyc [Sat, 3 Jul 2010 10:25:48 +0000 (10:25 +0000)]
Document the escape coding used for special characters in values

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@538 400ebc74-4327-4243-bc38-086b20814532

15 years agoFix typo
hyc [Thu, 1 Jul 2010 12:00:43 +0000 (12:00 +0000)]
Fix typo

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@537 400ebc74-4327-4243-bc38-086b20814532

15 years agozlib dependency is only when CRYPTO is enabled
hyc [Wed, 30 Jun 2010 22:34:59 +0000 (22:34 +0000)]
zlib dependency is only when CRYPTO is enabled

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@536 400ebc74-4327-4243-bc38-086b20814532

15 years agoDefault to SYS=posix, parent Makefile may not have run
hyc [Wed, 30 Jun 2010 20:01:12 +0000 (20:01 +0000)]
Default to SYS=posix, parent Makefile may not have run

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@532 400ebc74-4327-4243-bc38-086b20814532

15 years agoAlso delete shared libs on clean
hyc [Wed, 30 Jun 2010 19:57:38 +0000 (19:57 +0000)]
Also delete shared libs on clean

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@530 400ebc74-4327-4243-bc38-086b20814532

15 years ago2.3 notes about shared library
hyc [Wed, 30 Jun 2010 19:51:21 +0000 (19:51 +0000)]
2.3 notes about shared library

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@528 400ebc74-4327-4243-bc38-086b20814532

15 years agoAdd mingw DLL install support
hyc [Wed, 30 Jun 2010 19:41:52 +0000 (19:41 +0000)]
Add mingw DLL install support

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@527 400ebc74-4327-4243-bc38-086b20814532

15 years agoAdd -lz and MinGW support
hyc [Wed, 30 Jun 2010 19:02:53 +0000 (19:02 +0000)]
Add -lz and MinGW support

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@526 400ebc74-4327-4243-bc38-086b20814532

15 years agoBumping version to 2.3 to highlight shared lib support
hyc [Wed, 30 Jun 2010 18:52:14 +0000 (18:52 +0000)]
Bumping version to 2.3 to highlight shared lib support

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@525 400ebc74-4327-4243-bc38-086b20814532

15 years agoOnly send CheckBW request once
hyc [Tue, 29 Jun 2010 21:05:04 +0000 (21:05 +0000)]
Only send CheckBW request once

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@524 400ebc74-4327-4243-bc38-086b20814532

15 years agoFix prev commit
hyc [Tue, 29 Jun 2010 07:40:13 +0000 (07:40 +0000)]
Fix prev commit

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@523 400ebc74-4327-4243-bc38-086b20814532

15 years agoCleanup prev commit
hyc [Tue, 29 Jun 2010 01:39:49 +0000 (01:39 +0000)]
Cleanup prev commit

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@522 400ebc74-4327-4243-bc38-086b20814532

15 years agoFix tcUrl generation, free it on close if needed
hyc [Tue, 29 Jun 2010 01:31:17 +0000 (01:31 +0000)]
Fix tcUrl generation, free it on close if needed

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@521 400ebc74-4327-4243-bc38-086b20814532

15 years agoSkip repeated spaces between URL options
hyc [Tue, 29 Jun 2010 01:09:21 +0000 (01:09 +0000)]
Skip repeated spaces between URL options

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@520 400ebc74-4327-4243-bc38-086b20814532

15 years agoCheck for duplicate invocations
hyc [Sun, 27 Jun 2010 19:51:48 +0000 (19:51 +0000)]
Check for duplicate invocations

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@519 400ebc74-4327-4243-bc38-086b20814532

15 years agoNotes for 2.2f
hyc [Sat, 26 Jun 2010 21:03:02 +0000 (21:03 +0000)]
Notes for 2.2f

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@518 400ebc74-4327-4243-bc38-086b20814532

15 years agoFix bogus switch statement
hyc [Fri, 25 Jun 2010 20:28:41 +0000 (20:28 +0000)]
Fix bogus switch statement

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@517 400ebc74-4327-4243-bc38-086b20814532

15 years agoFix skipping extension
hyc [Thu, 24 Jun 2010 19:20:52 +0000 (19:20 +0000)]
Fix skipping extension

git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@516 400ebc74-4327-4243-bc38-086b20814532