]> git.sesse.net Git - ffmpeg/history - libavformat/rtmpproto.c
bethsoftvideo: return meaningful error codes.
[ffmpeg] / libavformat / rtmpproto.c
2012-12-31 Martin Storsjörtmp: Add support for limelight authentication
2012-12-31 Martin Storsjörtmp: Add support for adobe authentication
2012-12-31 Martin Storsjörtmp: Return a proper error code in handle_invoke_error
2012-11-05 Martin Storsjörtmp: Use av_strlcat instead of strncat
2012-10-12 Michael Niedermayerrtmpproto: Fix an out of array write
2012-10-11 Martin StorsjöUse the new aes/md5/sha/tree allocation functions
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-22 Samuel Pitoisetrtmp: support strict rtmp servers
2012-08-16 Martin Storsjörtmp: Use int instead of ssize_t
2012-08-16 Jordi Ortizrtmp: Add support for receiving incoming streams
2012-08-15 Samuel Pitoisetrtmp: Automatically compute the hash for SWFVerification
2012-08-15 Samuel Pitoisetrtmp: Add support for SWFVerification
2012-08-14 Samuel Pitoisetrtmp: Gracefully ignore _checkbw errors by tracking...
2012-08-14 Samuel Pitoisetrtmp: Do not send _checkbw calls as notifications
2012-08-13 Luca Barbatortmp: handle bytes read reports
2012-08-11 Jordi Ortizrtmp: split chunk_size var into in_chunk_size and out_c...
2012-08-11 Samuel Pitoisetrtmp: Factorize the code by adding find_tracked_method
2012-08-09 Samuel Pitoisetrtmp: Factorize the code by adding handle_invoke_error
2012-08-09 Samuel Pitoisetrtmp: Factorize the code by adding handle_invoke_status
2012-08-09 Samuel Pitoisetrtmp: Factorize the code by adding handle_invoke_result
2012-08-08 Samuel Pitoisetrtmp: Add message tracking
2012-08-08 Luca Barbatortmp: send check_bw as notification
2012-08-07 Samuel Pitoisetrtmp: Add a new option 'rtmp_subscribe'
2012-08-07 Samuel Pitoisetrtmp: Add support for subscribing live streams
2012-08-07 Samuel Pitoisetrtmp: Factorize simultaneous URLProtocol / AVClass...
2012-07-31 Samuel Pitoisetrtmp: do not warn about receiving metadata packets
2012-07-26 Samuel Pitoisetrtmp: Check the buffer length of ping packets
2012-07-26 Samuel Pitoisetrtmp: Allow having more unknown data at the end of...
2012-07-26 Samuel Pitoisetrtmp: Prevent reading outside of an allocate buffer...
2012-07-25 Samuel Pitoisetrtmp: Return an error when the client bandwidth is...
2012-07-25 Samuel Pitoisetrtmp: Return proper error code in handle_server_bw
2012-07-25 Samuel Pitoisetrtmp: Return proper error code in handle_client_bw
2012-07-25 Samuel Pitoisetrtmp: Return proper error codes in handle_chunk_size
2012-07-25 Samuel Pitoisetrtmp: Factorize the code by adding handle_invoke
2012-07-25 Samuel Pitoisetrtmp: Factorize the code by adding handle_chunk_size
2012-07-25 Samuel Pitoisetrtmp: Factorize the code by adding handle_ping
2012-07-25 Samuel Pitoisetrtmp: Factorize the code by adding handle_client_bw
2012-07-25 Samuel Pitoisetrtmp: Factorize the code by adding handle_server_bw
2012-07-25 Samuel Pitoisetrtmp: Add a new option 'rtmp_pageurl'
2012-07-25 Samuel Pitoisetrtmp: Make the description of the rtmp_tcurl option...
2012-07-24 Samuel Pitoisetrtmp: Move the CONFIG_ condition into the if conditions
2012-07-23 Samuel PitoisetRTMPTE protocol support
2012-07-23 Samuel PitoisetRTMPE protocol support
2012-07-23 Samuel Pitoisetrtmp: Add ff_rtmp_calc_digest_pos()
2012-07-23 Samuel Pitoisetrtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest...
2012-07-17 Samuel PitoisetRTMPTS protocol support
2012-07-17 Samuel PitoisetRTMPS protocol support
2012-07-16 Samuel Pitoisetrtmp: Rename rtmphttp to ffrtmphttp
2012-07-16 Jordi Ortizrtmp: rtmp_parse_result() add case for video and audio...
2012-06-18 Samuel Pitoisetrtmp: Don't send every flv packet in a separate HTTP...
2012-06-17 Samuel PitoisetRTMPT protocol support
2012-06-14 Samuel Pitoisetrtmp: Read and handle incoming packets while writing...
2012-06-13 Samuel Pitoisetrtmp: Add a new option 'rtmp_buffer', for setting the...
2012-06-13 Samuel Pitoisetrtmp: Set the client buffer time to 3s instead of 0.26s
2012-06-13 Samuel Pitoisetrtmp: Handle server bandwidth packets
2012-06-13 Samuel Pitoisetrtmp: Display a verbose message when an unknown packet...
2012-06-13 Martin Storsjörtmp: Tokenize the AMF connection parameters manually...
2012-06-12 Samuel Pitoisetrtmp: Fix a possible access to invalid memory location...
2012-06-11 Samuel Pitoisetrtmp: Do not send extension for flv files
2012-06-11 Samuel Pitoisetrtmp: support connection parameters
2012-05-25 Luca Barbatortmp: fix url parsing
2012-05-24 Samuel Pitoisetrtmp: Pass the proper return code in rtmp_handshake
2012-05-24 Samuel Pitoisetrtmp: Check return codes of net IO operations
2012-05-23 Samuel Pitoisetrtmp: Return a proper error code instead of -1
2012-05-23 Samuel Pitoisetrtmp: Check malloc calls
2012-05-23 Samuel Pitoisetrtmp: Check ff_rtmp_packet_create calls
2012-05-17 Martin Storsjörtmp: Don't assume path points to a string of nonzero...
2012-05-10 Samuel Pitoisetrtmp: Implement check bandwidth notification.
2012-05-10 Samuel Pitoisetrtmp: Support 'rtmp_swfurl', an option which specifies...
2012-05-10 Samuel Pitoisetrtmp: Support 'rtmp_flashver', an option which override...
2012-05-10 Samuel Pitoisetrtmp: Support 'rtmp_tcurl', an option which overrides...
2012-05-08 Samuel Pitoisetrtmp: Support 'rtmp_live', an option which specifies...
2012-04-16 Samuel Pitoisetrtmp: Support 'rtmp_playpath', an option which override...
2012-04-16 Samuel Pitoisetrtmp: Support 'rtmp_app', an option which overrides...
2012-04-03 Raffaele Senartmp: implement bandwidth notification
2012-04-03 Samuel Pitoisetrtmp: update supported audio codecs value
2012-01-05 Martin Storsjöavio: Add an URLProtocol flag for indicating that a...
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-12-07 Martin Storsjörtmp: Use nb_invokes for all invoke commands
2011-12-01 Martin Storsjöproto: Realign struct initializers
2011-12-01 Martin Storsjöproto: Use .priv_data_size to allocate the private...
2011-12-01 Martin Storsjörtmp: Clean up properly if the handshake failed
2011-11-18 Josh Allmannrtmp: do not hardcode invoke numbers
2011-11-13 Anton Khirnovavio: add support for passing options to protocols.
2011-11-13 Martin Storsjöavio: Add an AVIOInterruptCB parameter to ffurl_open...
2011-09-22 Martin Storsjörtmp: Make the input FLV parser handle data cut at...
2011-09-20 Martin Storsjörtmp: Don't blindly skip the 4 trailer bytes from the...
2011-09-20 Chiranjeevi Melamrtmp: Handle FLV packets written in more than one write...
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-07-03 Mans RullgardRemove return statements following infinite loops witho...
2011-05-25 Martin Storsjörtmp: Don't try to do av_malloc(0)
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-19 Anton Khirnovlavf: remove FF_API_URL_CLASS cruft.
2011-04-08 Anton Khirnovlavf: use designated initializers for all protocols
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-04 Anton Khirnovavio: deprecate url_max_packet_size().
2011-04-04 Anton Khirnovavio: make url_close() internal.
2011-04-04 Anton Khirnovavio: make url_write() internal.
2011-04-04 Anton Khirnovavio: make url_read_complete() internal.
next