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-07-04Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-05-25rtmp: ReindentMartin Storsjö
2011-05-25rtmp: Don't try to do av_malloc(0)Martin Storsjö
2011-04-04avio: make url_write() internal.Anton Khirnov
2011-04-04avio: make url_read_complete() internal.Anton Khirnov
2011-04-04avio: make url_read() internal.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-03-071l trocadero: forgot reference operator on bytestream_get_be32() argumentKostya Shishkov
2010-01-30Make RTMP send/receive packet functions report number of bytes read or sent.Kostya Shishkov
2010-01-30cosmetics: add an empty line between variable declarations and codeKostya Shishkov
2009-12-24Remove some unused variables, fixes the warnings:Diego Biurrun
2009-12-11Dump RTMP packet contents in debug modeKostya Shishkov
2009-12-04Compress headers for output RTMP packets.Sergiy
2009-12-03RTMP packets with one-byte header use previous packet timestamp difference, soSergiy
2009-12-01Write timestamp deltas, not timestamps, for RTMP packets with partial headerKostya Shishkov
2009-12-01Full-header RTMP packets contain real timestamp, others contain timestampKostya Shishkov
2009-12-01Write header for RTMP packets with channel_id >= 64 correctlyKostya Shishkov
2009-12-01Read and write extended timestamps for RTMP packets.Sergiy
2009-12-017l trocadero: reading right into enum variable may cause unwanted effects, useKostya Shishkov
2009-11-22When searching for AMF object field value, try to find that object firstKostya Shishkov
2009-11-09Use enum instead of integer types where appropriate.Carl Eugen Hoyos
2009-10-18Support more than 64 channels in RTMP inputKostya Shishkov
2009-10-18Accept RTMP packets with one-byte headerKostya Shishkov
2009-07-31RTMP protocol support (as a client)Kostya Shishkov