index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
rtmpproto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtmp: Read and handle incoming packets while writing data
Samuel Pitoiset
2012-06-14
1
-0
/
+30
*
rtmp: Add a new option 'rtmp_buffer', for setting the client buffer time
Samuel Pitoiset
2012-06-13
1
-1
/
+1
*
rtmp: Set the client buffer time to 3s instead of 0.26s
Samuel Pitoiset
2012-06-13
1
-17
/
+29
*
rtmp: Handle server bandwidth packets
Samuel Pitoiset
2012-06-13
1
-1
/
+11
*
rtmp: Display a verbose message when an unknown packet type is received
Samuel Pitoiset
2012-06-13
1
-0
/
+3
*
rtmp: Tokenize the AMF connection parameters manually instead of using strtok_r
Martin Storsjö
2012-06-13
1
-6
/
+19
*
rtmp: Fix a possible access to invalid memory location when the playpath is t...
Samuel Pitoiset
2012-06-12
1
-2
/
+2
*
rtmp: Do not send extension for flv files
Samuel Pitoiset
2012-06-11
1
-2
/
+6
*
rtmp: support connection parameters
Samuel Pitoiset
2012-06-11
1
-0
/
+77
*
rtmp: fix url parsing
Luca Barbato
2012-05-25
1
-1
/
+2
*
rtmp: Pass the proper return code in rtmp_handshake
Samuel Pitoiset
2012-05-24
1
-6
/
+7
*
rtmp: Check return codes of net IO operations
Samuel Pitoiset
2012-05-24
1
-28
/
+57
*
rtmp: Return a proper error code instead of -1
Samuel Pitoiset
2012-05-24
1
-4
/
+4
*
rtmp: Check malloc calls
Samuel Pitoiset
2012-05-24
1
-20
/
+58
*
rtmp: Check ff_rtmp_packet_create calls
Samuel Pitoiset
2012-05-24
1
-53
/
+136
*
rtmp: Don't assume path points to a string of nonzero length
Martin Storsjö
2012-05-17
1
-2
/
+3
*
rtmp: Implement check bandwidth notification.
Samuel Pitoiset
2012-05-10
1
-0
/
+21
*
rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the SWF pla...
Samuel Pitoiset
2012-05-10
1
-0
/
+8
*
rtmp: Support 'rtmp_flashver', an option which overrides the version of the F...
Samuel Pitoiset
2012-05-10
1
-7
/
+18
*
rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the target s...
Samuel Pitoiset
2012-05-10
1
-6
/
+12
*
rtmp: Support 'rtmp_live', an option which specifies if the media is a live s...
Samuel Pitoiset
2012-05-08
1
-1
/
+7
*
rtmp: Support 'rtmp_playpath', an option which overrides the stream identifier
Samuel Pitoiset
2012-04-16
1
-8
/
+18
*
rtmp: Support 'rtmp_app', an option which overrides the name of application
Samuel Pitoiset
2012-04-16
1
-1
/
+40
*
rtmp: implement bandwidth notification
Raffaele Sena
2012-04-03
1
-0
/
+16
*
rtmp: update supported audio codecs value
Samuel Pitoiset
2012-04-03
1
-1
/
+5
*
avio: Add an URLProtocol flag for indicating that a protocol uses network
Martin Storsjö
2012-01-05
1
-0
/
+1
*
lavu: replace int/float punning functions
Mans Rullgard
2011-12-11
1
-3
/
+3
*
rtmp: Use nb_invokes for all invoke commands
Martin Storsjö
2011-12-07
1
-5
/
+7
*
proto: Realign struct initializers
Martin Storsjö
2011-12-01
1
-5
/
+5
*
proto: Use .priv_data_size to allocate the private context
Martin Storsjö
2011-12-01
1
-6
/
+2
*
rtmp: Clean up properly if the handshake failed
Martin Storsjö
2011-12-01
1
-1
/
+1
*
rtmp: do not hardcode invoke numbers
Josh Allmann
2011-11-18
1
-4
/
+5
*
avio: add support for passing options to protocols.
Anton Khirnov
2011-11-13
1
-1
/
+1
*
avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc
Martin Storsjö
2011-11-13
1
-1
/
+2
*
rtmp: Make the input FLV parser handle data cut at any point
Martin Storsjö
2011-09-22
1
-34
/
+27
*
rtmp: Don't blindly skip the 4 trailer bytes from the FLV packets
Martin Storsjö
2011-09-20
1
-3
/
+19
*
rtmp: Handle FLV packets written in more than one write call
Chiranjeevi Melam
2011-09-20
1
-3
/
+5
*
Do not include intfloat_readwrite.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
Remove return statements following infinite loops without break
Mans Rullgard
2011-07-03
1
-1
/
+0
*
rtmp: Don't try to do av_malloc(0)
Martin Storsjö
2011-05-25
1
-1
/
+1
*
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-19
1
-3
/
+3
*
lavf: remove FF_API_URL_CLASS cruft.
Anton Khirnov
2011-04-19
1
-33
/
+26
*
lavf: use designated initializers for all protocols
Anton Khirnov
2011-04-08
1
-6
/
+5
*
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-04-07
1
-2
/
+2
*
avio: deprecate url_max_packet_size().
Anton Khirnov
2011-04-04
1
-1
/
+1
*
avio: make url_close() internal.
Anton Khirnov
2011-04-04
1
-1
/
+1
*
avio: make url_write() internal.
Anton Khirnov
2011-04-04
1
-3
/
+3
*
avio: make url_read_complete() internal.
Anton Khirnov
2011-04-04
1
-2
/
+2
*
avio: make url_open() internal.
Anton Khirnov
2011-04-04
1
-1
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
[next]