Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-22rtmp: Make the input FLV parser handle data cut at any pointMartin Storsjö
2011-09-20rtmp: Don't blindly skip the 4 trailer bytes from the FLV packetsMartin Storsjö
2011-09-20rtmp: Handle FLV packets written in more than one write callChiranjeevi Melam
2011-07-04Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-07-04Remove return statements following infinite loops without breakMans Rullgard
2011-05-25rtmp: Don't try to do av_malloc(0)Martin Storsjö
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-19lavf: remove FF_API_URL_CLASS cruft.Anton Khirnov
2011-04-08lavf: use designated initializers for all protocolsAnton Khirnov
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-04avio: deprecate url_max_packet_size().Anton Khirnov
2011-04-04avio: make url_close() internal.Anton Khirnov
2011-04-04avio: make url_write() internal.Anton Khirnov
2011-04-04avio: make url_read_complete() internal.Anton Khirnov
2011-04-04avio: make url_open() internal.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-03rtmpproto: rename URLContext* argument in rtmp_write()Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-10-15properly check for FF_API_URL_CLASS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-27Make ff_url_split() publicMåns Rullgård
2010-06-18RTMP: Return from rtmp_read as soon as some data is availableMartin Storsjö
2010-06-01Declare the url_write buffer parameter as constMartin Storsjö
2010-05-2524l trocadero: RTMP reader forgot to shift high byte of timestamp to itstrueice@gmail.com
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-15move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs
2010-03-08ReindentMartin Storsjö
2010-03-08Rename url_split to ff_url_splitMartin Storsjö
2010-03-06Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö
2010-02-18Make RTMP client send bytes read reportKostya Shishkov
2010-01-30another 10l: forgot to change parent condition as wellKostya Shishkov
2010-01-3010l trocadero: now return value of ff_rtmp_packet_read() has different meaningKostya Shishkov
2010-01-12Correct timestamps inside FLV data received by RTMP.Sergiy
2010-01-12Use old-style RTMP handshake for old servers.Art Clarke
2009-12-16Reply to RTMP ping with the same value as received by client.Martin Storsjö
2009-12-11Dump RTMP packet contents in debug modeKostya Shishkov
2009-12-115l trocadero: don't forget to free packet in gen_connect()Martin Storsjö
2009-12-11Do not try to interact with RTMP server after "stop" command was received.Martin Storsjö
2009-12-06cosmetics: insert space between codeword and left parenthesisKostya Shishkov
2009-12-06Do not send invokes to RTMP server if we are not connected to it.Sergiy
2009-12-04cosmetics: reindent after last commitKostya Shishkov
2009-12-04Implement RTMP output (publishing FLV stream to RTMP server).Sergiy
2009-12-03Remove duplicating variableKostya Shishkov
2009-12-03Send connect() and createStream() in RTMP system channel, not video channel.Sergiy
2009-12-03Move "app" string into RTMP protocol context.Sergiy
2009-12-02Move is_input flag into RTMP protocol context.Sergiy
2009-12-01Full-header RTMP packets contain real timestamp, others contain timestampKostya Shishkov
2009-11-22Print error when RTMP protocol can't open connectionKostya Shishkov
2009-11-22Pass only useful FLV metadata from RTMP streamKostya Shishkov
2009-11-13Split overly long line in doxy.Stefano Sabatini