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
2012-09-12rtmpproto: reorder some expressions to fix compilation with clang without opt...Michael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
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-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-22rtmp: support strict rtmp serversSamuel Pitoiset
2012-08-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-17rtmp: Use int instead of ssize_tMartin Storsjö
2012-08-16rtmp: Add support for receiving incoming streamsJordi Ortiz
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15rtmp: Automatically compute the hash for SWFVerificationSamuel Pitoiset
2012-08-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-13rtmp: handle bytes read reportsLuca Barbato
2012-08-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-31rtmp: do not warn about receiving metadata packetsSamuel Pitoiset
2012-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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