index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
rtmpproto.c
Age
Commit message (
Expand
)
Author
2014-11-28
rtmpproto: Fix a typo in a comment
Martin Storsjö
2014-11-28
rtmpproto: Only prepend @setDataFrame for onMetaData and |RtmpSampleAccess
Martin Storsjö
2014-11-28
rtmpproto: Simplify code for copying data into the output packet
Martin Storsjö
2014-11-28
rtmpproto: Clarify a comment
Martin Storsjö
2014-11-05
rtmpproto: Ignore errors from the getStreamLength method
Martin Storsjö
2014-10-20
rtmpproto: remove dead code
Vittorio Giovara
2014-10-18
rtmp: Always call rtmp_close() on rtmp_open() failure
Alexander Drozdov
2014-10-17
rtmpproto: Add pause support
Uwe L. Korn
2014-10-17
rtmpproto: Track last received timestamp
Uwe L. Korn
2014-10-17
rtmpproto: Add getStreamLength call to query duration
Uwe L. Korn
2014-10-17
rtmpproto: Add function to read a number response
Uwe L. Korn
2014-10-15
rtmpproto: Fix a typo
Martin Storsjö
2014-08-15
cosmetics: Write NULL pointer inequality checks more compactly
Gabriel Dume
2014-06-01
rtmpproto: read metadata to set correct FLV header
Uwe L. Korn
2014-05-08
rtmpproto: Check the buffer sizes when copying app/playpath strings
Martin Storsjö
2014-05-06
rtmpproto: Support alternative slist parameter in rtmp URLs
Uwe L. Korn
2014-04-14
rtmpproto: Handle RTMP chunk size packets before the connect packet
Stephan Soller
2014-04-14
rtmpproto: Make sure to pass on the error code if read_connect failed
Martin Storsjö
2014-01-20
rtmpproto: Avoid using uninitialized memory
Martin Storsjö
2013-11-03
rtmpproto: Reorder conditions to help dead code elimination
Vittorio Giovara
2013-10-14
rtmp: Allocate the prev_pkt arrays dynamically
Martin Storsjö
2013-10-04
rtmpproto: Validate the embedded flv packet size before copying
Martin Storsjö
2013-10-04
rtmpproto: Readjust the end of the flv buffer if handle_metadata exited early
Martin Storsjö
2013-10-04
rtmpproto: Move the flv header/trailer addition to append_flv_data
Martin Storsjö
2013-10-04
rtmpproto: Clear the flv allocation size on reallocp failures
Martin Storsjö
2013-10-04
rtmpproto: Pass the 'live' parameter in the right unit
Martin Storsjö
2013-10-04
rtmpproto: Print the error code string if there's no description
Martin Storsjö
2013-10-01
rtmp: alias rtmp_listen to listen
Luca Barbato
2013-09-26
lavf: Reset the entry count and allocation size variables on av_reallocp fail...
Martin Storsjö
2013-09-22
rtmp: Replace a magic number with a macro
Luca Barbato
2013-09-22
rtmp: Rewrite embedded flv handling
Luca Barbato
2013-09-22
rtmp: Refactor get_packet
Luca Barbato
2013-09-20
rtmp: Unbreak get_packet
Luca Barbato
2013-09-20
rtmpproto: Add a comment explaining the logic in handle_notify
Martin Storsjö
2013-09-19
rtmp: Unbreak handle_notify
Luca Barbato
2013-09-18
avformat: Use av_reallocp() where suitable
Alexandra Khirnova
2013-09-17
rtmp: Support reading interleaved chunks.
Josh Allmann
2013-09-17
rtmpproto: Extend a comment to explain the prev_pkt arrays roles
Martin Storsjö
2013-09-17
rtmpproto: Consistently use the right prev_pkt array
Martin Storsjö
2013-09-17
rtmpproto: Check for the right return code
Martin Storsjö
2013-09-17
rtmp: rename main_channel_id to stream_id.
Josh Allmann
2013-09-17
rtmp: Follow Flash player numbering for channels.
Josh Allmann
2013-09-17
rtmp: Send video on a separate channel.
Josh Allmann
2013-09-16
rtmp: Store all the notify messages
Luca Barbato
2013-09-16
rtmp: Do not send the first field twice within the handshake
Luca Barbato
2013-09-16
rtmp: Drop an unneeded warning
Luca Barbato
2013-09-16
rtmp: Support play method in listen mode
Luca Barbato
2013-09-16
rtmp: Factor out publish specific code
Luca Barbato
2013-08-28
rtmpproto: Fix limelight authentication with abbreviated app names
Martin Storsjö
2013-08-11
rtmp: Do not misuse memcmp
Luca Barbato
[next]