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
2014-10-18rtmpproto: Add pause supportUwe L. Korn
2014-10-18rtmpproto: Track last received timestampUwe L. Korn
2014-10-17rtmpproto: Add getStreamLength call to query durationUwe L. Korn
2014-10-17rtmpproto: Add function to read a number responseUwe L. Korn
2014-10-15rtmpproto: Fix a typoMartin Storsjö
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-06-02rtmpproto: read metadata to set correct FLV headerUwe L. Korn
2014-05-08rtmpproto: Check the buffer sizes when copying app/playpath stringsMartin Storsjö
2014-05-07rtmpproto: Support alternative slist parameter in rtmp URLsUwe L. Korn
2014-04-14rtmpproto: Handle RTMP chunk size packets before the connect packetStephan Soller
2014-04-14rtmpproto: Make sure to pass on the error code if read_connect failedMartin Storsjö
2014-01-20rtmpproto: Avoid using uninitialized memoryMartin Storsjö
2013-11-03rtmpproto: Reorder conditions to help dead code eliminationVittorio Giovara
2013-10-14rtmp: Allocate the prev_pkt arrays dynamicallyMartin Storsjö
2013-10-04rtmpproto: Validate the embedded flv packet size before copyingMartin Storsjö
2013-10-04rtmpproto: Readjust the end of the flv buffer if handle_metadata exited earlyMartin Storsjö
2013-10-04rtmpproto: Move the flv header/trailer addition to append_flv_dataMartin Storsjö
2013-10-04rtmpproto: Clear the flv allocation size on reallocp failuresMartin Storsjö
2013-10-04rtmpproto: Pass the 'live' parameter in the right unitMartin Storsjö
2013-10-04rtmpproto: Print the error code string if there's no descriptionMartin Storsjö
2013-10-01rtmp: alias rtmp_listen to listenLuca Barbato
2013-09-27lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö
2013-09-22rtmp: Replace a magic number with a macroLuca Barbato
2013-09-22rtmp: Rewrite embedded flv handlingLuca Barbato
2013-09-22rtmp: Refactor get_packetLuca Barbato
2013-09-20rtmp: Unbreak get_packetLuca Barbato
2013-09-20rtmpproto: Add a comment explaining the logic in handle_notifyMartin Storsjö
2013-09-19rtmp: Unbreak handle_notifyLuca Barbato
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova
2013-09-18rtmp: Support reading interleaved chunks.Josh Allmann
2013-09-17rtmpproto: Extend a comment to explain the prev_pkt arrays rolesMartin Storsjö
2013-09-17rtmpproto: Consistently use the right prev_pkt arrayMartin Storsjö
2013-09-17rtmpproto: Check for the right return codeMartin Storsjö
2013-09-17rtmp: rename main_channel_id to stream_id.Josh Allmann
2013-09-17rtmp: Follow Flash player numbering for channels.Josh Allmann
2013-09-17rtmp: Send video on a separate channel.Josh Allmann
2013-09-16rtmp: Store all the notify messagesLuca Barbato
2013-09-16rtmp: Do not send the first field twice within the handshakeLuca Barbato
2013-09-16rtmp: Drop an unneeded warningLuca Barbato
2013-09-16rtmp: Support play method in listen modeLuca Barbato
2013-09-16rtmp: Factor out publish specific codeLuca Barbato
2013-08-28rtmpproto: Fix limelight authentication with abbreviated app namesMartin Storsjö
2013-08-11rtmp: Do not misuse memcmpLuca Barbato
2013-08-10rtmp: Detect and warn if the user tries to pass librtmp style parametersMartin Storsjö
2013-08-10rtmp: rename data_size to sizeLuca Barbato
2013-08-10rtmp: Use PRId64 when needed.Luca Barbato
2013-08-02rtmp: Add seek supportGavriloaie Eugen-Andrei
2013-06-01use my full first name instead of short one in copyrightsKostya Shishkov
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-03-20rtmp: Pass the parameters to do_adobe_auth in the right orderMartin Storsjö