326 Commits (7f0d5401885b111ac9bb5e96d4fcb080bda83745)

Author SHA1 Message Date
Samuel Pitoiset 55c9320e06 rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the target stream. 13 years ago
Samuel Pitoiset b2e495afa8 rtmp: Support 'rtmp_live', an option which specifies if the media is a live stream. 13 years ago
Samuel Pitoiset b3b1751201 rtmp: Support 'rtmp_playpath', an option which overrides the stream identifier 13 years ago
Samuel Pitoiset 6465562e13 rtmp: Support 'rtmp_app', an option which overrides the name of application 13 years ago
Raffaele Sena 34d908c083 rtmp: implement bandwidth notification 13 years ago
Samuel Pitoiset faba4a9b88 rtmp: update supported audio codecs value 13 years ago
Martin Storsjö 32b83aeec1 avio: Add an URLProtocol flag for indicating that a protocol uses network 13 years ago
Mans Rullgard 3383a53e7d lavu: replace int/float punning functions 13 years ago
Reimar Döffinger 0849a0ebb2 rtmpproto: make condition work in overflow case. 13 years ago
Martin Storsjö 1eef08f98c rtmp: Use nb_invokes for all invoke commands 13 years ago
Martin Storsjö c3b05d2159 proto: Realign struct initializers 13 years ago
Martin Storsjö 7e58050590 proto: Use .priv_data_size to allocate the private context 13 years ago
Martin Storsjö 02490bf358 rtmp: Clean up properly if the handshake failed 13 years ago
Josh Allmann 704af3e29c rtmp: do not hardcode invoke numbers 13 years ago
Anton Khirnov ddffc2fdc3 avio: add support for passing options to protocols. 13 years ago
Martin Storsjö 6f1b7b3944 avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc 13 years ago
Martin Storsjö b14629e5ea rtmp: Make the input FLV parser handle data cut at any point 13 years ago
Martin Storsjö 3ffe32eb96 rtmp: Don't blindly skip the 4 trailer bytes from the FLV packets 13 years ago
Chiranjeevi Melam a14c784210 rtmp: Handle FLV packets written in more than one write call 13 years ago
Chiranjeevi Melam 07631deeee rtmpproto.c: Fixed RTMP Stream output issue 13 years ago
Mans Rullgard ee8aecd23a Do not include intfloat_readwrite.h in avutil.h 14 years ago
Mans Rullgard add41decd9 Remove return statements following infinite loops without break 14 years ago
Martin Storsjö 271c869cc3 rtmp: Don't try to do av_malloc(0) 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov 7f804085f1 lavf: remove FF_API_URL_CLASS cruft. 14 years ago
Anton Khirnov f35ff97f2e lavf: use designated initializers for all protocols 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Anton Khirnov 5958df341d avio: deprecate url_max_packet_size(). 14 years ago
Anton Khirnov e52a9145c8 avio: make url_close() internal. 14 years ago
Anton Khirnov 925e908bc7 avio: make url_write() internal. 14 years ago
Anton Khirnov dce3756459 avio: make url_read_complete() internal. 14 years ago
Anton Khirnov 0589da0aa5 avio: make url_open() internal. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov ea46876301 rtmpproto: rename URLContext* argument in rtmp_write() 14 years ago
Anton Khirnov 9ad4c65f6f rtmpproto: rename URLContext* argument in rtmp_write() 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 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 15 years ago
Måns Rullgård f3bfe388b5 Make ff_url_split() public 15 years ago
Martin Storsjö e8ccf24527 RTMP: Return from rtmp_read as soon as some data is available 15 years ago
Martin Storsjö 27241cbffe Declare the url_write buffer parameter as const 15 years ago
trueice@gmail.com aae9a0931c 24l trocadero: RTMP reader forgot to shift high byte of timestamp to its 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Aurelien Jacobs e4a9e3cc7c move ff_url_split() and ff_url_join() declarations to internal.h 15 years ago
Martin Storsjö f984dcf6dd Reindent 15 years ago
Martin Storsjö c5c6e67c28 Rename url_split to ff_url_split 15 years ago
Martin Storsjö 57b5555c91 Use ff_url_join for assembling URLs, instead of snprintf 15 years ago
Kostya Shishkov bf7c17192f Make RTMP client send bytes read report 15 years ago
Kostya Shishkov adb5496146 another 10l: forgot to change parent condition as well 15 years ago