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
*
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
*
RTMPTS protocol support
Samuel Pitoiset
2012-07-17
1
-2
/
+25
*
RTMPS protocol support
Samuel Pitoiset
2012-07-17
1
-0
/
+23
*
rtmp: Rename rtmphttp to ffrtmphttp
Samuel Pitoiset
2012-07-17
1
-1
/
+1
*
rtmp: rtmp_parse_result() add case for video and audio packets to avoid undes...
Jordi Ortiz
2012-07-16
1
-0
/
+4
*
rtmp: Don't send every flv packet in a separate HTTP request in RTMPT
Samuel Pitoiset
2012-06-18
1
-0
/
+8
*
RTMPT protocol support
Samuel Pitoiset
2012-06-17
1
-3
/
+27
*
rtmp: Read and handle incoming packets while writing data
Samuel Pitoiset
2012-06-14
1
-0
/
+30
[next]