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
2012-05-26rtmp: fix url parsingLuca Barbato
2012-05-24rtmp: Pass the proper return code in rtmp_handshakeSamuel Pitoiset
2012-05-24rtmp: Check return codes of net IO operationsSamuel Pitoiset
2012-05-24rtmp: Return a proper error code instead of -1Samuel Pitoiset
2012-05-24rtmp: Check malloc callsSamuel Pitoiset
2012-05-24rtmp: Check ff_rtmp_packet_create callsSamuel Pitoiset
2012-05-17rtmp: Don't assume path points to a string of nonzero lengthMartin Storsjö
2012-05-10rtmp: Implement check bandwidth notification.Samuel Pitoiset
2012-05-10rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the SWF pla...Samuel Pitoiset
2012-05-10rtmp: Support 'rtmp_flashver', an option which overrides the version of the F...Samuel Pitoiset
2012-05-10rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the target s...Samuel Pitoiset
2012-05-08rtmp: Support 'rtmp_live', an option which specifies if the media is a live s...Samuel Pitoiset
2012-04-17rtmp: Support 'rtmp_playpath', an option which overrides the stream identifierSamuel Pitoiset
2012-04-17rtmp: Support 'rtmp_app', an option which overrides the name of applicationSamuel Pitoiset
2012-04-03rtmp: implement bandwidth notificationRaffaele Sena
2012-04-03rtmp: update supported audio codecs valueSamuel Pitoiset
2012-01-06avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö
2011-12-11lavu: replace int/float punning functionsMans Rullgard
2011-12-07rtmp: Use nb_invokes for all invoke commandsMartin Storsjö
2011-12-01proto: Realign struct initializersMartin Storsjö
2011-12-01proto: Use .priv_data_size to allocate the private contextMartin Storsjö
2011-12-01rtmp: Clean up properly if the handshake failedMartin Storsjö
2011-11-18rtmp: do not hardcode invoke numbersJosh Allmann
2011-11-13avio: add support for passing options to protocols.Anton Khirnov
2011-11-13avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö
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