345 Commits (140da8e810b2221922b800b4b0be8a5a8e08e0b6)

Author SHA1 Message Date
Samuel Pitoiset 0a9a225733 rtmp: Fix a possible access to invalid memory location when the playpath is too short. 13 years ago
Michael Niedermayer f91b635b52 rtmpproto: replace strtok_r by av_strtok its unavailable in mingw 13 years ago
Samuel Pitoiset f862537de8 rtmp: Do not send extension for flv files 13 years ago
Samuel Pitoiset 8ee3e1874e rtmp: support connection parameters 13 years ago
Luca Barbato c6eeb9b7b6 rtmp: fix url parsing 13 years ago
Samuel Pitoiset 177bcc9593 rtmp: Pass the proper return code in rtmp_handshake 13 years ago
Samuel Pitoiset bba287fdac rtmp: Check return codes of net IO operations 13 years ago
Samuel Pitoiset a4d3f3580b rtmp: Return a proper error code instead of -1 13 years ago
Samuel Pitoiset 08e93f5b46 rtmp: Check malloc calls 13 years ago
Samuel Pitoiset f645f1d6ea rtmp: Check ff_rtmp_packet_create calls 13 years ago
Martin Storsjö 4b7304e80d rtmp: Don't assume path points to a string of nonzero length 13 years ago
Samuel Pitoiset d55961fa82 rtmp: Implement check bandwidth notification. 13 years ago
Samuel Pitoiset 05945db9ce rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the SWF player. 13 years ago
Samuel Pitoiset e64673e4f4 rtmp: Support 'rtmp_flashver', an option which overrides the version of the Flash plugin. 13 years ago
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