index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
rtmpproto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
use my full first name instead of short one in copyrights
Kostya Shishkov
2013-06-01
1
-1
/
+1
*
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-16
1
-2
/
+0
*
rtmp: Pass the parameters to do_adobe_auth in the right order
Martin Storsjö
2013-03-20
1
-1
/
+1
*
rtmpproto: Fix assignments in if()
Michael Niedermayer
2013-01-14
1
-1
/
+1
*
rtmp: Add support for limelight authentication
Martin Storsjö
2012-12-31
1
-6
/
+75
*
rtmp: Add support for adobe authentication
Martin Storsjö
2012-12-31
1
-4
/
+159
*
rtmp: Return a proper error code in handle_invoke_error
Martin Storsjö
2012-12-31
1
-1
/
+1
*
rtmp: Use av_strlcat instead of strncat
Martin Storsjö
2012-11-05
1
-1
/
+1
*
rtmpproto: Fix an out of array write
Michael Niedermayer
2012-10-12
1
-2
/
+2
*
Use the new aes/md5/sha/tree allocation functions
Martin Storsjö
2012-10-11
1
-1
/
+1
*
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
1
-6
/
+6
*
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-09-04
1
-3
/
+3
*
rtmp: support strict rtmp servers
Samuel Pitoiset
2012-08-22
1
-4
/
+7
*
rtmp: Use int instead of ssize_t
Martin Storsjö
2012-08-16
1
-3
/
+3
*
rtmp: Add support for receiving incoming streams
Jordi Ortiz
2012-08-16
1
-5
/
+508
*
rtmp: Automatically compute the hash for SWFVerification
Samuel Pitoiset
2012-08-15
1
-0
/
+134
*
rtmp: Add support for SWFVerification
Samuel Pitoiset
2012-08-15
1
-0
/
+66
*
rtmp: Gracefully ignore _checkbw errors by tracking them
Samuel Pitoiset
2012-08-14
1
-4
/
+16
*
rtmp: Do not send _checkbw calls as notifications
Samuel Pitoiset
2012-08-14
1
-1
/
+1
*
rtmp: handle bytes read reports
Luca Barbato
2012-08-13
1
-0
/
+3
*
rtmp: split chunk_size var into in_chunk_size and out_chunk_size
Jordi Ortiz
2012-08-11
1
-10
/
+17
*
rtmp: Factorize the code by adding find_tracked_method
Samuel Pitoiset
2012-08-11
1
-14
/
+26
*
rtmp: Factorize the code by adding handle_invoke_error
Samuel Pitoiset
2012-08-09
1
-7
/
+16
*
rtmp: Factorize the code by adding handle_invoke_status
Samuel Pitoiset
2012-08-09
1
-24
/
+34
*
rtmp: Factorize the code by adding handle_invoke_result
Samuel Pitoiset
2012-08-09
1
-69
/
+78
*
rtmp: Add message tracking
Samuel Pitoiset
2012-08-09
1
-138
/
+160
*
rtmp: send check_bw as notification
Luca Barbato
2012-08-08
1
-1
/
+1
*
rtmp: Add a new option 'rtmp_subscribe'
Samuel Pitoiset
2012-08-07
1
-6
/
+15
*
rtmp: Add support for subscribing live streams
Samuel Pitoiset
2012-08-07
1
-0
/
+31
*
rtmp: Factorize simultaneous URLProtocol / AVClass declarations with a macro
Samuel Pitoiset
2012-08-07
1
-104
/
+23
*
rtmp: do not warn about receiving metadata packets
Samuel Pitoiset
2012-07-31
1
-1
/
+2
*
rtmp: Check the buffer length of ping packets
Samuel Pitoiset
2012-07-26
1
-0
/
+12
*
rtmp: Allow having more unknown data at the end of a chunk size packet withou...
Samuel Pitoiset
2012-07-26
1
-2
/
+2
*
rtmp: Prevent reading outside of an allocate buffer when receiving server ban...
Samuel Pitoiset
2012-07-26
1
-0
/
+7
*
rtmp: Return an error when the client bandwidth is incorrect
Samuel Pitoiset
2012-07-25
1
-2
/
+10
*
rtmp: Return proper error code in handle_server_bw
Samuel Pitoiset
2012-07-25
1
-1
/
+1
*
rtmp: Return proper error code in handle_client_bw
Samuel Pitoiset
2012-07-25
1
-1
/
+1
*
rtmp: Return proper error codes in handle_chunk_size
Samuel Pitoiset
2012-07-25
1
-2
/
+2
*
rtmp: Factorize the code by adding handle_invoke
Samuel Pitoiset
2012-07-25
1
-66
/
+77
*
rtmp: Factorize the code by adding handle_chunk_size
Samuel Pitoiset
2012-07-25
1
-15
/
+30
*
rtmp: Factorize the code by adding handle_ping
Samuel Pitoiset
2012-07-25
1
-4
/
+16
*
rtmp: Factorize the code by adding handle_client_bw
Samuel Pitoiset
2012-07-25
1
-8
/
+18
*
rtmp: Factorize the code by adding handle_server_bw
Samuel Pitoiset
2012-07-25
1
-6
/
+17
*
rtmp: Add a new option 'rtmp_pageurl'
Samuel Pitoiset
2012-07-25
1
-0
/
+7
*
rtmp: Make the description of the rtmp_tcurl option more generic
Samuel Pitoiset
2012-07-25
1
-1
/
+1
*
rtmp: Move the CONFIG_ condition into the if conditions
Samuel Pitoiset
2012-07-24
1
-8
/
+7
*
RTMPTE protocol support
Samuel Pitoiset
2012-07-23
1
-1
/
+22
*
RTMPE protocol support
Samuel Pitoiset
2012-07-23
1
-7
/
+99
*
rtmp: Add ff_rtmp_calc_digest_pos()
Samuel Pitoiset
2012-07-23
1
-10
/
+16
*
rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it global
Samuel Pitoiset
2012-07-23
1
-33
/
+19
[next]