Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-28rtmpproto: Fix limelight authentication with abbreviated app namesMartin Storsjö
2013-08-11rtmp: Do not misuse memcmpLuca Barbato
2013-08-10rtmp: Detect and warn if the user tries to pass librtmp style parametersMartin Storsjö
2013-08-10rtmp: rename data_size to sizeLuca Barbato
2013-08-10rtmp: Use PRId64 when needed.Luca Barbato
2013-08-02rtmp: Add seek supportGavriloaie Eugen-Andrei
2013-06-01use my full first name instead of short one in copyrightsKostya Shishkov
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-03-20rtmp: Pass the parameters to do_adobe_auth in the right orderMartin Storsjö
2013-01-14rtmpproto: Fix assignments in if()Michael Niedermayer
2012-12-31rtmp: Add support for limelight authenticationMartin Storsjö
2012-12-31rtmp: Add support for adobe authenticationMartin Storsjö
2012-12-31rtmp: Return a proper error code in handle_invoke_errorMartin Storsjö
2012-11-05rtmp: Use av_strlcat instead of strncatMartin Storsjö
2012-10-12rtmpproto: Fix an out of array writeMichael Niedermayer
2012-10-12Use the new aes/md5/sha/tree allocation functionsMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-22rtmp: support strict rtmp serversSamuel Pitoiset
2012-08-17rtmp: Use int instead of ssize_tMartin Storsjö
2012-08-16rtmp: Add support for receiving incoming streamsJordi Ortiz
2012-08-15rtmp: Automatically compute the hash for SWFVerificationSamuel Pitoiset
2012-08-15rtmp: Add support for SWFVerificationSamuel Pitoiset
2012-08-14rtmp: Gracefully ignore _checkbw errors by tracking themSamuel Pitoiset
2012-08-14rtmp: Do not send _checkbw calls as notificationsSamuel Pitoiset
2012-08-13rtmp: handle bytes read reportsLuca Barbato
2012-08-11rtmp: split chunk_size var into in_chunk_size and out_chunk_sizeJordi Ortiz
2012-08-11rtmp: Factorize the code by adding find_tracked_methodSamuel Pitoiset
2012-08-10rtmp: Factorize the code by adding handle_invoke_errorSamuel Pitoiset
2012-08-10rtmp: Factorize the code by adding handle_invoke_statusSamuel Pitoiset
2012-08-10rtmp: Factorize the code by adding handle_invoke_resultSamuel Pitoiset
2012-08-09rtmp: Add message trackingSamuel Pitoiset
2012-08-08rtmp: send check_bw as notificationLuca Barbato
2012-08-08rtmp: Add a new option 'rtmp_subscribe'Samuel Pitoiset
2012-08-08rtmp: Add support for subscribing live streamsSamuel Pitoiset
2012-08-08rtmp: Factorize simultaneous URLProtocol / AVClass declarations with a macroSamuel Pitoiset
2012-07-31rtmp: do not warn about receiving metadata packetsSamuel Pitoiset
2012-07-26rtmp: Check the buffer length of ping packetsSamuel Pitoiset
2012-07-26rtmp: Allow having more unknown data at the end of a chunk size packet withou...Samuel Pitoiset
2012-07-26rtmp: Prevent reading outside of an allocate buffer when receiving server ban...Samuel Pitoiset
2012-07-26rtmp: Return an error when the client bandwidth is incorrectSamuel Pitoiset
2012-07-26rtmp: Return proper error code in handle_server_bwSamuel Pitoiset
2012-07-26rtmp: Return proper error code in handle_client_bwSamuel Pitoiset
2012-07-26rtmp: Return proper error codes in handle_chunk_sizeSamuel Pitoiset
2012-07-25rtmp: Factorize the code by adding handle_invokeSamuel Pitoiset
2012-07-25rtmp: Factorize the code by adding handle_chunk_sizeSamuel Pitoiset
2012-07-25rtmp: Factorize the code by adding handle_pingSamuel Pitoiset
2012-07-25rtmp: Factorize the code by adding handle_client_bwSamuel Pitoiset
2012-07-25rtmp: Factorize the code by adding handle_server_bwSamuel Pitoiset
2012-07-25rtmp: Add a new option 'rtmp_pageurl'Samuel Pitoiset