index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
rtmpproto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJOR
Aurelien Jacobs
2010-10-15
1
-3
/
+3
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-17
/
+17
*
Make ff_url_split() public
Måns Rullgård
2010-06-27
1
-1
/
+1
*
RTMP: Return from rtmp_read as soon as some data is available
Martin Storsjö
2010-06-18
1
-0
/
+1
*
Declare the url_write buffer parameter as const
Martin Storsjö
2010-06-01
1
-1
/
+1
*
24l trocadero: RTMP reader forgot to shift high byte of timestamp to its
trueice@gmail.com
2010-05-25
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
move ff_url_split() and ff_url_join() declarations to internal.h
Aurelien Jacobs
2010-03-14
1
-0
/
+1
*
Reindent
Martin Storsjö
2010-03-08
1
-1
/
+1
*
Rename url_split to ff_url_split
Martin Storsjö
2010-03-08
1
-1
/
+1
*
Use ff_url_join for assembling URLs, instead of snprintf
Martin Storsjö
2010-03-05
1
-2
/
+2
*
Make RTMP client send bytes read report
Kostya Shishkov
2010-02-18
1
-0
/
+38
*
another 10l: forgot to change parent condition as well
Kostya Shishkov
2010-01-30
1
-1
/
+1
*
10l trocadero: now return value of ff_rtmp_packet_read() has different meaning
Kostya Shishkov
2010-01-30
1
-1
/
+1
*
Correct timestamps inside FLV data received by RTMP.
Sergiy
2010-01-12
1
-2
/
+22
*
Use old-style RTMP handshake for old servers.
Art Clarke
2010-01-12
1
-1
/
+1
*
Reply to RTMP ping with the same value as received by client.
Martin Storsjö
2009-12-16
1
-1
/
+1
*
Dump RTMP packet contents in debug mode
Kostya Shishkov
2009-12-11
1
-0
/
+6
*
5l trocadero: don't forget to free packet in gen_connect()
Martin Storsjö
2009-12-11
1
-0
/
+1
*
Do not try to interact with RTMP server after "stop" command was received.
Martin Storsjö
2009-12-11
1
-0
/
+10
*
cosmetics: insert space between codeword and left parenthesis
Kostya Shishkov
2009-12-06
1
-3
/
+3
*
Do not send invokes to RTMP server if we are not connected to it.
Sergiy
2009-12-06
1
-2
/
+4
*
cosmetics: reindent after last commit
Kostya Shishkov
2009-12-04
1
-78
/
+78
*
Implement RTMP output (publishing FLV stream to RTMP server).
Sergiy
2009-12-04
1
-13
/
+241
*
Remove duplicating variable
Kostya Shishkov
2009-12-03
1
-1
/
+0
*
Send connect() and createStream() in RTMP system channel, not video channel.
Sergiy
2009-12-03
1
-2
/
+2
*
Move "app" string into RTMP protocol context.
Sergiy
2009-12-03
1
-10
/
+11
*
Move is_input flag into RTMP protocol context.
Sergiy
2009-12-02
1
-4
/
+4
*
Full-header RTMP packets contain real timestamp, others contain timestamp
Kostya Shishkov
2009-12-01
1
-9
/
+0
*
Print error when RTMP protocol can't open connection
Kostya Shishkov
2009-11-22
1
-1
/
+3
*
Pass only useful FLV metadata from RTMP stream
Kostya Shishkov
2009-11-22
1
-1
/
+1
*
Split overly long line in doxy.
Stefano Sabatini
2009-11-12
1
-1
/
+4
*
Last parameter in RTMP "play" call was optional and some servers seem not to
Kostya Shishkov
2009-10-18
1
-2
/
+1
*
Do not include "mp4:" prefix from RTMP URL into "app" path or second time
Lars Täuber
2009-09-17
1
-3
/
+5
*
RTMP protocol support (as a client)
Kostya Shishkov
2009-07-31
1
-0
/
+695