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-07-17RTMPTS protocol supportSamuel Pitoiset
2012-07-17RTMPS protocol supportSamuel Pitoiset
2012-07-17rtmp: Rename rtmphttp to ffrtmphttpSamuel Pitoiset
2012-07-16rtmp: rtmp_parse_result() add case for video and audio packets to avoid undes...Jordi Ortiz
2012-06-18rtmp: Don't send every flv packet in a separate HTTP request in RTMPTSamuel Pitoiset
2012-06-17RTMPT protocol supportSamuel Pitoiset
2012-06-14rtmp: Read and handle incoming packets while writing dataSamuel Pitoiset
2012-06-13rtmp: Add a new option 'rtmp_buffer', for setting the client buffer timeSamuel Pitoiset
2012-06-13rtmp: Set the client buffer time to 3s instead of 0.26sSamuel Pitoiset
2012-06-13rtmp: Handle server bandwidth packetsSamuel Pitoiset
2012-06-13rtmp: Display a verbose message when an unknown packet type is receivedSamuel Pitoiset
2012-06-13rtmp: Tokenize the AMF connection parameters manually instead of using strtok_rMartin Storsjö
2012-06-12rtmp: Fix a possible access to invalid memory location when the playpath is t...Samuel Pitoiset
2012-06-11rtmp: Do not send extension for flv filesSamuel Pitoiset
2012-06-11rtmp: support connection parametersSamuel Pitoiset
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