Michael Niedermayer
|
22d841becd
Merge branch 'master' into oldabi
|
13 years ago |
Michael Niedermayer
|
976a8b2179
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Mans Rullgard
|
ee8aecd23a
Do not include intfloat_readwrite.h in avutil.h
|
13 years ago |
Mans Rullgard
|
add41decd9
Remove return statements following infinite loops without break
|
13 years ago |
Michael Niedermayer
|
56629aa012
Merge branch 'master' into oldabi
|
13 years ago |
Michael Niedermayer
|
39e4206dc6
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Martin Storsjö
|
271c869cc3
rtmp: Don't try to do av_malloc(0)
|
13 years ago |
Michael Niedermayer
|
efb5fa79f5
Merge remote branch 'qatar/master'
|
13 years ago |
Stefano Sabatini
|
59d96941f0
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
|
13 years ago |
Anton Khirnov
|
7f804085f1
lavf: remove FF_API_URL_CLASS cruft.
|
13 years ago |
Michael Niedermayer
|
d4d09329ee
Merge remote branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
f35ff97f2e
lavf: use designated initializers for all protocols
|
13 years ago |
Michael Niedermayer
|
c88caa522c
Merge remote branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
f87b1b373a
avio: AVIO_ prefixes for URL_ open flags.
|
13 years ago |
Michael Niedermayer
|
434f248723
Merge remote branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
5958df341d
avio: deprecate url_max_packet_size().
|
13 years ago |
Anton Khirnov
|
e52a9145c8
avio: make url_close() internal.
|
13 years ago |
Anton Khirnov
|
925e908bc7
avio: make url_write() internal.
|
13 years ago |
Anton Khirnov
|
dce3756459
avio: make url_read_complete() internal.
|
13 years ago |
Anton Khirnov
|
0589da0aa5
avio: make url_open() internal.
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Anton Khirnov
|
ea46876301
rtmpproto: rename URLContext* argument in rtmp_write()
|
13 years ago |
Anton Khirnov
|
9ad4c65f6f
rtmpproto: rename URLContext* argument in rtmp_write()
|
13 years ago |
Diego Elio Pettenò
|
66355be3c3
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 years ago |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 years ago |
Aurelien Jacobs
|
ade800c5b7
properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJOR
|
14 years ago |
Måns Rullgård
|
49bd8e4b84
Fix grammar errors in documentation
|
14 years ago |
Måns Rullgård
|
f3bfe388b5
Make ff_url_split() public
|
14 years ago |
Martin Storsjö
|
e8ccf24527
RTMP: Return from rtmp_read as soon as some data is available
|
14 years ago |
Martin Storsjö
|
27241cbffe
Declare the url_write buffer parameter as const
|
14 years ago |
trueice@gmail.com
|
aae9a0931c
24l trocadero: RTMP reader forgot to shift high byte of timestamp to its
|
14 years ago |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
14 years ago |
Aurelien Jacobs
|
e4a9e3cc7c
move ff_url_split() and ff_url_join() declarations to internal.h
|
14 years ago |
Martin Storsjö
|
f984dcf6dd
Reindent
|
14 years ago |
Martin Storsjö
|
c5c6e67c28
Rename url_split to ff_url_split
|
14 years ago |
Martin Storsjö
|
57b5555c91
Use ff_url_join for assembling URLs, instead of snprintf
|
14 years ago |
Kostya Shishkov
|
bf7c17192f
Make RTMP client send bytes read report
|
14 years ago |
Kostya Shishkov
|
adb5496146
another 10l: forgot to change parent condition as well
|
14 years ago |
Kostya Shishkov
|
b381a823cd
10l trocadero: now return value of ff_rtmp_packet_read() has different meaning
|
14 years ago |
Sergiy
|
56e29bf2c9
Correct timestamps inside FLV data received by RTMP.
|
15 years ago |
Art Clarke
|
e2ee11e868
Use old-style RTMP handshake for old servers.
|
15 years ago |
Martin Storsjö
|
4aaebf78f5
Reply to RTMP ping with the same value as received by client.
|
15 years ago |
Kostya Shishkov
|
cfac91fec3
Dump RTMP packet contents in debug mode
|
15 years ago |
Martin Storsjö
|
f8caa5441b
5l trocadero: don't forget to free packet in gen_connect()
|
15 years ago |
Martin Storsjö
|
72b870b95b
Do not try to interact with RTMP server after "stop" command was received.
|
15 years ago |
Kostya Shishkov
|
e07c92e4bb
cosmetics: insert space between codeword and left parenthesis
|
15 years ago |
Sergiy
|
615c287990
Do not send invokes to RTMP server if we are not connected to it.
|
15 years ago |
Kostya Shishkov
|
c72406112f
cosmetics: reindent after last commit
|
15 years ago |
Sergiy
|
6bf22e18d1
Implement RTMP output (publishing FLV stream to RTMP server).
|
15 years ago |
Kostya Shishkov
|
2784ede40a
Remove duplicating variable
|
15 years ago |