]> git.sesse.net Git - ffmpeg/history - libavformat/rtmpproto.c
ac3enc_template: Use the correct context field
[ffmpeg] / libavformat / rtmpproto.c
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2014-11-28 Martin Storsjörtmpproto: Fix a typo in a comment
2014-11-28 Martin Storsjörtmpproto: Only prepend @setDataFrame for onMetaData...
2014-11-28 Martin Storsjörtmpproto: Simplify code for copying data into the...
2014-11-28 Martin Storsjörtmpproto: Clarify a comment
2014-11-05 Martin Storsjörtmpproto: Ignore errors from the getStreamLength method
2014-10-20 Vittorio Giovarartmpproto: remove dead code
2014-10-18 Alexander Drozdovrtmp: Always call rtmp_close() on rtmp_open() failure
2014-10-17 Uwe L. Kornrtmpproto: Add pause support
2014-10-17 Uwe L. Kornrtmpproto: Track last received timestamp
2014-10-17 Uwe L. Kornrtmpproto: Add getStreamLength call to query duration
2014-10-17 Uwe L. Kornrtmpproto: Add function to read a number response
2014-10-15 Martin Storsjörtmpproto: Fix a typo
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer inequality checks more...
2014-06-01 Uwe L. Kornrtmpproto: read metadata to set correct FLV header
2014-05-08 Martin Storsjörtmpproto: Check the buffer sizes when copying app...
2014-05-06 Uwe L. Kornrtmpproto: Support alternative slist parameter in rtmp...
2014-04-14 Stephan Sollerrtmpproto: Handle RTMP chunk size packets before the...
2014-04-14 Martin Storsjörtmpproto: Make sure to pass on the error code if read_...
2014-01-20 Martin Storsjörtmpproto: Avoid using uninitialized memory
2013-11-03 Vittorio Giovarartmpproto: Reorder conditions to help dead code elimination
2013-10-14 Martin Storsjörtmp: Allocate the prev_pkt arrays dynamically
2013-10-04 Martin Storsjörtmpproto: Validate the embedded flv packet size before...
2013-10-04 Martin Storsjörtmpproto: Readjust the end of the flv buffer if handle...
2013-10-04 Martin Storsjörtmpproto: Move the flv header/trailer addition to...
2013-10-04 Martin Storsjörtmpproto: Clear the flv allocation size on reallocp...
2013-10-04 Martin Storsjörtmpproto: Pass the 'live' parameter in the right unit
2013-10-04 Martin Storsjörtmpproto: Print the error code string if there's no...
2013-10-01 Luca Barbatortmp: alias rtmp_listen to listen
2013-09-26 Martin Storsjölavf: Reset the entry count and allocation size variabl...
2013-09-21 Luca Barbatortmp: Replace a magic number with a macro
2013-09-21 Luca Barbatortmp: Rewrite embedded flv handling
2013-09-21 Luca Barbatortmp: Refactor get_packet
2013-09-20 Luca Barbatortmp: Unbreak get_packet
2013-09-20 Martin Storsjörtmpproto: Add a comment explaining the logic in handle...
2013-09-19 Luca Barbatortmp: Unbreak handle_notify
2013-09-18 Alexandra Khirnovaavformat: Use av_reallocp() where suitable
2013-09-17 Josh Allmannrtmp: Support reading interleaved chunks.
2013-09-17 Martin Storsjörtmpproto: Extend a comment to explain the prev_pkt...
2013-09-17 Martin Storsjörtmpproto: Consistently use the right prev_pkt array
2013-09-17 Martin Storsjörtmpproto: Check for the right return code
2013-09-17 Josh Allmannrtmp: rename main_channel_id to stream_id.
2013-09-17 Josh Allmannrtmp: Follow Flash player numbering for channels.
2013-09-17 Josh Allmannrtmp: Send video on a separate channel.
2013-09-16 Luca Barbatortmp: Store all the notify messages
2013-09-16 Luca Barbatortmp: Do not send the first field twice within the...
2013-09-16 Luca Barbatortmp: Drop an unneeded warning
2013-09-16 Luca Barbatortmp: Support play method in listen mode
2013-09-16 Luca Barbatortmp: Factor out publish specific code
2013-08-28 Martin Storsjörtmpproto: Fix limelight authentication with abbreviate...
2013-08-10 Luca Barbatortmp: Do not misuse memcmp
2013-08-10 Martin Storsjörtmp: Detect and warn if the user tries to pass librtmp...
2013-08-10 Luca Barbatortmp: rename data_size to size
2013-08-10 Luca Barbatortmp: Use PRId64 when needed.
2013-08-02 Gavriloaie Eugen... rtmp: Add seek support
2013-06-01 Kostya Shishkovuse my full first name instead of short one in copyrights
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-03-20 Martin Storsjörtmp: Pass the parameters to do_adobe_auth in the right...
2013-01-14 Michael Niedermayerrtmpproto: Fix assignments in if()
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...
next